aws-sdk-sagemaker 1.302.0 → 1.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +132 -10
- data/lib/aws-sdk-sagemaker/client_api.rb +84 -39
- data/lib/aws-sdk-sagemaker/types.rb +198 -6
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +66 -1
- data/sig/types.rbs +41 -0
- metadata +3 -6
@@ -40,6 +40,7 @@ module Aws::SageMaker
|
|
40
40
|
AggregationTransformationValue = Shapes::StringShape.new(name: 'AggregationTransformationValue')
|
41
41
|
AggregationTransformations = Shapes::MapShape.new(name: 'AggregationTransformations')
|
42
42
|
Alarm = Shapes::StructureShape.new(name: 'Alarm')
|
43
|
+
AlarmDetails = Shapes::StructureShape.new(name: 'AlarmDetails')
|
43
44
|
AlarmList = Shapes::ListShape.new(name: 'AlarmList')
|
44
45
|
AlarmName = Shapes::StringShape.new(name: 'AlarmName')
|
45
46
|
AlgorithmArn = Shapes::StringShape.new(name: 'AlgorithmArn')
|
@@ -169,6 +170,7 @@ module Aws::SageMaker
|
|
169
170
|
AutoMountHomeEFS = Shapes::StringShape.new(name: 'AutoMountHomeEFS')
|
170
171
|
AutoParameter = Shapes::StructureShape.new(name: 'AutoParameter')
|
171
172
|
AutoParameters = Shapes::ListShape.new(name: 'AutoParameters')
|
173
|
+
AutoRollbackAlarms = Shapes::ListShape.new(name: 'AutoRollbackAlarms')
|
172
174
|
AutoRollbackConfig = Shapes::StructureShape.new(name: 'AutoRollbackConfig')
|
173
175
|
Autotune = Shapes::StructureShape.new(name: 'Autotune')
|
174
176
|
AutotuneMode = Shapes::StringShape.new(name: 'AutotuneMode')
|
@@ -216,6 +218,7 @@ module Aws::SageMaker
|
|
216
218
|
CandidateSteps = Shapes::ListShape.new(name: 'CandidateSteps')
|
217
219
|
CanvasAppSettings = Shapes::StructureShape.new(name: 'CanvasAppSettings')
|
218
220
|
CapacitySize = Shapes::StructureShape.new(name: 'CapacitySize')
|
221
|
+
CapacitySizeConfig = Shapes::StructureShape.new(name: 'CapacitySizeConfig')
|
219
222
|
CapacitySizeType = Shapes::StringShape.new(name: 'CapacitySizeType')
|
220
223
|
CapacitySizeValue = Shapes::IntegerShape.new(name: 'CapacitySizeValue')
|
221
224
|
CapacityUnit = Shapes::IntegerShape.new(name: 'CapacityUnit')
|
@@ -513,6 +516,7 @@ module Aws::SageMaker
|
|
513
516
|
CreateWorkteamRequest = Shapes::StructureShape.new(name: 'CreateWorkteamRequest')
|
514
517
|
CreateWorkteamResponse = Shapes::StructureShape.new(name: 'CreateWorkteamResponse')
|
515
518
|
CreationTime = Shapes::TimestampShape.new(name: 'CreationTime')
|
519
|
+
CronScheduleExpression = Shapes::StringShape.new(name: 'CronScheduleExpression')
|
516
520
|
CrossAccountFilterOption = Shapes::StringShape.new(name: 'CrossAccountFilterOption')
|
517
521
|
CsvContentType = Shapes::StringShape.new(name: 'CsvContentType')
|
518
522
|
CsvContentTypes = Shapes::ListShape.new(name: 'CsvContentTypes')
|
@@ -636,6 +640,7 @@ module Aws::SageMaker
|
|
636
640
|
DeployedImage = Shapes::StructureShape.new(name: 'DeployedImage')
|
637
641
|
DeployedImages = Shapes::ListShape.new(name: 'DeployedImages')
|
638
642
|
DeploymentConfig = Shapes::StructureShape.new(name: 'DeploymentConfig')
|
643
|
+
DeploymentConfiguration = Shapes::StructureShape.new(name: 'DeploymentConfiguration')
|
639
644
|
DeploymentRecommendation = Shapes::StructureShape.new(name: 'DeploymentRecommendation')
|
640
645
|
DeploymentStage = Shapes::StructureShape.new(name: 'DeploymentStage')
|
641
646
|
DeploymentStageMaxResults = Shapes::IntegerShape.new(name: 'DeploymentStageMaxResults')
|
@@ -1679,6 +1684,8 @@ module Aws::SageMaker
|
|
1679
1684
|
NetworkConfig = Shapes::StructureShape.new(name: 'NetworkConfig')
|
1680
1685
|
NetworkInterfaceId = Shapes::StringShape.new(name: 'NetworkInterfaceId')
|
1681
1686
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
1687
|
+
NodeUnavailabilityType = Shapes::StringShape.new(name: 'NodeUnavailabilityType')
|
1688
|
+
NodeUnavailabilityValue = Shapes::IntegerShape.new(name: 'NodeUnavailabilityValue')
|
1682
1689
|
NonEmptyString256 = Shapes::StringShape.new(name: 'NonEmptyString256')
|
1683
1690
|
NonEmptyString64 = Shapes::StringShape.new(name: 'NonEmptyString64')
|
1684
1691
|
NotebookInstanceAcceleratorType = Shapes::StringShape.new(name: 'NotebookInstanceAcceleratorType')
|
@@ -2025,6 +2032,7 @@ module Aws::SageMaker
|
|
2025
2032
|
RetryPipelineExecutionResponse = Shapes::StructureShape.new(name: 'RetryPipelineExecutionResponse')
|
2026
2033
|
RetryStrategy = Shapes::StructureShape.new(name: 'RetryStrategy')
|
2027
2034
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
2035
|
+
RollingDeploymentPolicy = Shapes::StructureShape.new(name: 'RollingDeploymentPolicy')
|
2028
2036
|
RollingUpdatePolicy = Shapes::StructureShape.new(name: 'RollingUpdatePolicy')
|
2029
2037
|
RootAccess = Shapes::StringShape.new(name: 'RootAccess')
|
2030
2038
|
RoutingStrategy = Shapes::StringShape.new(name: 'RoutingStrategy')
|
@@ -2057,6 +2065,7 @@ module Aws::SageMaker
|
|
2057
2065
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
2058
2066
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
2059
2067
|
ScheduleStatus = Shapes::StringShape.new(name: 'ScheduleStatus')
|
2068
|
+
ScheduledUpdateConfig = Shapes::StructureShape.new(name: 'ScheduledUpdateConfig')
|
2060
2069
|
SchedulerConfig = Shapes::StructureShape.new(name: 'SchedulerConfig')
|
2061
2070
|
SchedulerResourceStatus = Shapes::StringShape.new(name: 'SchedulerResourceStatus')
|
2062
2071
|
Scope = Shapes::StringShape.new(name: 'Scope')
|
@@ -2391,6 +2400,8 @@ module Aws::SageMaker
|
|
2391
2400
|
UpdateClusterResponse = Shapes::StructureShape.new(name: 'UpdateClusterResponse')
|
2392
2401
|
UpdateClusterSchedulerConfigRequest = Shapes::StructureShape.new(name: 'UpdateClusterSchedulerConfigRequest')
|
2393
2402
|
UpdateClusterSchedulerConfigResponse = Shapes::StructureShape.new(name: 'UpdateClusterSchedulerConfigResponse')
|
2403
|
+
UpdateClusterSoftwareInstanceGroupSpecification = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareInstanceGroupSpecification')
|
2404
|
+
UpdateClusterSoftwareInstanceGroups = Shapes::ListShape.new(name: 'UpdateClusterSoftwareInstanceGroups')
|
2394
2405
|
UpdateClusterSoftwareRequest = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareRequest')
|
2395
2406
|
UpdateClusterSoftwareResponse = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareResponse')
|
2396
2407
|
UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
|
@@ -2501,6 +2512,7 @@ module Aws::SageMaker
|
|
2501
2512
|
VpcOnlyTrustedAccounts = Shapes::ListShape.new(name: 'VpcOnlyTrustedAccounts')
|
2502
2513
|
VpcSecurityGroupIds = Shapes::ListShape.new(name: 'VpcSecurityGroupIds')
|
2503
2514
|
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
2515
|
+
WaitTimeIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitTimeIntervalInSeconds')
|
2504
2516
|
WarmPoolResourceStatus = Shapes::StringShape.new(name: 'WarmPoolResourceStatus')
|
2505
2517
|
WarmPoolStatus = Shapes::StructureShape.new(name: 'WarmPoolStatus')
|
2506
2518
|
WeeklyMaintenanceWindowStart = Shapes::StringShape.new(name: 'WeeklyMaintenanceWindowStart')
|
@@ -2595,6 +2607,9 @@ module Aws::SageMaker
|
|
2595
2607
|
Alarm.add_member(:alarm_name, Shapes::ShapeRef.new(shape: AlarmName, location_name: "AlarmName"))
|
2596
2608
|
Alarm.struct_class = Types::Alarm
|
2597
2609
|
|
2610
|
+
AlarmDetails.add_member(:alarm_name, Shapes::ShapeRef.new(shape: AlarmName, required: true, location_name: "AlarmName"))
|
2611
|
+
AlarmDetails.struct_class = Types::AlarmDetails
|
2612
|
+
|
2598
2613
|
AlarmList.member = Shapes::ShapeRef.new(shape: Alarm)
|
2599
2614
|
|
2600
2615
|
AlgorithmSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: AlgorithmImage, location_name: "TrainingImage"))
|
@@ -2912,6 +2927,8 @@ module Aws::SageMaker
|
|
2912
2927
|
|
2913
2928
|
AutoParameters.member = Shapes::ShapeRef.new(shape: AutoParameter)
|
2914
2929
|
|
2930
|
+
AutoRollbackAlarms.member = Shapes::ShapeRef.new(shape: AlarmDetails)
|
2931
|
+
|
2915
2932
|
AutoRollbackConfig.add_member(:alarms, Shapes::ShapeRef.new(shape: AlarmList, location_name: "Alarms"))
|
2916
2933
|
AutoRollbackConfig.struct_class = Types::AutoRollbackConfig
|
2917
2934
|
|
@@ -3025,6 +3042,10 @@ module Aws::SageMaker
|
|
3025
3042
|
CapacitySize.add_member(:value, Shapes::ShapeRef.new(shape: CapacitySizeValue, required: true, location_name: "Value"))
|
3026
3043
|
CapacitySize.struct_class = Types::CapacitySize
|
3027
3044
|
|
3045
|
+
CapacitySizeConfig.add_member(:type, Shapes::ShapeRef.new(shape: NodeUnavailabilityType, required: true, location_name: "Type"))
|
3046
|
+
CapacitySizeConfig.add_member(:value, Shapes::ShapeRef.new(shape: NodeUnavailabilityValue, required: true, location_name: "Value"))
|
3047
|
+
CapacitySizeConfig.struct_class = Types::CapacitySizeConfig
|
3048
|
+
|
3028
3049
|
CaptureContentTypeHeader.add_member(:csv_content_types, Shapes::ShapeRef.new(shape: CsvContentTypes, location_name: "CsvContentTypes"))
|
3029
3050
|
CaptureContentTypeHeader.add_member(:json_content_types, Shapes::ShapeRef.new(shape: JsonContentTypes, location_name: "JsonContentTypes"))
|
3030
3051
|
CaptureContentTypeHeader.struct_class = Types::CaptureContentTypeHeader
|
@@ -3142,6 +3163,7 @@ module Aws::SageMaker
|
|
3142
3163
|
ClusterInstanceGroupDetails.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3143
3164
|
ClusterInstanceGroupDetails.add_member(:training_plan_status, Shapes::ShapeRef.new(shape: InstanceGroupTrainingPlanStatus, location_name: "TrainingPlanStatus"))
|
3144
3165
|
ClusterInstanceGroupDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3166
|
+
ClusterInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3145
3167
|
ClusterInstanceGroupDetails.struct_class = Types::ClusterInstanceGroupDetails
|
3146
3168
|
|
3147
3169
|
ClusterInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetails)
|
@@ -3156,6 +3178,7 @@ module Aws::SageMaker
|
|
3156
3178
|
ClusterInstanceGroupSpecification.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks"))
|
3157
3179
|
ClusterInstanceGroupSpecification.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3158
3180
|
ClusterInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3181
|
+
ClusterInstanceGroupSpecification.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3159
3182
|
ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification
|
3160
3183
|
|
3161
3184
|
ClusterInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecification)
|
@@ -3187,6 +3210,7 @@ module Aws::SageMaker
|
|
3187
3210
|
ClusterNodeDetails.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, location_name: "InstanceStatus"))
|
3188
3211
|
ClusterNodeDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
|
3189
3212
|
ClusterNodeDetails.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LaunchTime"))
|
3213
|
+
ClusterNodeDetails.add_member(:last_software_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSoftwareUpdateTime"))
|
3190
3214
|
ClusterNodeDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
|
3191
3215
|
ClusterNodeDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3192
3216
|
ClusterNodeDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
@@ -3205,6 +3229,7 @@ module Aws::SageMaker
|
|
3205
3229
|
ClusterNodeSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
|
3206
3230
|
ClusterNodeSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
|
3207
3231
|
ClusterNodeSummary.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LaunchTime"))
|
3232
|
+
ClusterNodeSummary.add_member(:last_software_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSoftwareUpdateTime"))
|
3208
3233
|
ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus"))
|
3209
3234
|
ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
|
3210
3235
|
|
@@ -3583,7 +3608,7 @@ module Aws::SageMaker
|
|
3583
3608
|
CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
3584
3609
|
CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3585
3610
|
CreateDomainRequest.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
|
3586
|
-
CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage"=>"This property is deprecated, use KmsKeyId instead."}))
|
3611
|
+
CreateDomainRequest.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage" => "This property is deprecated, use KmsKeyId instead."}))
|
3587
3612
|
CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3588
3613
|
CreateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
|
3589
3614
|
CreateDomainRequest.add_member(:tag_propagation, Shapes::ShapeRef.new(shape: TagPropagation, location_name: "TagPropagation"))
|
@@ -3733,7 +3758,7 @@ module Aws::SageMaker
|
|
3733
3758
|
CreateImageResponse.struct_class = Types::CreateImageResponse
|
3734
3759
|
|
3735
3760
|
CreateImageVersionRequest.add_member(:base_image, Shapes::ShapeRef.new(shape: ImageBaseImage, required: true, location_name: "BaseImage"))
|
3736
|
-
CreateImageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3761
|
+
CreateImageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3737
3762
|
CreateImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
3738
3763
|
CreateImageVersionRequest.add_member(:aliases, Shapes::ShapeRef.new(shape: SageMakerImageVersionAliases, location_name: "Aliases"))
|
3739
3764
|
CreateImageVersionRequest.add_member(:vendor_guidance, Shapes::ShapeRef.new(shape: VendorGuidance, location_name: "VendorGuidance"))
|
@@ -3897,7 +3922,7 @@ module Aws::SageMaker
|
|
3897
3922
|
CreateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
3898
3923
|
CreateModelPackageInput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
3899
3924
|
CreateModelPackageInput.add_member(:model_metrics, Shapes::ShapeRef.new(shape: ModelMetrics, location_name: "ModelMetrics"))
|
3900
|
-
CreateModelPackageInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3925
|
+
CreateModelPackageInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3901
3926
|
CreateModelPackageInput.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
3902
3927
|
CreateModelPackageInput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
|
3903
3928
|
CreateModelPackageInput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SamplePayloadUrl"))
|
@@ -3999,7 +4024,7 @@ module Aws::SageMaker
|
|
3999
4024
|
CreatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
4000
4025
|
CreatePartnerAppRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, required: true, location_name: "AuthType"))
|
4001
4026
|
CreatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity"))
|
4002
|
-
CreatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4027
|
+
CreatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4003
4028
|
CreatePartnerAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4004
4029
|
CreatePartnerAppRequest.struct_class = Types::CreatePartnerAppRequest
|
4005
4030
|
|
@@ -4011,7 +4036,7 @@ module Aws::SageMaker
|
|
4011
4036
|
CreatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
4012
4037
|
CreatePipelineRequest.add_member(:pipeline_definition_s3_location, Shapes::ShapeRef.new(shape: PipelineDefinitionS3Location, location_name: "PipelineDefinitionS3Location"))
|
4013
4038
|
CreatePipelineRequest.add_member(:pipeline_description, Shapes::ShapeRef.new(shape: PipelineDescription, location_name: "PipelineDescription"))
|
4014
|
-
CreatePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
4039
|
+
CreatePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
4015
4040
|
CreatePipelineRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
4016
4041
|
CreatePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4017
4042
|
CreatePipelineRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
@@ -4232,7 +4257,7 @@ module Aws::SageMaker
|
|
4232
4257
|
CustomFileSystems.member = Shapes::ShapeRef.new(shape: CustomFileSystem)
|
4233
4258
|
|
4234
4259
|
CustomImage.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
4235
|
-
CustomImage.add_member(:image_version_number, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "ImageVersionNumber", metadata: {"box"=>true}))
|
4260
|
+
CustomImage.add_member(:image_version_number, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "ImageVersionNumber", metadata: {"box" => true}))
|
4236
4261
|
CustomImage.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
4237
4262
|
CustomImage.struct_class = Types::CustomImage
|
4238
4263
|
|
@@ -4536,14 +4561,14 @@ module Aws::SageMaker
|
|
4536
4561
|
DeleteOptimizationJobRequest.struct_class = Types::DeleteOptimizationJobRequest
|
4537
4562
|
|
4538
4563
|
DeletePartnerAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, required: true, location_name: "Arn"))
|
4539
|
-
DeletePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4564
|
+
DeletePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4540
4565
|
DeletePartnerAppRequest.struct_class = Types::DeletePartnerAppRequest
|
4541
4566
|
|
4542
4567
|
DeletePartnerAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, location_name: "Arn"))
|
4543
4568
|
DeletePartnerAppResponse.struct_class = Types::DeletePartnerAppResponse
|
4544
4569
|
|
4545
4570
|
DeletePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineName, required: true, location_name: "PipelineName"))
|
4546
|
-
DeletePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
4571
|
+
DeletePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
4547
4572
|
DeletePipelineRequest.struct_class = Types::DeletePipelineRequest
|
4548
4573
|
|
4549
4574
|
DeletePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
@@ -4604,6 +4629,11 @@ module Aws::SageMaker
|
|
4604
4629
|
DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
|
4605
4630
|
DeploymentConfig.struct_class = Types::DeploymentConfig
|
4606
4631
|
|
4632
|
+
DeploymentConfiguration.add_member(:rolling_update_policy, Shapes::ShapeRef.new(shape: RollingDeploymentPolicy, location_name: "RollingUpdatePolicy"))
|
4633
|
+
DeploymentConfiguration.add_member(:wait_interval_in_seconds, Shapes::ShapeRef.new(shape: WaitTimeIntervalInSeconds, location_name: "WaitIntervalInSeconds"))
|
4634
|
+
DeploymentConfiguration.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackAlarms, location_name: "AutoRollbackConfiguration"))
|
4635
|
+
DeploymentConfiguration.struct_class = Types::DeploymentConfiguration
|
4636
|
+
|
4607
4637
|
DeploymentRecommendation.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, required: true, location_name: "RecommendationStatus"))
|
4608
4638
|
DeploymentRecommendation.add_member(:real_time_inference_recommendations, Shapes::ShapeRef.new(shape: RealTimeInferenceRecommendations, location_name: "RealTimeInferenceRecommendations"))
|
4609
4639
|
DeploymentRecommendation.struct_class = Types::DeploymentRecommendation
|
@@ -4944,7 +4974,7 @@ module Aws::SageMaker
|
|
4944
4974
|
DescribeDomainResponse.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
|
4945
4975
|
DescribeDomainResponse.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
|
4946
4976
|
DescribeDomainResponse.add_member(:app_network_access_type, Shapes::ShapeRef.new(shape: AppNetworkAccessType, location_name: "AppNetworkAccessType"))
|
4947
|
-
DescribeDomainResponse.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage"=>"This property is deprecated, use KmsKeyId instead."}))
|
4977
|
+
DescribeDomainResponse.add_member(:home_efs_file_system_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, deprecated: true, location_name: "HomeEfsFileSystemKmsKeyId", metadata: {"deprecatedMessage" => "This property is deprecated, use KmsKeyId instead."}))
|
4948
4978
|
DescribeDomainResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
|
4949
4979
|
DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
|
4950
4980
|
DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
@@ -6305,8 +6335,8 @@ module Aws::SageMaker
|
|
6305
6335
|
FileSource.struct_class = Types::FileSource
|
6306
6336
|
|
6307
6337
|
FileSystemConfig.add_member(:mount_path, Shapes::ShapeRef.new(shape: MountPath, location_name: "MountPath"))
|
6308
|
-
FileSystemConfig.add_member(:default_uid, Shapes::ShapeRef.new(shape: DefaultUid, location_name: "DefaultUid", metadata: {"box"=>true}))
|
6309
|
-
FileSystemConfig.add_member(:default_gid, Shapes::ShapeRef.new(shape: DefaultGid, location_name: "DefaultGid", metadata: {"box"=>true}))
|
6338
|
+
FileSystemConfig.add_member(:default_uid, Shapes::ShapeRef.new(shape: DefaultUid, location_name: "DefaultUid", metadata: {"box" => true}))
|
6339
|
+
FileSystemConfig.add_member(:default_gid, Shapes::ShapeRef.new(shape: DefaultGid, location_name: "DefaultGid", metadata: {"box" => true}))
|
6310
6340
|
FileSystemConfig.struct_class = Types::FileSystemConfig
|
6311
6341
|
|
6312
6342
|
FileSystemDataSource.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
@@ -6492,7 +6522,7 @@ module Aws::SageMaker
|
|
6492
6522
|
|
6493
6523
|
HubSearchKeywordList.member = Shapes::ShapeRef.new(shape: HubSearchKeyword)
|
6494
6524
|
|
6495
|
-
HumanLoopActivationConditionsConfig.add_member(:human_loop_activation_conditions, Shapes::ShapeRef.new(shape: HumanLoopActivationConditions, required: true, location_name: "HumanLoopActivationConditions", metadata: {"jsonvalue"=>true}))
|
6525
|
+
HumanLoopActivationConditionsConfig.add_member(:human_loop_activation_conditions, Shapes::ShapeRef.new(shape: HumanLoopActivationConditions, required: true, location_name: "HumanLoopActivationConditions", metadata: {"jsonvalue" => true}))
|
6496
6526
|
HumanLoopActivationConditionsConfig.struct_class = Types::HumanLoopActivationConditionsConfig
|
6497
6527
|
|
6498
6528
|
HumanLoopActivationConfig.add_member(:human_loop_activation_conditions_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConditionsConfig, required: true, location_name: "HumanLoopActivationConditionsConfig"))
|
@@ -7170,7 +7200,7 @@ module Aws::SageMaker
|
|
7170
7200
|
ListAutoMLJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: AutoMLJobStatus, location_name: "StatusEquals"))
|
7171
7201
|
ListAutoMLJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: AutoMLSortOrder, location_name: "SortOrder"))
|
7172
7202
|
ListAutoMLJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: AutoMLSortBy, location_name: "SortBy"))
|
7173
|
-
ListAutoMLJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7203
|
+
ListAutoMLJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7174
7204
|
ListAutoMLJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7175
7205
|
ListAutoMLJobsRequest.struct_class = Types::ListAutoMLJobsRequest
|
7176
7206
|
|
@@ -7183,7 +7213,7 @@ module Aws::SageMaker
|
|
7183
7213
|
ListCandidatesForAutoMLJobRequest.add_member(:candidate_name_equals, Shapes::ShapeRef.new(shape: CandidateName, location_name: "CandidateNameEquals"))
|
7184
7214
|
ListCandidatesForAutoMLJobRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: AutoMLSortOrder, location_name: "SortOrder"))
|
7185
7215
|
ListCandidatesForAutoMLJobRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: CandidateSortBy, location_name: "SortBy"))
|
7186
|
-
ListCandidatesForAutoMLJobRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResultsForTrials, location_name: "MaxResults", metadata: {"box"=>true}))
|
7216
|
+
ListCandidatesForAutoMLJobRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResultsForTrials, location_name: "MaxResults", metadata: {"box" => true}))
|
7187
7217
|
ListCandidatesForAutoMLJobRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7188
7218
|
ListCandidatesForAutoMLJobRequest.struct_class = Types::ListCandidatesForAutoMLJobRequest
|
7189
7219
|
|
@@ -7250,7 +7280,7 @@ module Aws::SageMaker
|
|
7250
7280
|
ListCodeRepositoriesOutput.struct_class = Types::ListCodeRepositoriesOutput
|
7251
7281
|
|
7252
7282
|
ListCompilationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7253
|
-
ListCompilationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7283
|
+
ListCompilationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7254
7284
|
ListCompilationJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
7255
7285
|
ListCompilationJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
7256
7286
|
ListCompilationJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeAfter"))
|
@@ -7309,7 +7339,7 @@ module Aws::SageMaker
|
|
7309
7339
|
ListDataQualityJobDefinitionsResponse.struct_class = Types::ListDataQualityJobDefinitionsResponse
|
7310
7340
|
|
7311
7341
|
ListDeviceFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7312
|
-
ListDeviceFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7342
|
+
ListDeviceFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7313
7343
|
ListDeviceFleetsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7314
7344
|
ListDeviceFleetsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7315
7345
|
ListDeviceFleetsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -7324,7 +7354,7 @@ module Aws::SageMaker
|
|
7324
7354
|
ListDeviceFleetsResponse.struct_class = Types::ListDeviceFleetsResponse
|
7325
7355
|
|
7326
7356
|
ListDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7327
|
-
ListDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7357
|
+
ListDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7328
7358
|
ListDevicesRequest.add_member(:latest_heartbeat_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeatAfter"))
|
7329
7359
|
ListDevicesRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
|
7330
7360
|
ListDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeviceFleetName"))
|
@@ -7343,7 +7373,7 @@ module Aws::SageMaker
|
|
7343
7373
|
ListDomainsResponse.struct_class = Types::ListDomainsResponse
|
7344
7374
|
|
7345
7375
|
ListEdgeDeploymentPlansRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7346
|
-
ListEdgeDeploymentPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7376
|
+
ListEdgeDeploymentPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7347
7377
|
ListEdgeDeploymentPlansRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7348
7378
|
ListEdgeDeploymentPlansRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7349
7379
|
ListEdgeDeploymentPlansRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -7359,7 +7389,7 @@ module Aws::SageMaker
|
|
7359
7389
|
ListEdgeDeploymentPlansResponse.struct_class = Types::ListEdgeDeploymentPlansResponse
|
7360
7390
|
|
7361
7391
|
ListEdgePackagingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7362
|
-
ListEdgePackagingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7392
|
+
ListEdgePackagingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7363
7393
|
ListEdgePackagingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7364
7394
|
ListEdgePackagingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7365
7395
|
ListEdgePackagingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -7435,7 +7465,7 @@ module Aws::SageMaker
|
|
7435
7465
|
ListFlowDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7436
7466
|
ListFlowDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7437
7467
|
ListFlowDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7438
|
-
ListFlowDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7468
|
+
ListFlowDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7439
7469
|
ListFlowDefinitionsRequest.struct_class = Types::ListFlowDefinitionsRequest
|
7440
7470
|
|
7441
7471
|
ListFlowDefinitionsResponse.add_member(:flow_definition_summaries, Shapes::ShapeRef.new(shape: FlowDefinitionSummaries, required: true, location_name: "FlowDefinitionSummaries"))
|
@@ -7494,7 +7524,7 @@ module Aws::SageMaker
|
|
7494
7524
|
ListHumanTaskUisRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7495
7525
|
ListHumanTaskUisRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7496
7526
|
ListHumanTaskUisRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7497
|
-
ListHumanTaskUisRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7527
|
+
ListHumanTaskUisRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7498
7528
|
ListHumanTaskUisRequest.struct_class = Types::ListHumanTaskUisRequest
|
7499
7529
|
|
7500
7530
|
ListHumanTaskUisResponse.add_member(:human_task_ui_summaries, Shapes::ShapeRef.new(shape: HumanTaskUiSummaries, required: true, location_name: "HumanTaskUiSummaries"))
|
@@ -7502,7 +7532,7 @@ module Aws::SageMaker
|
|
7502
7532
|
ListHumanTaskUisResponse.struct_class = Types::ListHumanTaskUisResponse
|
7503
7533
|
|
7504
7534
|
ListHyperParameterTuningJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7505
|
-
ListHyperParameterTuningJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7535
|
+
ListHyperParameterTuningJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7506
7536
|
ListHyperParameterTuningJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: HyperParameterTuningJobSortByOptions, location_name: "SortBy"))
|
7507
7537
|
ListHyperParameterTuningJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7508
7538
|
ListHyperParameterTuningJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
@@ -7906,7 +7936,7 @@ module Aws::SageMaker
|
|
7906
7936
|
ListNotebookInstancesOutput.struct_class = Types::ListNotebookInstancesOutput
|
7907
7937
|
|
7908
7938
|
ListOptimizationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7909
|
-
ListOptimizationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
7939
|
+
ListOptimizationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7910
7940
|
ListOptimizationJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
7911
7941
|
ListOptimizationJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
7912
7942
|
ListOptimizationJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeAfter"))
|
@@ -7984,7 +8014,7 @@ module Aws::SageMaker
|
|
7984
8014
|
ListProcessingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
7985
8015
|
ListProcessingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7986
8016
|
ListProcessingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7987
|
-
ListProcessingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8017
|
+
ListProcessingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7988
8018
|
ListProcessingJobsRequest.struct_class = Types::ListProcessingJobsRequest
|
7989
8019
|
|
7990
8020
|
ListProcessingJobsResponse.add_member(:processing_job_summaries, Shapes::ShapeRef.new(shape: ProcessingJobSummaries, required: true, location_name: "ProcessingJobSummaries"))
|
@@ -8030,7 +8060,7 @@ module Aws::SageMaker
|
|
8030
8060
|
ListSpacesResponse.struct_class = Types::ListSpacesResponse
|
8031
8061
|
|
8032
8062
|
ListStageDevicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8033
|
-
ListStageDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8063
|
+
ListStageDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8034
8064
|
ListStageDevicesRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
|
8035
8065
|
ListStageDevicesRequest.add_member(:exclude_devices_deployed_in_other_stage, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExcludeDevicesDeployedInOtherStage"))
|
8036
8066
|
ListStageDevicesRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
|
@@ -8058,7 +8088,7 @@ module Aws::SageMaker
|
|
8058
8088
|
|
8059
8089
|
ListSubscribedWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
8060
8090
|
ListSubscribedWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8061
|
-
ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8091
|
+
ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8062
8092
|
ListSubscribedWorkteamsRequest.struct_class = Types::ListSubscribedWorkteamsRequest
|
8063
8093
|
|
8064
8094
|
ListSubscribedWorkteamsResponse.add_member(:subscribed_workteams, Shapes::ShapeRef.new(shape: SubscribedWorkteams, required: true, location_name: "SubscribedWorkteams"))
|
@@ -8087,7 +8117,7 @@ module Aws::SageMaker
|
|
8087
8117
|
ListTrainingJobsForHyperParameterTuningJobResponse.struct_class = Types::ListTrainingJobsForHyperParameterTuningJobResponse
|
8088
8118
|
|
8089
8119
|
ListTrainingJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8090
|
-
ListTrainingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8120
|
+
ListTrainingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8091
8121
|
ListTrainingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
8092
8122
|
ListTrainingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
8093
8123
|
ListTrainingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -8105,7 +8135,7 @@ module Aws::SageMaker
|
|
8105
8135
|
ListTrainingJobsResponse.struct_class = Types::ListTrainingJobsResponse
|
8106
8136
|
|
8107
8137
|
ListTrainingPlansRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8108
|
-
ListTrainingPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8138
|
+
ListTrainingPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8109
8139
|
ListTrainingPlansRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
|
8110
8140
|
ListTrainingPlansRequest.add_member(:start_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeBefore"))
|
8111
8141
|
ListTrainingPlansRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: TrainingPlanSortBy, location_name: "SortBy"))
|
@@ -8126,7 +8156,7 @@ module Aws::SageMaker
|
|
8126
8156
|
ListTransformJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
8127
8157
|
ListTransformJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8128
8158
|
ListTransformJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8129
|
-
ListTransformJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8159
|
+
ListTransformJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8130
8160
|
ListTransformJobsRequest.struct_class = Types::ListTransformJobsRequest
|
8131
8161
|
|
8132
8162
|
ListTransformJobsResponse.add_member(:transform_job_summaries, Shapes::ShapeRef.new(shape: TransformJobSummaries, required: true, location_name: "TransformJobSummaries"))
|
@@ -8180,7 +8210,7 @@ module Aws::SageMaker
|
|
8180
8210
|
ListWorkforcesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8181
8211
|
ListWorkforcesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkforceName, location_name: "NameContains"))
|
8182
8212
|
ListWorkforcesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8183
|
-
ListWorkforcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8213
|
+
ListWorkforcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8184
8214
|
ListWorkforcesRequest.struct_class = Types::ListWorkforcesRequest
|
8185
8215
|
|
8186
8216
|
ListWorkforcesResponse.add_member(:workforces, Shapes::ShapeRef.new(shape: Workforces, required: true, location_name: "Workforces"))
|
@@ -8191,7 +8221,7 @@ module Aws::SageMaker
|
|
8191
8221
|
ListWorkteamsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8192
8222
|
ListWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
8193
8223
|
ListWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8194
|
-
ListWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
8224
|
+
ListWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8195
8225
|
ListWorkteamsRequest.struct_class = Types::ListWorkteamsRequest
|
8196
8226
|
|
8197
8227
|
ListWorkteamsResponse.add_member(:workteams, Shapes::ShapeRef.new(shape: Workteams, required: true, location_name: "Workteams"))
|
@@ -9697,7 +9727,7 @@ module Aws::SageMaker
|
|
9697
9727
|
RetentionPolicy.struct_class = Types::RetentionPolicy
|
9698
9728
|
|
9699
9729
|
RetryPipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
9700
|
-
RetryPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
9730
|
+
RetryPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
9701
9731
|
RetryPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
9702
9732
|
RetryPipelineExecutionRequest.struct_class = Types::RetryPipelineExecutionRequest
|
9703
9733
|
|
@@ -9707,6 +9737,10 @@ module Aws::SageMaker
|
|
9707
9737
|
RetryStrategy.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, required: true, location_name: "MaximumRetryAttempts"))
|
9708
9738
|
RetryStrategy.struct_class = Types::RetryStrategy
|
9709
9739
|
|
9740
|
+
RollingDeploymentPolicy.add_member(:maximum_batch_size, Shapes::ShapeRef.new(shape: CapacitySizeConfig, required: true, location_name: "MaximumBatchSize"))
|
9741
|
+
RollingDeploymentPolicy.add_member(:rollback_maximum_batch_size, Shapes::ShapeRef.new(shape: CapacitySizeConfig, location_name: "RollbackMaximumBatchSize"))
|
9742
|
+
RollingDeploymentPolicy.struct_class = Types::RollingDeploymentPolicy
|
9743
|
+
|
9710
9744
|
RollingUpdatePolicy.add_member(:maximum_batch_size, Shapes::ShapeRef.new(shape: CapacitySize, required: true, location_name: "MaximumBatchSize"))
|
9711
9745
|
RollingUpdatePolicy.add_member(:wait_interval_in_seconds, Shapes::ShapeRef.new(shape: WaitIntervalInSeconds, required: true, location_name: "WaitIntervalInSeconds"))
|
9712
9746
|
RollingUpdatePolicy.add_member(:maximum_execution_timeout_in_seconds, Shapes::ShapeRef.new(shape: MaximumExecutionTimeoutInSeconds, location_name: "MaximumExecutionTimeoutInSeconds"))
|
@@ -9768,6 +9802,10 @@ module Aws::SageMaker
|
|
9768
9802
|
ScheduleConfig.add_member(:data_analysis_end_time, Shapes::ShapeRef.new(shape: String, location_name: "DataAnalysisEndTime"))
|
9769
9803
|
ScheduleConfig.struct_class = Types::ScheduleConfig
|
9770
9804
|
|
9805
|
+
ScheduledUpdateConfig.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: CronScheduleExpression, required: true, location_name: "ScheduleExpression"))
|
9806
|
+
ScheduledUpdateConfig.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfig"))
|
9807
|
+
ScheduledUpdateConfig.struct_class = Types::ScheduledUpdateConfig
|
9808
|
+
|
9771
9809
|
SchedulerConfig.add_member(:priority_classes, Shapes::ShapeRef.new(shape: PriorityClassList, location_name: "PriorityClasses"))
|
9772
9810
|
SchedulerConfig.add_member(:fair_share, Shapes::ShapeRef.new(shape: FairShare, location_name: "FairShare"))
|
9773
9811
|
SchedulerConfig.struct_class = Types::SchedulerConfig
|
@@ -9802,7 +9840,7 @@ module Aws::SageMaker
|
|
9802
9840
|
SearchRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ResourcePropertyName, location_name: "SortBy"))
|
9803
9841
|
SearchRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SearchSortOrder, location_name: "SortOrder"))
|
9804
9842
|
SearchRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
9805
|
-
SearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
9843
|
+
SearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
9806
9844
|
SearchRequest.add_member(:cross_account_filter_option, Shapes::ShapeRef.new(shape: CrossAccountFilterOption, location_name: "CrossAccountFilterOption"))
|
9807
9845
|
SearchRequest.add_member(:visibility_conditions, Shapes::ShapeRef.new(shape: VisibilityConditionsList, location_name: "VisibilityConditions"))
|
9808
9846
|
SearchRequest.struct_class = Types::SearchRequest
|
@@ -9849,7 +9887,7 @@ module Aws::SageMaker
|
|
9849
9887
|
|
9850
9888
|
SendPipelineExecutionStepFailureRequest.add_member(:callback_token, Shapes::ShapeRef.new(shape: CallbackToken, required: true, location_name: "CallbackToken"))
|
9851
9889
|
SendPipelineExecutionStepFailureRequest.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String256, location_name: "FailureReason"))
|
9852
|
-
SendPipelineExecutionStepFailureRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
9890
|
+
SendPipelineExecutionStepFailureRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
9853
9891
|
SendPipelineExecutionStepFailureRequest.struct_class = Types::SendPipelineExecutionStepFailureRequest
|
9854
9892
|
|
9855
9893
|
SendPipelineExecutionStepFailureResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -9857,7 +9895,7 @@ module Aws::SageMaker
|
|
9857
9895
|
|
9858
9896
|
SendPipelineExecutionStepSuccessRequest.add_member(:callback_token, Shapes::ShapeRef.new(shape: CallbackToken, required: true, location_name: "CallbackToken"))
|
9859
9897
|
SendPipelineExecutionStepSuccessRequest.add_member(:output_parameters, Shapes::ShapeRef.new(shape: OutputParameterList, location_name: "OutputParameters"))
|
9860
|
-
SendPipelineExecutionStepSuccessRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
9898
|
+
SendPipelineExecutionStepSuccessRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
9861
9899
|
SendPipelineExecutionStepSuccessRequest.struct_class = Types::SendPipelineExecutionStepSuccessRequest
|
9862
9900
|
|
9863
9901
|
SendPipelineExecutionStepSuccessResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -9993,7 +10031,7 @@ module Aws::SageMaker
|
|
9993
10031
|
StartPipelineExecutionRequest.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
9994
10032
|
StartPipelineExecutionRequest.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
9995
10033
|
StartPipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
9996
|
-
StartPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
10034
|
+
StartPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
9997
10035
|
StartPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
9998
10036
|
StartPipelineExecutionRequest.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
9999
10037
|
StartPipelineExecutionRequest.struct_class = Types::StartPipelineExecutionRequest
|
@@ -10049,7 +10087,7 @@ module Aws::SageMaker
|
|
10049
10087
|
StopOptimizationJobRequest.struct_class = Types::StopOptimizationJobRequest
|
10050
10088
|
|
10051
10089
|
StopPipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
10052
|
-
StopPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
10090
|
+
StopPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
10053
10091
|
StopPipelineExecutionRequest.struct_class = Types::StopPipelineExecutionRequest
|
10054
10092
|
|
10055
10093
|
StopPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -10628,7 +10666,14 @@ module Aws::SageMaker
|
|
10628
10666
|
UpdateClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ClusterSchedulerConfigVersion"))
|
10629
10667
|
UpdateClusterSchedulerConfigResponse.struct_class = Types::UpdateClusterSchedulerConfigResponse
|
10630
10668
|
|
10669
|
+
UpdateClusterSoftwareInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
10670
|
+
UpdateClusterSoftwareInstanceGroupSpecification.struct_class = Types::UpdateClusterSoftwareInstanceGroupSpecification
|
10671
|
+
|
10672
|
+
UpdateClusterSoftwareInstanceGroups.member = Shapes::ShapeRef.new(shape: UpdateClusterSoftwareInstanceGroupSpecification)
|
10673
|
+
|
10631
10674
|
UpdateClusterSoftwareRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
10675
|
+
UpdateClusterSoftwareRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: UpdateClusterSoftwareInstanceGroups, location_name: "InstanceGroups"))
|
10676
|
+
UpdateClusterSoftwareRequest.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfig"))
|
10632
10677
|
UpdateClusterSoftwareRequest.struct_class = Types::UpdateClusterSoftwareRequest
|
10633
10678
|
|
10634
10679
|
UpdateClusterSoftwareResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
@@ -10896,8 +10941,8 @@ module Aws::SageMaker
|
|
10896
10941
|
UpdatePartnerAppRequest.add_member(:maintenance_config, Shapes::ShapeRef.new(shape: PartnerAppMaintenanceConfig, location_name: "MaintenanceConfig"))
|
10897
10942
|
UpdatePartnerAppRequest.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Tier"))
|
10898
10943
|
UpdatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
10899
|
-
UpdatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box"=>true}))
|
10900
|
-
UpdatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
10944
|
+
UpdatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box" => true}))
|
10945
|
+
UpdatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
10901
10946
|
UpdatePartnerAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
10902
10947
|
UpdatePartnerAppRequest.struct_class = Types::UpdatePartnerAppRequest
|
10903
10948
|
|