aws-sdk-sagemaker 1.66.0 → 1.71.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +2 -1
- data/lib/aws-sdk-sagemaker/client.rb +883 -68
- data/lib/aws-sdk-sagemaker/client_api.rb +429 -7
- data/lib/aws-sdk-sagemaker/types.rb +1505 -109
- metadata +4 -4
@@ -34,9 +34,15 @@ module Aws::SageMaker
|
|
34
34
|
AnnotationConsolidationConfig = Shapes::StructureShape.new(name: 'AnnotationConsolidationConfig')
|
35
35
|
AppArn = Shapes::StringShape.new(name: 'AppArn')
|
36
36
|
AppDetails = Shapes::StructureShape.new(name: 'AppDetails')
|
37
|
+
AppImageConfigArn = Shapes::StringShape.new(name: 'AppImageConfigArn')
|
38
|
+
AppImageConfigDetails = Shapes::StructureShape.new(name: 'AppImageConfigDetails')
|
39
|
+
AppImageConfigList = Shapes::ListShape.new(name: 'AppImageConfigList')
|
40
|
+
AppImageConfigName = Shapes::StringShape.new(name: 'AppImageConfigName')
|
41
|
+
AppImageConfigSortKey = Shapes::StringShape.new(name: 'AppImageConfigSortKey')
|
37
42
|
AppInstanceType = Shapes::StringShape.new(name: 'AppInstanceType')
|
38
43
|
AppList = Shapes::ListShape.new(name: 'AppList')
|
39
44
|
AppName = Shapes::StringShape.new(name: 'AppName')
|
45
|
+
AppNetworkAccessType = Shapes::StringShape.new(name: 'AppNetworkAccessType')
|
40
46
|
AppSortKey = Shapes::StringShape.new(name: 'AppSortKey')
|
41
47
|
AppSpecification = Shapes::StructureShape.new(name: 'AppSpecification')
|
42
48
|
AppStatus = Shapes::StringShape.new(name: 'AppStatus')
|
@@ -110,6 +116,7 @@ module Aws::SageMaker
|
|
110
116
|
Cidrs = Shapes::ListShape.new(name: 'Cidrs')
|
111
117
|
ClientId = Shapes::StringShape.new(name: 'ClientId')
|
112
118
|
ClientSecret = Shapes::StringShape.new(name: 'ClientSecret')
|
119
|
+
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
113
120
|
CodeRepositoryArn = Shapes::StringShape.new(name: 'CodeRepositoryArn')
|
114
121
|
CodeRepositoryContains = Shapes::StringShape.new(name: 'CodeRepositoryContains')
|
115
122
|
CodeRepositoryNameContains = Shapes::StringShape.new(name: 'CodeRepositoryNameContains')
|
@@ -154,6 +161,8 @@ module Aws::SageMaker
|
|
154
161
|
ContinuousParameterRanges = Shapes::ListShape.new(name: 'ContinuousParameterRanges')
|
155
162
|
CreateAlgorithmInput = Shapes::StructureShape.new(name: 'CreateAlgorithmInput')
|
156
163
|
CreateAlgorithmOutput = Shapes::StructureShape.new(name: 'CreateAlgorithmOutput')
|
164
|
+
CreateAppImageConfigRequest = Shapes::StructureShape.new(name: 'CreateAppImageConfigRequest')
|
165
|
+
CreateAppImageConfigResponse = Shapes::StructureShape.new(name: 'CreateAppImageConfigResponse')
|
157
166
|
CreateAppRequest = Shapes::StructureShape.new(name: 'CreateAppRequest')
|
158
167
|
CreateAppResponse = Shapes::StructureShape.new(name: 'CreateAppResponse')
|
159
168
|
CreateAutoMLJobRequest = Shapes::StructureShape.new(name: 'CreateAutoMLJobRequest')
|
@@ -176,6 +185,10 @@ module Aws::SageMaker
|
|
176
185
|
CreateHumanTaskUiResponse = Shapes::StructureShape.new(name: 'CreateHumanTaskUiResponse')
|
177
186
|
CreateHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobRequest')
|
178
187
|
CreateHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'CreateHyperParameterTuningJobResponse')
|
188
|
+
CreateImageRequest = Shapes::StructureShape.new(name: 'CreateImageRequest')
|
189
|
+
CreateImageResponse = Shapes::StructureShape.new(name: 'CreateImageResponse')
|
190
|
+
CreateImageVersionRequest = Shapes::StructureShape.new(name: 'CreateImageVersionRequest')
|
191
|
+
CreateImageVersionResponse = Shapes::StructureShape.new(name: 'CreateImageVersionResponse')
|
179
192
|
CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
|
180
193
|
CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
|
181
194
|
CreateModelInput = Shapes::StructureShape.new(name: 'CreateModelInput')
|
@@ -211,6 +224,8 @@ module Aws::SageMaker
|
|
211
224
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
212
225
|
CsvContentType = Shapes::StringShape.new(name: 'CsvContentType')
|
213
226
|
CsvContentTypes = Shapes::ListShape.new(name: 'CsvContentTypes')
|
227
|
+
CustomImage = Shapes::StructureShape.new(name: 'CustomImage')
|
228
|
+
CustomImages = Shapes::ListShape.new(name: 'CustomImages')
|
214
229
|
DataCaptureConfig = Shapes::StructureShape.new(name: 'DataCaptureConfig')
|
215
230
|
DataCaptureConfigSummary = Shapes::StructureShape.new(name: 'DataCaptureConfigSummary')
|
216
231
|
DataExplorationNotebookLocation = Shapes::StringShape.new(name: 'DataExplorationNotebookLocation')
|
@@ -222,7 +237,10 @@ module Aws::SageMaker
|
|
222
237
|
DebugRuleConfigurations = Shapes::ListShape.new(name: 'DebugRuleConfigurations')
|
223
238
|
DebugRuleEvaluationStatus = Shapes::StructureShape.new(name: 'DebugRuleEvaluationStatus')
|
224
239
|
DebugRuleEvaluationStatuses = Shapes::ListShape.new(name: 'DebugRuleEvaluationStatuses')
|
240
|
+
DefaultGid = Shapes::IntegerShape.new(name: 'DefaultGid')
|
241
|
+
DefaultUid = Shapes::IntegerShape.new(name: 'DefaultUid')
|
225
242
|
DeleteAlgorithmInput = Shapes::StructureShape.new(name: 'DeleteAlgorithmInput')
|
243
|
+
DeleteAppImageConfigRequest = Shapes::StructureShape.new(name: 'DeleteAppImageConfigRequest')
|
226
244
|
DeleteAppRequest = Shapes::StructureShape.new(name: 'DeleteAppRequest')
|
227
245
|
DeleteCodeRepositoryInput = Shapes::StructureShape.new(name: 'DeleteCodeRepositoryInput')
|
228
246
|
DeleteDomainRequest = Shapes::StructureShape.new(name: 'DeleteDomainRequest')
|
@@ -234,6 +252,10 @@ module Aws::SageMaker
|
|
234
252
|
DeleteFlowDefinitionResponse = Shapes::StructureShape.new(name: 'DeleteFlowDefinitionResponse')
|
235
253
|
DeleteHumanTaskUiRequest = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiRequest')
|
236
254
|
DeleteHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DeleteHumanTaskUiResponse')
|
255
|
+
DeleteImageRequest = Shapes::StructureShape.new(name: 'DeleteImageRequest')
|
256
|
+
DeleteImageResponse = Shapes::StructureShape.new(name: 'DeleteImageResponse')
|
257
|
+
DeleteImageVersionRequest = Shapes::StructureShape.new(name: 'DeleteImageVersionRequest')
|
258
|
+
DeleteImageVersionResponse = Shapes::StructureShape.new(name: 'DeleteImageVersionResponse')
|
237
259
|
DeleteModelInput = Shapes::StructureShape.new(name: 'DeleteModelInput')
|
238
260
|
DeleteModelPackageInput = Shapes::StructureShape.new(name: 'DeleteModelPackageInput')
|
239
261
|
DeleteMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'DeleteMonitoringScheduleRequest')
|
@@ -254,6 +276,8 @@ module Aws::SageMaker
|
|
254
276
|
DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
|
255
277
|
DescribeAlgorithmInput = Shapes::StructureShape.new(name: 'DescribeAlgorithmInput')
|
256
278
|
DescribeAlgorithmOutput = Shapes::StructureShape.new(name: 'DescribeAlgorithmOutput')
|
279
|
+
DescribeAppImageConfigRequest = Shapes::StructureShape.new(name: 'DescribeAppImageConfigRequest')
|
280
|
+
DescribeAppImageConfigResponse = Shapes::StructureShape.new(name: 'DescribeAppImageConfigResponse')
|
257
281
|
DescribeAppRequest = Shapes::StructureShape.new(name: 'DescribeAppRequest')
|
258
282
|
DescribeAppResponse = Shapes::StructureShape.new(name: 'DescribeAppResponse')
|
259
283
|
DescribeAutoMLJobRequest = Shapes::StructureShape.new(name: 'DescribeAutoMLJobRequest')
|
@@ -276,6 +300,10 @@ module Aws::SageMaker
|
|
276
300
|
DescribeHumanTaskUiResponse = Shapes::StructureShape.new(name: 'DescribeHumanTaskUiResponse')
|
277
301
|
DescribeHyperParameterTuningJobRequest = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobRequest')
|
278
302
|
DescribeHyperParameterTuningJobResponse = Shapes::StructureShape.new(name: 'DescribeHyperParameterTuningJobResponse')
|
303
|
+
DescribeImageRequest = Shapes::StructureShape.new(name: 'DescribeImageRequest')
|
304
|
+
DescribeImageResponse = Shapes::StructureShape.new(name: 'DescribeImageResponse')
|
305
|
+
DescribeImageVersionRequest = Shapes::StructureShape.new(name: 'DescribeImageVersionRequest')
|
306
|
+
DescribeImageVersionResponse = Shapes::StructureShape.new(name: 'DescribeImageVersionResponse')
|
279
307
|
DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
|
280
308
|
DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
|
281
309
|
DescribeModelInput = Shapes::StructureShape.new(name: 'DescribeModelInput')
|
@@ -361,6 +389,7 @@ module Aws::SageMaker
|
|
361
389
|
ExperimentSummary = Shapes::StructureShape.new(name: 'ExperimentSummary')
|
362
390
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
363
391
|
FileSystemAccessMode = Shapes::StringShape.new(name: 'FileSystemAccessMode')
|
392
|
+
FileSystemConfig = Shapes::StructureShape.new(name: 'FileSystemConfig')
|
364
393
|
FileSystemDataSource = Shapes::StructureShape.new(name: 'FileSystemDataSource')
|
365
394
|
FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
|
366
395
|
FileSystemType = Shapes::StringShape.new(name: 'FileSystemType')
|
@@ -406,6 +435,7 @@ module Aws::SageMaker
|
|
406
435
|
HumanTaskUiSummaries = Shapes::ListShape.new(name: 'HumanTaskUiSummaries')
|
407
436
|
HumanTaskUiSummary = Shapes::StructureShape.new(name: 'HumanTaskUiSummary')
|
408
437
|
HyperParameterAlgorithmSpecification = Shapes::StructureShape.new(name: 'HyperParameterAlgorithmSpecification')
|
438
|
+
HyperParameterKey = Shapes::StringShape.new(name: 'HyperParameterKey')
|
409
439
|
HyperParameterScalingType = Shapes::StringShape.new(name: 'HyperParameterScalingType')
|
410
440
|
HyperParameterSpecification = Shapes::StructureShape.new(name: 'HyperParameterSpecification')
|
411
441
|
HyperParameterSpecifications = Shapes::ListShape.new(name: 'HyperParameterSpecifications')
|
@@ -427,11 +457,32 @@ module Aws::SageMaker
|
|
427
457
|
HyperParameterTuningJobSummary = Shapes::StructureShape.new(name: 'HyperParameterTuningJobSummary')
|
428
458
|
HyperParameterTuningJobWarmStartConfig = Shapes::StructureShape.new(name: 'HyperParameterTuningJobWarmStartConfig')
|
429
459
|
HyperParameterTuningJobWarmStartType = Shapes::StringShape.new(name: 'HyperParameterTuningJobWarmStartType')
|
460
|
+
HyperParameterValue = Shapes::StringShape.new(name: 'HyperParameterValue')
|
430
461
|
HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
|
462
|
+
Image = Shapes::StructureShape.new(name: 'Image')
|
431
463
|
ImageArn = Shapes::StringShape.new(name: 'ImageArn')
|
464
|
+
ImageBaseImage = Shapes::StringShape.new(name: 'ImageBaseImage')
|
432
465
|
ImageConfig = Shapes::StructureShape.new(name: 'ImageConfig')
|
466
|
+
ImageContainerImage = Shapes::StringShape.new(name: 'ImageContainerImage')
|
467
|
+
ImageDeleteProperty = Shapes::StringShape.new(name: 'ImageDeleteProperty')
|
468
|
+
ImageDeletePropertyList = Shapes::ListShape.new(name: 'ImageDeletePropertyList')
|
469
|
+
ImageDescription = Shapes::StringShape.new(name: 'ImageDescription')
|
433
470
|
ImageDigest = Shapes::StringShape.new(name: 'ImageDigest')
|
471
|
+
ImageDisplayName = Shapes::StringShape.new(name: 'ImageDisplayName')
|
472
|
+
ImageName = Shapes::StringShape.new(name: 'ImageName')
|
473
|
+
ImageNameContains = Shapes::StringShape.new(name: 'ImageNameContains')
|
474
|
+
ImageSortBy = Shapes::StringShape.new(name: 'ImageSortBy')
|
475
|
+
ImageSortOrder = Shapes::StringShape.new(name: 'ImageSortOrder')
|
476
|
+
ImageStatus = Shapes::StringShape.new(name: 'ImageStatus')
|
434
477
|
ImageUri = Shapes::StringShape.new(name: 'ImageUri')
|
478
|
+
ImageVersion = Shapes::StructureShape.new(name: 'ImageVersion')
|
479
|
+
ImageVersionArn = Shapes::StringShape.new(name: 'ImageVersionArn')
|
480
|
+
ImageVersionNumber = Shapes::IntegerShape.new(name: 'ImageVersionNumber')
|
481
|
+
ImageVersionSortBy = Shapes::StringShape.new(name: 'ImageVersionSortBy')
|
482
|
+
ImageVersionSortOrder = Shapes::StringShape.new(name: 'ImageVersionSortOrder')
|
483
|
+
ImageVersionStatus = Shapes::StringShape.new(name: 'ImageVersionStatus')
|
484
|
+
ImageVersions = Shapes::ListShape.new(name: 'ImageVersions')
|
485
|
+
Images = Shapes::ListShape.new(name: 'Images')
|
435
486
|
InferenceSpecification = Shapes::StructureShape.new(name: 'InferenceSpecification')
|
436
487
|
InputConfig = Shapes::StructureShape.new(name: 'InputConfig')
|
437
488
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
@@ -449,7 +500,12 @@ module Aws::SageMaker
|
|
449
500
|
JsonContentTypes = Shapes::ListShape.new(name: 'JsonContentTypes')
|
450
501
|
JsonPath = Shapes::StringShape.new(name: 'JsonPath')
|
451
502
|
JupyterServerAppSettings = Shapes::StructureShape.new(name: 'JupyterServerAppSettings')
|
503
|
+
KernelDisplayName = Shapes::StringShape.new(name: 'KernelDisplayName')
|
452
504
|
KernelGatewayAppSettings = Shapes::StructureShape.new(name: 'KernelGatewayAppSettings')
|
505
|
+
KernelGatewayImageConfig = Shapes::StructureShape.new(name: 'KernelGatewayImageConfig')
|
506
|
+
KernelName = Shapes::StringShape.new(name: 'KernelName')
|
507
|
+
KernelSpec = Shapes::StructureShape.new(name: 'KernelSpec')
|
508
|
+
KernelSpecs = Shapes::ListShape.new(name: 'KernelSpecs')
|
453
509
|
KmsKeyId = Shapes::StringShape.new(name: 'KmsKeyId')
|
454
510
|
LabelAttributeName = Shapes::StringShape.new(name: 'LabelAttributeName')
|
455
511
|
LabelCounter = Shapes::IntegerShape.new(name: 'LabelCounter')
|
@@ -468,6 +524,7 @@ module Aws::SageMaker
|
|
468
524
|
LabelingJobOutputConfig = Shapes::StructureShape.new(name: 'LabelingJobOutputConfig')
|
469
525
|
LabelingJobResourceConfig = Shapes::StructureShape.new(name: 'LabelingJobResourceConfig')
|
470
526
|
LabelingJobS3DataSource = Shapes::StructureShape.new(name: 'LabelingJobS3DataSource')
|
527
|
+
LabelingJobSnsDataSource = Shapes::StructureShape.new(name: 'LabelingJobSnsDataSource')
|
471
528
|
LabelingJobStatus = Shapes::StringShape.new(name: 'LabelingJobStatus')
|
472
529
|
LabelingJobStoppingConditions = Shapes::StructureShape.new(name: 'LabelingJobStoppingConditions')
|
473
530
|
LabelingJobSummary = Shapes::StructureShape.new(name: 'LabelingJobSummary')
|
@@ -476,6 +533,8 @@ module Aws::SageMaker
|
|
476
533
|
LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
|
477
534
|
ListAlgorithmsInput = Shapes::StructureShape.new(name: 'ListAlgorithmsInput')
|
478
535
|
ListAlgorithmsOutput = Shapes::StructureShape.new(name: 'ListAlgorithmsOutput')
|
536
|
+
ListAppImageConfigsRequest = Shapes::StructureShape.new(name: 'ListAppImageConfigsRequest')
|
537
|
+
ListAppImageConfigsResponse = Shapes::StructureShape.new(name: 'ListAppImageConfigsResponse')
|
479
538
|
ListAppsRequest = Shapes::StructureShape.new(name: 'ListAppsRequest')
|
480
539
|
ListAppsResponse = Shapes::StructureShape.new(name: 'ListAppsResponse')
|
481
540
|
ListAutoMLJobsRequest = Shapes::StructureShape.new(name: 'ListAutoMLJobsRequest')
|
@@ -501,6 +560,10 @@ module Aws::SageMaker
|
|
501
560
|
ListHumanTaskUisResponse = Shapes::StructureShape.new(name: 'ListHumanTaskUisResponse')
|
502
561
|
ListHyperParameterTuningJobsRequest = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsRequest')
|
503
562
|
ListHyperParameterTuningJobsResponse = Shapes::StructureShape.new(name: 'ListHyperParameterTuningJobsResponse')
|
563
|
+
ListImageVersionsRequest = Shapes::StructureShape.new(name: 'ListImageVersionsRequest')
|
564
|
+
ListImageVersionsResponse = Shapes::StructureShape.new(name: 'ListImageVersionsResponse')
|
565
|
+
ListImagesRequest = Shapes::StructureShape.new(name: 'ListImagesRequest')
|
566
|
+
ListImagesResponse = Shapes::StructureShape.new(name: 'ListImagesResponse')
|
504
567
|
ListLabelingJobsForWorkteamRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamRequest')
|
505
568
|
ListLabelingJobsForWorkteamResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamResponse')
|
506
569
|
ListLabelingJobsForWorkteamSortByOptions = Shapes::StringShape.new(name: 'ListLabelingJobsForWorkteamSortByOptions')
|
@@ -614,6 +677,7 @@ module Aws::SageMaker
|
|
614
677
|
MonitoringScheduleSummaryList = Shapes::ListShape.new(name: 'MonitoringScheduleSummaryList')
|
615
678
|
MonitoringStatisticsResource = Shapes::StructureShape.new(name: 'MonitoringStatisticsResource')
|
616
679
|
MonitoringStoppingCondition = Shapes::StructureShape.new(name: 'MonitoringStoppingCondition')
|
680
|
+
MountPath = Shapes::StringShape.new(name: 'MountPath')
|
617
681
|
NameContains = Shapes::StringShape.new(name: 'NameContains')
|
618
682
|
NestedFilters = Shapes::StructureShape.new(name: 'NestedFilters')
|
619
683
|
NestedFiltersList = Shapes::ListShape.new(name: 'NestedFiltersList')
|
@@ -770,6 +834,7 @@ module Aws::SageMaker
|
|
770
834
|
SharingSettings = Shapes::StructureShape.new(name: 'SharingSettings')
|
771
835
|
ShuffleConfig = Shapes::StructureShape.new(name: 'ShuffleConfig')
|
772
836
|
SingleSignOnUserIdentifier = Shapes::StringShape.new(name: 'SingleSignOnUserIdentifier')
|
837
|
+
SnsTopicArn = Shapes::StringShape.new(name: 'SnsTopicArn')
|
773
838
|
SortBy = Shapes::StringShape.new(name: 'SortBy')
|
774
839
|
SortExperimentsBy = Shapes::StringShape.new(name: 'SortExperimentsBy')
|
775
840
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
@@ -900,6 +965,8 @@ module Aws::SageMaker
|
|
900
965
|
UiConfig = Shapes::StructureShape.new(name: 'UiConfig')
|
901
966
|
UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
|
902
967
|
UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
|
968
|
+
UpdateAppImageConfigRequest = Shapes::StructureShape.new(name: 'UpdateAppImageConfigRequest')
|
969
|
+
UpdateAppImageConfigResponse = Shapes::StructureShape.new(name: 'UpdateAppImageConfigResponse')
|
903
970
|
UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
|
904
971
|
UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
|
905
972
|
UpdateDomainRequest = Shapes::StructureShape.new(name: 'UpdateDomainRequest')
|
@@ -910,6 +977,8 @@ module Aws::SageMaker
|
|
910
977
|
UpdateEndpointWeightsAndCapacitiesOutput = Shapes::StructureShape.new(name: 'UpdateEndpointWeightsAndCapacitiesOutput')
|
911
978
|
UpdateExperimentRequest = Shapes::StructureShape.new(name: 'UpdateExperimentRequest')
|
912
979
|
UpdateExperimentResponse = Shapes::StructureShape.new(name: 'UpdateExperimentResponse')
|
980
|
+
UpdateImageRequest = Shapes::StructureShape.new(name: 'UpdateImageRequest')
|
981
|
+
UpdateImageResponse = Shapes::StructureShape.new(name: 'UpdateImageResponse')
|
913
982
|
UpdateMonitoringScheduleRequest = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleRequest')
|
914
983
|
UpdateMonitoringScheduleResponse = Shapes::StructureShape.new(name: 'UpdateMonitoringScheduleResponse')
|
915
984
|
UpdateNotebookInstanceInput = Shapes::StructureShape.new(name: 'UpdateNotebookInstanceInput')
|
@@ -940,6 +1009,7 @@ module Aws::SageMaker
|
|
940
1009
|
VariantPropertyList = Shapes::ListShape.new(name: 'VariantPropertyList')
|
941
1010
|
VariantPropertyType = Shapes::StringShape.new(name: 'VariantPropertyType')
|
942
1011
|
VariantWeight = Shapes::FloatShape.new(name: 'VariantWeight')
|
1012
|
+
VersionedArnOrName = Shapes::StringShape.new(name: 'VersionedArnOrName')
|
943
1013
|
VolumeSizeInGB = Shapes::IntegerShape.new(name: 'VolumeSizeInGB')
|
944
1014
|
VpcConfig = Shapes::StructureShape.new(name: 'VpcConfig')
|
945
1015
|
VpcId = Shapes::StringShape.new(name: 'VpcId')
|
@@ -1011,6 +1081,15 @@ module Aws::SageMaker
|
|
1011
1081
|
AppDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTime"))
|
1012
1082
|
AppDetails.struct_class = Types::AppDetails
|
1013
1083
|
|
1084
|
+
AppImageConfigDetails.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
1085
|
+
AppImageConfigDetails.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, location_name: "AppImageConfigName"))
|
1086
|
+
AppImageConfigDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1087
|
+
AppImageConfigDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1088
|
+
AppImageConfigDetails.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
|
1089
|
+
AppImageConfigDetails.struct_class = Types::AppImageConfigDetails
|
1090
|
+
|
1091
|
+
AppImageConfigList.member = Shapes::ShapeRef.new(shape: AppImageConfigDetails)
|
1092
|
+
|
1014
1093
|
AppList.member = Shapes::ShapeRef.new(shape: AppDetails)
|
1015
1094
|
|
1016
1095
|
AppSpecification.add_member(:image_uri, Shapes::ShapeRef.new(shape: ImageUri, required: true, location_name: "ImageUri"))
|
@@ -1205,7 +1284,7 @@ module Aws::SageMaker
|
|
1205
1284
|
ContainerDefinition.add_member(:mode, Shapes::ShapeRef.new(shape: ContainerMode, location_name: "Mode"))
|
1206
1285
|
ContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
|
1207
1286
|
ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
|
1208
|
-
ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape:
|
1287
|
+
ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, location_name: "ModelPackageName"))
|
1209
1288
|
ContainerDefinition.struct_class = Types::ContainerDefinition
|
1210
1289
|
|
1211
1290
|
ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
|
@@ -1239,6 +1318,14 @@ module Aws::SageMaker
|
|
1239
1318
|
CreateAlgorithmOutput.add_member(:algorithm_arn, Shapes::ShapeRef.new(shape: AlgorithmArn, required: true, location_name: "AlgorithmArn"))
|
1240
1319
|
CreateAlgorithmOutput.struct_class = Types::CreateAlgorithmOutput
|
1241
1320
|
|
1321
|
+
CreateAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
1322
|
+
CreateAppImageConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1323
|
+
CreateAppImageConfigRequest.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
|
1324
|
+
CreateAppImageConfigRequest.struct_class = Types::CreateAppImageConfigRequest
|
1325
|
+
|
1326
|
+
CreateAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
1327
|
+
CreateAppImageConfigResponse.struct_class = Types::CreateAppImageConfigResponse
|
1328
|
+
|
1242
1329
|
CreateAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1243
1330
|
CreateAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1244
1331
|
CreateAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
|
@@ -1276,6 +1363,7 @@ module Aws::SageMaker
|
|
1276
1363
|
CreateCompilationJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: InputConfig, required: true, location_name: "InputConfig"))
|
1277
1364
|
CreateCompilationJobRequest.add_member(:output_config, Shapes::ShapeRef.new(shape: OutputConfig, required: true, location_name: "OutputConfig"))
|
1278
1365
|
CreateCompilationJobRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, required: true, location_name: "StoppingCondition"))
|
1366
|
+
CreateCompilationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1279
1367
|
CreateCompilationJobRequest.struct_class = Types::CreateCompilationJobRequest
|
1280
1368
|
|
1281
1369
|
CreateCompilationJobResponse.add_member(:compilation_job_arn, Shapes::ShapeRef.new(shape: CompilationJobArn, required: true, location_name: "CompilationJobArn"))
|
@@ -1287,6 +1375,7 @@ module Aws::SageMaker
|
|
1287
1375
|
CreateDomainRequest.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "SubnetIds"))
|
1288
1376
|
CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
1289
1377
|
CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1378
|
+
CreateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
|
1290
1379
|
CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "HomeEfsFileSystemKmsKeyId"))
|
1291
1380
|
CreateDomainRequest.struct_class = Types::CreateDomainRequest
|
1292
1381
|
|
@@ -1352,6 +1441,24 @@ module Aws::SageMaker
|
|
1352
1441
|
CreateHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, required: true, location_name: "HyperParameterTuningJobArn"))
|
1353
1442
|
CreateHyperParameterTuningJobResponse.struct_class = Types::CreateHyperParameterTuningJobResponse
|
1354
1443
|
|
1444
|
+
CreateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
1445
|
+
CreateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
1446
|
+
CreateImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
1447
|
+
CreateImageRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
1448
|
+
CreateImageRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1449
|
+
CreateImageRequest.struct_class = Types::CreateImageRequest
|
1450
|
+
|
1451
|
+
CreateImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
1452
|
+
CreateImageResponse.struct_class = Types::CreateImageResponse
|
1453
|
+
|
1454
|
+
CreateImageVersionRequest.add_member(:base_image, Shapes::ShapeRef.new(shape: ImageBaseImage, required: true, location_name: "BaseImage"))
|
1455
|
+
CreateImageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
1456
|
+
CreateImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
1457
|
+
CreateImageVersionRequest.struct_class = Types::CreateImageVersionRequest
|
1458
|
+
|
1459
|
+
CreateImageVersionResponse.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "ImageVersionArn"))
|
1460
|
+
CreateImageVersionResponse.struct_class = Types::CreateImageVersionResponse
|
1461
|
+
|
1355
1462
|
CreateLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
|
1356
1463
|
CreateLabelingJobRequest.add_member(:label_attribute_name, Shapes::ShapeRef.new(shape: LabelAttributeName, required: true, location_name: "LabelAttributeName"))
|
1357
1464
|
CreateLabelingJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: LabelingJobInputConfig, required: true, location_name: "InputConfig"))
|
@@ -1379,7 +1486,7 @@ module Aws::SageMaker
|
|
1379
1486
|
CreateModelOutput.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, required: true, location_name: "ModelArn"))
|
1380
1487
|
CreateModelOutput.struct_class = Types::CreateModelOutput
|
1381
1488
|
|
1382
|
-
CreateModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName,
|
1489
|
+
CreateModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelPackageName"))
|
1383
1490
|
CreateModelPackageInput.add_member(:model_package_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ModelPackageDescription"))
|
1384
1491
|
CreateModelPackageInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
|
1385
1492
|
CreateModelPackageInput.add_member(:validation_specification, Shapes::ShapeRef.new(shape: ModelPackageValidationSpecification, location_name: "ValidationSpecification"))
|
@@ -1554,6 +1661,13 @@ module Aws::SageMaker
|
|
1554
1661
|
|
1555
1662
|
CsvContentTypes.member = Shapes::ShapeRef.new(shape: CsvContentType)
|
1556
1663
|
|
1664
|
+
CustomImage.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
1665
|
+
CustomImage.add_member(:image_version_number, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "ImageVersionNumber", metadata: {"box"=>true}))
|
1666
|
+
CustomImage.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
1667
|
+
CustomImage.struct_class = Types::CustomImage
|
1668
|
+
|
1669
|
+
CustomImages.member = Shapes::ShapeRef.new(shape: CustomImage)
|
1670
|
+
|
1557
1671
|
DataCaptureConfig.add_member(:enable_capture, Shapes::ShapeRef.new(shape: EnableCapture, location_name: "EnableCapture"))
|
1558
1672
|
DataCaptureConfig.add_member(:initial_sampling_percentage, Shapes::ShapeRef.new(shape: SamplingPercentage, required: true, location_name: "InitialSamplingPercentage"))
|
1559
1673
|
DataCaptureConfig.add_member(:destination_s3_uri, Shapes::ShapeRef.new(shape: DestinationS3Uri, required: true, location_name: "DestinationS3Uri"))
|
@@ -1607,6 +1721,9 @@ module Aws::SageMaker
|
|
1607
1721
|
DeleteAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
|
1608
1722
|
DeleteAlgorithmInput.struct_class = Types::DeleteAlgorithmInput
|
1609
1723
|
|
1724
|
+
DeleteAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
1725
|
+
DeleteAppImageConfigRequest.struct_class = Types::DeleteAppImageConfigRequest
|
1726
|
+
|
1610
1727
|
DeleteAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1611
1728
|
DeleteAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1612
1729
|
DeleteAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
|
@@ -1642,10 +1759,21 @@ module Aws::SageMaker
|
|
1642
1759
|
|
1643
1760
|
DeleteHumanTaskUiResponse.struct_class = Types::DeleteHumanTaskUiResponse
|
1644
1761
|
|
1762
|
+
DeleteImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
1763
|
+
DeleteImageRequest.struct_class = Types::DeleteImageRequest
|
1764
|
+
|
1765
|
+
DeleteImageResponse.struct_class = Types::DeleteImageResponse
|
1766
|
+
|
1767
|
+
DeleteImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
1768
|
+
DeleteImageVersionRequest.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, required: true, location_name: "Version"))
|
1769
|
+
DeleteImageVersionRequest.struct_class = Types::DeleteImageVersionRequest
|
1770
|
+
|
1771
|
+
DeleteImageVersionResponse.struct_class = Types::DeleteImageVersionResponse
|
1772
|
+
|
1645
1773
|
DeleteModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
1646
1774
|
DeleteModelInput.struct_class = Types::DeleteModelInput
|
1647
1775
|
|
1648
|
-
DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape:
|
1776
|
+
DeleteModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
|
1649
1777
|
DeleteModelPackageInput.struct_class = Types::DeleteModelPackageInput
|
1650
1778
|
|
1651
1779
|
DeleteMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
@@ -1713,6 +1841,16 @@ module Aws::SageMaker
|
|
1713
1841
|
DescribeAlgorithmOutput.add_member(:certify_for_marketplace, Shapes::ShapeRef.new(shape: CertifyForMarketplace, location_name: "CertifyForMarketplace"))
|
1714
1842
|
DescribeAlgorithmOutput.struct_class = Types::DescribeAlgorithmOutput
|
1715
1843
|
|
1844
|
+
DescribeAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
1845
|
+
DescribeAppImageConfigRequest.struct_class = Types::DescribeAppImageConfigRequest
|
1846
|
+
|
1847
|
+
DescribeAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
1848
|
+
DescribeAppImageConfigResponse.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, location_name: "AppImageConfigName"))
|
1849
|
+
DescribeAppImageConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
1850
|
+
DescribeAppImageConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
1851
|
+
DescribeAppImageConfigResponse.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
|
1852
|
+
DescribeAppImageConfigResponse.struct_class = Types::DescribeAppImageConfigResponse
|
1853
|
+
|
1716
1854
|
DescribeAppRequest.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "DomainId"))
|
1717
1855
|
DescribeAppRequest.add_member(:user_profile_name, Shapes::ShapeRef.new(shape: UserProfileName, required: true, location_name: "UserProfileName"))
|
1718
1856
|
DescribeAppRequest.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, required: true, location_name: "AppType"))
|
@@ -1797,6 +1935,7 @@ module Aws::SageMaker
|
|
1797
1935
|
DescribeDomainResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
1798
1936
|
DescribeDomainResponse.add_member(:auth_mode, Shapes::ShapeRef.new(shape: AuthMode, location_name: "AuthMode"))
|
1799
1937
|
DescribeDomainResponse.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
|
1938
|
+
DescribeDomainResponse.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
|
1800
1939
|
DescribeDomainResponse.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "HomeEfsFileSystemKmsKeyId"))
|
1801
1940
|
DescribeDomainResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
|
1802
1941
|
DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
|
@@ -1887,6 +2026,35 @@ module Aws::SageMaker
|
|
1887
2026
|
DescribeHyperParameterTuningJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
1888
2027
|
DescribeHyperParameterTuningJobResponse.struct_class = Types::DescribeHyperParameterTuningJobResponse
|
1889
2028
|
|
2029
|
+
DescribeImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
2030
|
+
DescribeImageRequest.struct_class = Types::DescribeImageRequest
|
2031
|
+
|
2032
|
+
DescribeImageResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2033
|
+
DescribeImageResponse.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
2034
|
+
DescribeImageResponse.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
2035
|
+
DescribeImageResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2036
|
+
DescribeImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
2037
|
+
DescribeImageResponse.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, location_name: "ImageName"))
|
2038
|
+
DescribeImageResponse.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, location_name: "ImageStatus"))
|
2039
|
+
DescribeImageResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2040
|
+
DescribeImageResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
2041
|
+
DescribeImageResponse.struct_class = Types::DescribeImageResponse
|
2042
|
+
|
2043
|
+
DescribeImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
2044
|
+
DescribeImageVersionRequest.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "Version"))
|
2045
|
+
DescribeImageVersionRequest.struct_class = Types::DescribeImageVersionRequest
|
2046
|
+
|
2047
|
+
DescribeImageVersionResponse.add_member(:base_image, Shapes::ShapeRef.new(shape: ImageBaseImage, location_name: "BaseImage"))
|
2048
|
+
DescribeImageVersionResponse.add_member(:container_image, Shapes::ShapeRef.new(shape: ImageContainerImage, location_name: "ContainerImage"))
|
2049
|
+
DescribeImageVersionResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
2050
|
+
DescribeImageVersionResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2051
|
+
DescribeImageVersionResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
2052
|
+
DescribeImageVersionResponse.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "ImageVersionArn"))
|
2053
|
+
DescribeImageVersionResponse.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ImageVersionStatus, location_name: "ImageVersionStatus"))
|
2054
|
+
DescribeImageVersionResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2055
|
+
DescribeImageVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "Version"))
|
2056
|
+
DescribeImageVersionResponse.struct_class = Types::DescribeImageVersionResponse
|
2057
|
+
|
1890
2058
|
DescribeLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
|
1891
2059
|
DescribeLabelingJobRequest.struct_class = Types::DescribeLabelingJobRequest
|
1892
2060
|
|
@@ -1923,7 +2091,7 @@ module Aws::SageMaker
|
|
1923
2091
|
DescribeModelOutput.add_member(:enable_network_isolation, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableNetworkIsolation"))
|
1924
2092
|
DescribeModelOutput.struct_class = Types::DescribeModelOutput
|
1925
2093
|
|
1926
|
-
DescribeModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape:
|
2094
|
+
DescribeModelPackageInput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, required: true, location_name: "ModelPackageName"))
|
1927
2095
|
DescribeModelPackageInput.struct_class = Types::DescribeModelPackageInput
|
1928
2096
|
|
1929
2097
|
DescribeModelPackageOutput.add_member(:model_package_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "ModelPackageName"))
|
@@ -2229,6 +2397,11 @@ module Aws::SageMaker
|
|
2229
2397
|
ExperimentSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
2230
2398
|
ExperimentSummary.struct_class = Types::ExperimentSummary
|
2231
2399
|
|
2400
|
+
FileSystemConfig.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, location_name: "MountPath"))
|
2401
|
+
FileSystemConfig.add_member(:default_uid, Shapes::ShapeRef.new(shape: DefaultUid, location_name: "DefaultUid", metadata: {"box"=>true}))
|
2402
|
+
FileSystemConfig.add_member(:default_gid, Shapes::ShapeRef.new(shape: DefaultGid, location_name: "DefaultGid", metadata: {"box"=>true}))
|
2403
|
+
FileSystemConfig.struct_class = Types::FileSystemConfig
|
2404
|
+
|
2232
2405
|
FileSystemDataSource.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
2233
2406
|
FileSystemDataSource.add_member(:file_system_access_mode, Shapes::ShapeRef.new(shape: FileSystemAccessMode, required: true, location_name: "FileSystemAccessMode"))
|
2234
2407
|
FileSystemDataSource.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FileSystemType, required: true, location_name: "FileSystemType"))
|
@@ -2342,7 +2515,7 @@ module Aws::SageMaker
|
|
2342
2515
|
HyperParameterSpecification.add_member(:range, Shapes::ShapeRef.new(shape: ParameterRange, location_name: "Range"))
|
2343
2516
|
HyperParameterSpecification.add_member(:is_tunable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsTunable"))
|
2344
2517
|
HyperParameterSpecification.add_member(:is_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsRequired"))
|
2345
|
-
HyperParameterSpecification.add_member(:default_value, Shapes::ShapeRef.new(shape:
|
2518
|
+
HyperParameterSpecification.add_member(:default_value, Shapes::ShapeRef.new(shape: HyperParameterValue, location_name: "DefaultValue"))
|
2346
2519
|
HyperParameterSpecification.struct_class = Types::HyperParameterSpecification
|
2347
2520
|
|
2348
2521
|
HyperParameterSpecifications.member = Shapes::ShapeRef.new(shape: HyperParameterSpecification)
|
@@ -2414,12 +2587,37 @@ module Aws::SageMaker
|
|
2414
2587
|
HyperParameterTuningJobWarmStartConfig.add_member(:warm_start_type, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartType, required: true, location_name: "WarmStartType"))
|
2415
2588
|
HyperParameterTuningJobWarmStartConfig.struct_class = Types::HyperParameterTuningJobWarmStartConfig
|
2416
2589
|
|
2417
|
-
HyperParameters.key = Shapes::ShapeRef.new(shape:
|
2418
|
-
HyperParameters.value = Shapes::ShapeRef.new(shape:
|
2590
|
+
HyperParameters.key = Shapes::ShapeRef.new(shape: HyperParameterKey)
|
2591
|
+
HyperParameters.value = Shapes::ShapeRef.new(shape: HyperParameterValue)
|
2592
|
+
|
2593
|
+
Image.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2594
|
+
Image.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
2595
|
+
Image.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
2596
|
+
Image.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2597
|
+
Image.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, required: true, location_name: "ImageArn"))
|
2598
|
+
Image.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
2599
|
+
Image.add_member(:image_status, Shapes::ShapeRef.new(shape: ImageStatus, required: true, location_name: "ImageStatus"))
|
2600
|
+
Image.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
2601
|
+
Image.struct_class = Types::Image
|
2419
2602
|
|
2420
2603
|
ImageConfig.add_member(:repository_access_mode, Shapes::ShapeRef.new(shape: RepositoryAccessMode, required: true, location_name: "RepositoryAccessMode"))
|
2421
2604
|
ImageConfig.struct_class = Types::ImageConfig
|
2422
2605
|
|
2606
|
+
ImageDeletePropertyList.member = Shapes::ShapeRef.new(shape: ImageDeleteProperty)
|
2607
|
+
|
2608
|
+
ImageVersion.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
2609
|
+
ImageVersion.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
2610
|
+
ImageVersion.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, required: true, location_name: "ImageArn"))
|
2611
|
+
ImageVersion.add_member(:image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, required: true, location_name: "ImageVersionArn"))
|
2612
|
+
ImageVersion.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ImageVersionStatus, required: true, location_name: "ImageVersionStatus"))
|
2613
|
+
ImageVersion.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
2614
|
+
ImageVersion.add_member(:version, Shapes::ShapeRef.new(shape: ImageVersionNumber, required: true, location_name: "Version"))
|
2615
|
+
ImageVersion.struct_class = Types::ImageVersion
|
2616
|
+
|
2617
|
+
ImageVersions.member = Shapes::ShapeRef.new(shape: ImageVersion)
|
2618
|
+
|
2619
|
+
Images.member = Shapes::ShapeRef.new(shape: Image)
|
2620
|
+
|
2423
2621
|
InferenceSpecification.add_member(:containers, Shapes::ShapeRef.new(shape: ModelPackageContainerDefinitionList, required: true, location_name: "Containers"))
|
2424
2622
|
InferenceSpecification.add_member(:supported_transform_instance_types, Shapes::ShapeRef.new(shape: TransformInstanceTypes, required: true, location_name: "SupportedTransformInstanceTypes"))
|
2425
2623
|
InferenceSpecification.add_member(:supported_realtime_inference_instance_types, Shapes::ShapeRef.new(shape: RealtimeInferenceInstanceTypes, required: true, location_name: "SupportedRealtimeInferenceInstanceTypes"))
|
@@ -2454,8 +2652,19 @@ module Aws::SageMaker
|
|
2454
2652
|
JupyterServerAppSettings.struct_class = Types::JupyterServerAppSettings
|
2455
2653
|
|
2456
2654
|
KernelGatewayAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
2655
|
+
KernelGatewayAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
|
2457
2656
|
KernelGatewayAppSettings.struct_class = Types::KernelGatewayAppSettings
|
2458
2657
|
|
2658
|
+
KernelGatewayImageConfig.add_member(:kernel_specs, Shapes::ShapeRef.new(shape: KernelSpecs, required: true, location_name: "KernelSpecs"))
|
2659
|
+
KernelGatewayImageConfig.add_member(:file_system_config, Shapes::ShapeRef.new(shape: FileSystemConfig, location_name: "FileSystemConfig"))
|
2660
|
+
KernelGatewayImageConfig.struct_class = Types::KernelGatewayImageConfig
|
2661
|
+
|
2662
|
+
KernelSpec.add_member(:name, Shapes::ShapeRef.new(shape: KernelName, required: true, location_name: "Name"))
|
2663
|
+
KernelSpec.add_member(:display_name, Shapes::ShapeRef.new(shape: KernelDisplayName, location_name: "DisplayName"))
|
2664
|
+
KernelSpec.struct_class = Types::KernelSpec
|
2665
|
+
|
2666
|
+
KernelSpecs.member = Shapes::ShapeRef.new(shape: KernelSpec)
|
2667
|
+
|
2459
2668
|
LabelCounters.add_member(:total_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "TotalLabeled"))
|
2460
2669
|
LabelCounters.add_member(:human_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "HumanLabeled"))
|
2461
2670
|
LabelCounters.add_member(:machine_labeled, Shapes::ShapeRef.new(shape: LabelCounter, location_name: "MachineLabeled"))
|
@@ -2477,6 +2686,7 @@ module Aws::SageMaker
|
|
2477
2686
|
LabelingJobDataAttributes.struct_class = Types::LabelingJobDataAttributes
|
2478
2687
|
|
2479
2688
|
LabelingJobDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: LabelingJobS3DataSource, location_name: "S3DataSource"))
|
2689
|
+
LabelingJobDataSource.add_member(:sns_data_source, Shapes::ShapeRef.new(shape: LabelingJobSnsDataSource, location_name: "SnsDataSource"))
|
2480
2690
|
LabelingJobDataSource.struct_class = Types::LabelingJobDataSource
|
2481
2691
|
|
2482
2692
|
LabelingJobForWorkteamSummary.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, location_name: "LabelingJobName"))
|
@@ -2499,6 +2709,7 @@ module Aws::SageMaker
|
|
2499
2709
|
|
2500
2710
|
LabelingJobOutputConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
2501
2711
|
LabelingJobOutputConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
2712
|
+
LabelingJobOutputConfig.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: SnsTopicArn, location_name: "SnsTopicArn"))
|
2502
2713
|
LabelingJobOutputConfig.struct_class = Types::LabelingJobOutputConfig
|
2503
2714
|
|
2504
2715
|
LabelingJobResourceConfig.add_member(:volume_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "VolumeKmsKeyId"))
|
@@ -2507,6 +2718,9 @@ module Aws::SageMaker
|
|
2507
2718
|
LabelingJobS3DataSource.add_member(:manifest_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "ManifestS3Uri"))
|
2508
2719
|
LabelingJobS3DataSource.struct_class = Types::LabelingJobS3DataSource
|
2509
2720
|
|
2721
|
+
LabelingJobSnsDataSource.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: SnsTopicArn, required: true, location_name: "SnsTopicArn"))
|
2722
|
+
LabelingJobSnsDataSource.struct_class = Types::LabelingJobSnsDataSource
|
2723
|
+
|
2510
2724
|
LabelingJobStoppingConditions.add_member(:max_human_labeled_object_count, Shapes::ShapeRef.new(shape: MaxHumanLabeledObjectCount, location_name: "MaxHumanLabeledObjectCount"))
|
2511
2725
|
LabelingJobStoppingConditions.add_member(:max_percentage_of_input_dataset_labeled, Shapes::ShapeRef.new(shape: MaxPercentageOfInputDatasetLabeled, location_name: "MaxPercentageOfInputDatasetLabeled"))
|
2512
2726
|
LabelingJobStoppingConditions.struct_class = Types::LabelingJobStoppingConditions
|
@@ -2540,6 +2754,21 @@ module Aws::SageMaker
|
|
2540
2754
|
ListAlgorithmsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2541
2755
|
ListAlgorithmsOutput.struct_class = Types::ListAlgorithmsOutput
|
2542
2756
|
|
2757
|
+
ListAppImageConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2758
|
+
ListAppImageConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2759
|
+
ListAppImageConfigsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: AppImageConfigName, location_name: "NameContains"))
|
2760
|
+
ListAppImageConfigsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
2761
|
+
ListAppImageConfigsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
2762
|
+
ListAppImageConfigsRequest.add_member(:modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeBefore"))
|
2763
|
+
ListAppImageConfigsRequest.add_member(:modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeAfter"))
|
2764
|
+
ListAppImageConfigsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: AppImageConfigSortKey, location_name: "SortBy"))
|
2765
|
+
ListAppImageConfigsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
2766
|
+
ListAppImageConfigsRequest.struct_class = Types::ListAppImageConfigsRequest
|
2767
|
+
|
2768
|
+
ListAppImageConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2769
|
+
ListAppImageConfigsResponse.add_member(:app_image_configs, Shapes::ShapeRef.new(shape: AppImageConfigList, location_name: "AppImageConfigs"))
|
2770
|
+
ListAppImageConfigsResponse.struct_class = Types::ListAppImageConfigsResponse
|
2771
|
+
|
2543
2772
|
ListAppsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2544
2773
|
ListAppsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2545
2774
|
ListAppsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
@@ -2699,6 +2928,36 @@ module Aws::SageMaker
|
|
2699
2928
|
ListHyperParameterTuningJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2700
2929
|
ListHyperParameterTuningJobsResponse.struct_class = Types::ListHyperParameterTuningJobsResponse
|
2701
2930
|
|
2931
|
+
ListImageVersionsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
2932
|
+
ListImageVersionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
2933
|
+
ListImageVersionsRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
2934
|
+
ListImageVersionsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
2935
|
+
ListImageVersionsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
2936
|
+
ListImageVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2937
|
+
ListImageVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2938
|
+
ListImageVersionsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ImageVersionSortBy, location_name: "SortBy"))
|
2939
|
+
ListImageVersionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ImageVersionSortOrder, location_name: "SortOrder"))
|
2940
|
+
ListImageVersionsRequest.struct_class = Types::ListImageVersionsRequest
|
2941
|
+
|
2942
|
+
ListImageVersionsResponse.add_member(:image_versions, Shapes::ShapeRef.new(shape: ImageVersions, location_name: "ImageVersions"))
|
2943
|
+
ListImageVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2944
|
+
ListImageVersionsResponse.struct_class = Types::ListImageVersionsResponse
|
2945
|
+
|
2946
|
+
ListImagesRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
2947
|
+
ListImagesRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
2948
|
+
ListImagesRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
2949
|
+
ListImagesRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
2950
|
+
ListImagesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2951
|
+
ListImagesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: ImageNameContains, location_name: "NameContains"))
|
2952
|
+
ListImagesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2953
|
+
ListImagesRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ImageSortBy, location_name: "SortBy"))
|
2954
|
+
ListImagesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: ImageSortOrder, location_name: "SortOrder"))
|
2955
|
+
ListImagesRequest.struct_class = Types::ListImagesRequest
|
2956
|
+
|
2957
|
+
ListImagesResponse.add_member(:images, Shapes::ShapeRef.new(shape: Images, location_name: "Images"))
|
2958
|
+
ListImagesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
2959
|
+
ListImagesResponse.struct_class = Types::ListImagesResponse
|
2960
|
+
|
2702
2961
|
ListLabelingJobsForWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
2703
2962
|
ListLabelingJobsForWorkteamRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
2704
2963
|
ListLabelingJobsForWorkteamRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
@@ -3390,6 +3649,7 @@ module Aws::SageMaker
|
|
3390
3649
|
ResourceNotFound.struct_class = Types::ResourceNotFound
|
3391
3650
|
|
3392
3651
|
ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "SageMakerImageArn"))
|
3652
|
+
ResourceSpec.add_member(:sage_maker_image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "SageMakerImageVersionArn"))
|
3393
3653
|
ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
|
3394
3654
|
ResourceSpec.struct_class = Types::ResourceSpec
|
3395
3655
|
|
@@ -3818,6 +4078,13 @@ module Aws::SageMaker
|
|
3818
4078
|
UiTemplateInfo.add_member(:content_sha_256, Shapes::ShapeRef.new(shape: TemplateContentSha256, location_name: "ContentSha256"))
|
3819
4079
|
UiTemplateInfo.struct_class = Types::UiTemplateInfo
|
3820
4080
|
|
4081
|
+
UpdateAppImageConfigRequest.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
4082
|
+
UpdateAppImageConfigRequest.add_member(:kernel_gateway_image_config, Shapes::ShapeRef.new(shape: KernelGatewayImageConfig, location_name: "KernelGatewayImageConfig"))
|
4083
|
+
UpdateAppImageConfigRequest.struct_class = Types::UpdateAppImageConfigRequest
|
4084
|
+
|
4085
|
+
UpdateAppImageConfigResponse.add_member(:app_image_config_arn, Shapes::ShapeRef.new(shape: AppImageConfigArn, location_name: "AppImageConfigArn"))
|
4086
|
+
UpdateAppImageConfigResponse.struct_class = Types::UpdateAppImageConfigResponse
|
4087
|
+
|
3821
4088
|
UpdateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
|
3822
4089
|
UpdateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfigForUpdate, location_name: "GitConfig"))
|
3823
4090
|
UpdateCodeRepositoryInput.struct_class = Types::UpdateCodeRepositoryInput
|
@@ -3856,6 +4123,16 @@ module Aws::SageMaker
|
|
3856
4123
|
UpdateExperimentResponse.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
3857
4124
|
UpdateExperimentResponse.struct_class = Types::UpdateExperimentResponse
|
3858
4125
|
|
4126
|
+
UpdateImageRequest.add_member(:delete_properties, Shapes::ShapeRef.new(shape: ImageDeletePropertyList, location_name: "DeleteProperties"))
|
4127
|
+
UpdateImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: ImageDescription, location_name: "Description"))
|
4128
|
+
UpdateImageRequest.add_member(:display_name, Shapes::ShapeRef.new(shape: ImageDisplayName, location_name: "DisplayName"))
|
4129
|
+
UpdateImageRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
4130
|
+
UpdateImageRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "RoleArn"))
|
4131
|
+
UpdateImageRequest.struct_class = Types::UpdateImageRequest
|
4132
|
+
|
4133
|
+
UpdateImageResponse.add_member(:image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "ImageArn"))
|
4134
|
+
UpdateImageResponse.struct_class = Types::UpdateImageResponse
|
4135
|
+
|
3859
4136
|
UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_name, Shapes::ShapeRef.new(shape: MonitoringScheduleName, required: true, location_name: "MonitoringScheduleName"))
|
3860
4137
|
UpdateMonitoringScheduleRequest.add_member(:monitoring_schedule_config, Shapes::ShapeRef.new(shape: MonitoringScheduleConfig, required: true, location_name: "MonitoringScheduleConfig"))
|
3861
4138
|
UpdateMonitoringScheduleRequest.struct_class = Types::UpdateMonitoringScheduleRequest
|
@@ -4050,6 +4327,15 @@ module Aws::SageMaker
|
|
4050
4327
|
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4051
4328
|
end)
|
4052
4329
|
|
4330
|
+
api.add_operation(:create_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
4331
|
+
o.name = "CreateAppImageConfig"
|
4332
|
+
o.http_method = "POST"
|
4333
|
+
o.http_request_uri = "/"
|
4334
|
+
o.input = Shapes::ShapeRef.new(shape: CreateAppImageConfigRequest)
|
4335
|
+
o.output = Shapes::ShapeRef.new(shape: CreateAppImageConfigResponse)
|
4336
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4337
|
+
end)
|
4338
|
+
|
4053
4339
|
api.add_operation(:create_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
|
4054
4340
|
o.name = "CreateAutoMLJob"
|
4055
4341
|
o.http_method = "POST"
|
@@ -4145,6 +4431,27 @@ module Aws::SageMaker
|
|
4145
4431
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4146
4432
|
end)
|
4147
4433
|
|
4434
|
+
api.add_operation(:create_image, Seahorse::Model::Operation.new.tap do |o|
|
4435
|
+
o.name = "CreateImage"
|
4436
|
+
o.http_method = "POST"
|
4437
|
+
o.http_request_uri = "/"
|
4438
|
+
o.input = Shapes::ShapeRef.new(shape: CreateImageRequest)
|
4439
|
+
o.output = Shapes::ShapeRef.new(shape: CreateImageResponse)
|
4440
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4441
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4442
|
+
end)
|
4443
|
+
|
4444
|
+
api.add_operation(:create_image_version, Seahorse::Model::Operation.new.tap do |o|
|
4445
|
+
o.name = "CreateImageVersion"
|
4446
|
+
o.http_method = "POST"
|
4447
|
+
o.http_request_uri = "/"
|
4448
|
+
o.input = Shapes::ShapeRef.new(shape: CreateImageVersionRequest)
|
4449
|
+
o.output = Shapes::ShapeRef.new(shape: CreateImageVersionResponse)
|
4450
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4451
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4452
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4453
|
+
end)
|
4454
|
+
|
4148
4455
|
api.add_operation(:create_labeling_job, Seahorse::Model::Operation.new.tap do |o|
|
4149
4456
|
o.name = "CreateLabelingJob"
|
4150
4457
|
o.http_method = "POST"
|
@@ -4170,6 +4477,8 @@ module Aws::SageMaker
|
|
4170
4477
|
o.http_request_uri = "/"
|
4171
4478
|
o.input = Shapes::ShapeRef.new(shape: CreateModelPackageInput)
|
4172
4479
|
o.output = Shapes::ShapeRef.new(shape: CreateModelPackageOutput)
|
4480
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4481
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
4173
4482
|
end)
|
4174
4483
|
|
4175
4484
|
api.add_operation(:create_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4315,6 +4624,15 @@ module Aws::SageMaker
|
|
4315
4624
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4316
4625
|
end)
|
4317
4626
|
|
4627
|
+
api.add_operation(:delete_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
4628
|
+
o.name = "DeleteAppImageConfig"
|
4629
|
+
o.http_method = "POST"
|
4630
|
+
o.http_request_uri = "/"
|
4631
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteAppImageConfigRequest)
|
4632
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4633
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4634
|
+
end)
|
4635
|
+
|
4318
4636
|
api.add_operation(:delete_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
4319
4637
|
o.name = "DeleteCodeRepository"
|
4320
4638
|
o.http_method = "POST"
|
@@ -4377,6 +4695,26 @@ module Aws::SageMaker
|
|
4377
4695
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4378
4696
|
end)
|
4379
4697
|
|
4698
|
+
api.add_operation(:delete_image, Seahorse::Model::Operation.new.tap do |o|
|
4699
|
+
o.name = "DeleteImage"
|
4700
|
+
o.http_method = "POST"
|
4701
|
+
o.http_request_uri = "/"
|
4702
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteImageRequest)
|
4703
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteImageResponse)
|
4704
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4705
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4706
|
+
end)
|
4707
|
+
|
4708
|
+
api.add_operation(:delete_image_version, Seahorse::Model::Operation.new.tap do |o|
|
4709
|
+
o.name = "DeleteImageVersion"
|
4710
|
+
o.http_method = "POST"
|
4711
|
+
o.http_request_uri = "/"
|
4712
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteImageVersionRequest)
|
4713
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteImageVersionResponse)
|
4714
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
4715
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4716
|
+
end)
|
4717
|
+
|
4380
4718
|
api.add_operation(:delete_model, Seahorse::Model::Operation.new.tap do |o|
|
4381
4719
|
o.name = "DeleteModel"
|
4382
4720
|
o.http_method = "POST"
|
@@ -4391,6 +4729,7 @@ module Aws::SageMaker
|
|
4391
4729
|
o.http_request_uri = "/"
|
4392
4730
|
o.input = Shapes::ShapeRef.new(shape: DeleteModelPackageInput)
|
4393
4731
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4732
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
4394
4733
|
end)
|
4395
4734
|
|
4396
4735
|
api.add_operation(:delete_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4488,6 +4827,15 @@ module Aws::SageMaker
|
|
4488
4827
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4489
4828
|
end)
|
4490
4829
|
|
4830
|
+
api.add_operation(:describe_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
4831
|
+
o.name = "DescribeAppImageConfig"
|
4832
|
+
o.http_method = "POST"
|
4833
|
+
o.http_request_uri = "/"
|
4834
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAppImageConfigRequest)
|
4835
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeAppImageConfigResponse)
|
4836
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4837
|
+
end)
|
4838
|
+
|
4491
4839
|
api.add_operation(:describe_auto_ml_job, Seahorse::Model::Operation.new.tap do |o|
|
4492
4840
|
o.name = "DescribeAutoMLJob"
|
4493
4841
|
o.http_method = "POST"
|
@@ -4575,6 +4923,24 @@ module Aws::SageMaker
|
|
4575
4923
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4576
4924
|
end)
|
4577
4925
|
|
4926
|
+
api.add_operation(:describe_image, Seahorse::Model::Operation.new.tap do |o|
|
4927
|
+
o.name = "DescribeImage"
|
4928
|
+
o.http_method = "POST"
|
4929
|
+
o.http_request_uri = "/"
|
4930
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeImageRequest)
|
4931
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeImageResponse)
|
4932
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4933
|
+
end)
|
4934
|
+
|
4935
|
+
api.add_operation(:describe_image_version, Seahorse::Model::Operation.new.tap do |o|
|
4936
|
+
o.name = "DescribeImageVersion"
|
4937
|
+
o.http_method = "POST"
|
4938
|
+
o.http_request_uri = "/"
|
4939
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeImageVersionRequest)
|
4940
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeImageVersionResponse)
|
4941
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
4942
|
+
end)
|
4943
|
+
|
4578
4944
|
api.add_operation(:describe_labeling_job, Seahorse::Model::Operation.new.tap do |o|
|
4579
4945
|
o.name = "DescribeLabelingJob"
|
4580
4946
|
o.http_method = "POST"
|
@@ -4734,6 +5100,14 @@ module Aws::SageMaker
|
|
4734
5100
|
)
|
4735
5101
|
end)
|
4736
5102
|
|
5103
|
+
api.add_operation(:list_app_image_configs, Seahorse::Model::Operation.new.tap do |o|
|
5104
|
+
o.name = "ListAppImageConfigs"
|
5105
|
+
o.http_method = "POST"
|
5106
|
+
o.http_request_uri = "/"
|
5107
|
+
o.input = Shapes::ShapeRef.new(shape: ListAppImageConfigsRequest)
|
5108
|
+
o.output = Shapes::ShapeRef.new(shape: ListAppImageConfigsResponse)
|
5109
|
+
end)
|
5110
|
+
|
4737
5111
|
api.add_operation(:list_apps, Seahorse::Model::Operation.new.tap do |o|
|
4738
5112
|
o.name = "ListApps"
|
4739
5113
|
o.http_method = "POST"
|
@@ -4903,6 +5277,35 @@ module Aws::SageMaker
|
|
4903
5277
|
)
|
4904
5278
|
end)
|
4905
5279
|
|
5280
|
+
api.add_operation(:list_image_versions, Seahorse::Model::Operation.new.tap do |o|
|
5281
|
+
o.name = "ListImageVersions"
|
5282
|
+
o.http_method = "POST"
|
5283
|
+
o.http_request_uri = "/"
|
5284
|
+
o.input = Shapes::ShapeRef.new(shape: ListImageVersionsRequest)
|
5285
|
+
o.output = Shapes::ShapeRef.new(shape: ListImageVersionsResponse)
|
5286
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5287
|
+
o[:pager] = Aws::Pager.new(
|
5288
|
+
limit_key: "max_results",
|
5289
|
+
tokens: {
|
5290
|
+
"next_token" => "next_token"
|
5291
|
+
}
|
5292
|
+
)
|
5293
|
+
end)
|
5294
|
+
|
5295
|
+
api.add_operation(:list_images, Seahorse::Model::Operation.new.tap do |o|
|
5296
|
+
o.name = "ListImages"
|
5297
|
+
o.http_method = "POST"
|
5298
|
+
o.http_request_uri = "/"
|
5299
|
+
o.input = Shapes::ShapeRef.new(shape: ListImagesRequest)
|
5300
|
+
o.output = Shapes::ShapeRef.new(shape: ListImagesResponse)
|
5301
|
+
o[:pager] = Aws::Pager.new(
|
5302
|
+
limit_key: "max_results",
|
5303
|
+
tokens: {
|
5304
|
+
"next_token" => "next_token"
|
5305
|
+
}
|
5306
|
+
)
|
5307
|
+
end)
|
5308
|
+
|
4906
5309
|
api.add_operation(:list_labeling_jobs, Seahorse::Model::Operation.new.tap do |o|
|
4907
5310
|
o.name = "ListLabelingJobs"
|
4908
5311
|
o.http_method = "POST"
|
@@ -5294,6 +5697,15 @@ module Aws::SageMaker
|
|
5294
5697
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5295
5698
|
end)
|
5296
5699
|
|
5700
|
+
api.add_operation(:update_app_image_config, Seahorse::Model::Operation.new.tap do |o|
|
5701
|
+
o.name = "UpdateAppImageConfig"
|
5702
|
+
o.http_method = "POST"
|
5703
|
+
o.http_request_uri = "/"
|
5704
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAppImageConfigRequest)
|
5705
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAppImageConfigResponse)
|
5706
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5707
|
+
end)
|
5708
|
+
|
5297
5709
|
api.add_operation(:update_code_repository, Seahorse::Model::Operation.new.tap do |o|
|
5298
5710
|
o.name = "UpdateCodeRepository"
|
5299
5711
|
o.http_method = "POST"
|
@@ -5341,6 +5753,16 @@ module Aws::SageMaker
|
|
5341
5753
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5342
5754
|
end)
|
5343
5755
|
|
5756
|
+
api.add_operation(:update_image, Seahorse::Model::Operation.new.tap do |o|
|
5757
|
+
o.name = "UpdateImage"
|
5758
|
+
o.http_method = "POST"
|
5759
|
+
o.http_request_uri = "/"
|
5760
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateImageRequest)
|
5761
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateImageResponse)
|
5762
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
5763
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
5764
|
+
end)
|
5765
|
+
|
5344
5766
|
api.add_operation(:update_monitoring_schedule, Seahorse::Model::Operation.new.tap do |o|
|
5345
5767
|
o.name = "UpdateMonitoringSchedule"
|
5346
5768
|
o.http_method = "POST"
|