aws-sdk-sagemaker 1.302.0 → 1.304.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +164 -14
- data/lib/aws-sdk-sagemaker/client_api.rb +103 -41
- data/lib/aws-sdk-sagemaker/types.rb +293 -8
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +88 -3
- data/sig/types.rbs +55 -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')
|
@@ -1969,6 +1976,7 @@ module Aws::SageMaker
|
|
1969
1976
|
RedshiftResultFormat = Shapes::StringShape.new(name: 'RedshiftResultFormat')
|
1970
1977
|
RedshiftUserName = Shapes::StringShape.new(name: 'RedshiftUserName')
|
1971
1978
|
ReferenceMinVersion = Shapes::StringShape.new(name: 'ReferenceMinVersion')
|
1979
|
+
RegionName = Shapes::StringShape.new(name: 'RegionName')
|
1972
1980
|
RegisterDevicesRequest = Shapes::StructureShape.new(name: 'RegisterDevicesRequest')
|
1973
1981
|
RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
|
1974
1982
|
Relation = Shapes::StringShape.new(name: 'Relation')
|
@@ -2025,6 +2033,7 @@ module Aws::SageMaker
|
|
2025
2033
|
RetryPipelineExecutionResponse = Shapes::StructureShape.new(name: 'RetryPipelineExecutionResponse')
|
2026
2034
|
RetryStrategy = Shapes::StructureShape.new(name: 'RetryStrategy')
|
2027
2035
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
2036
|
+
RollingDeploymentPolicy = Shapes::StructureShape.new(name: 'RollingDeploymentPolicy')
|
2028
2037
|
RollingUpdatePolicy = Shapes::StructureShape.new(name: 'RollingUpdatePolicy')
|
2029
2038
|
RootAccess = Shapes::StringShape.new(name: 'RootAccess')
|
2030
2039
|
RoutingStrategy = Shapes::StringShape.new(name: 'RoutingStrategy')
|
@@ -2057,6 +2066,7 @@ module Aws::SageMaker
|
|
2057
2066
|
ScheduleConfig = Shapes::StructureShape.new(name: 'ScheduleConfig')
|
2058
2067
|
ScheduleExpression = Shapes::StringShape.new(name: 'ScheduleExpression')
|
2059
2068
|
ScheduleStatus = Shapes::StringShape.new(name: 'ScheduleStatus')
|
2069
|
+
ScheduledUpdateConfig = Shapes::StructureShape.new(name: 'ScheduledUpdateConfig')
|
2060
2070
|
SchedulerConfig = Shapes::StructureShape.new(name: 'SchedulerConfig')
|
2061
2071
|
SchedulerResourceStatus = Shapes::StringShape.new(name: 'SchedulerResourceStatus')
|
2062
2072
|
Scope = Shapes::StringShape.new(name: 'Scope')
|
@@ -2381,6 +2391,10 @@ module Aws::SageMaker
|
|
2381
2391
|
UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
|
2382
2392
|
UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
|
2383
2393
|
Uid = Shapes::IntegerShape.new(name: 'Uid')
|
2394
|
+
UnifiedStudioDomainId = Shapes::StringShape.new(name: 'UnifiedStudioDomainId')
|
2395
|
+
UnifiedStudioEnvironmentId = Shapes::StringShape.new(name: 'UnifiedStudioEnvironmentId')
|
2396
|
+
UnifiedStudioProjectId = Shapes::StringShape.new(name: 'UnifiedStudioProjectId')
|
2397
|
+
UnifiedStudioSettings = Shapes::StructureShape.new(name: 'UnifiedStudioSettings')
|
2384
2398
|
UpdateActionRequest = Shapes::StructureShape.new(name: 'UpdateActionRequest')
|
2385
2399
|
UpdateActionResponse = Shapes::StructureShape.new(name: 'UpdateActionResponse')
|
2386
2400
|
UpdateAppImageConfigRequest = Shapes::StructureShape.new(name: 'UpdateAppImageConfigRequest')
|
@@ -2391,6 +2405,8 @@ module Aws::SageMaker
|
|
2391
2405
|
UpdateClusterResponse = Shapes::StructureShape.new(name: 'UpdateClusterResponse')
|
2392
2406
|
UpdateClusterSchedulerConfigRequest = Shapes::StructureShape.new(name: 'UpdateClusterSchedulerConfigRequest')
|
2393
2407
|
UpdateClusterSchedulerConfigResponse = Shapes::StructureShape.new(name: 'UpdateClusterSchedulerConfigResponse')
|
2408
|
+
UpdateClusterSoftwareInstanceGroupSpecification = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareInstanceGroupSpecification')
|
2409
|
+
UpdateClusterSoftwareInstanceGroups = Shapes::ListShape.new(name: 'UpdateClusterSoftwareInstanceGroups')
|
2394
2410
|
UpdateClusterSoftwareRequest = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareRequest')
|
2395
2411
|
UpdateClusterSoftwareResponse = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareResponse')
|
2396
2412
|
UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
|
@@ -2501,6 +2517,7 @@ module Aws::SageMaker
|
|
2501
2517
|
VpcOnlyTrustedAccounts = Shapes::ListShape.new(name: 'VpcOnlyTrustedAccounts')
|
2502
2518
|
VpcSecurityGroupIds = Shapes::ListShape.new(name: 'VpcSecurityGroupIds')
|
2503
2519
|
WaitIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitIntervalInSeconds')
|
2520
|
+
WaitTimeIntervalInSeconds = Shapes::IntegerShape.new(name: 'WaitTimeIntervalInSeconds')
|
2504
2521
|
WarmPoolResourceStatus = Shapes::StringShape.new(name: 'WarmPoolResourceStatus')
|
2505
2522
|
WarmPoolStatus = Shapes::StructureShape.new(name: 'WarmPoolStatus')
|
2506
2523
|
WeeklyMaintenanceWindowStart = Shapes::StringShape.new(name: 'WeeklyMaintenanceWindowStart')
|
@@ -2595,6 +2612,9 @@ module Aws::SageMaker
|
|
2595
2612
|
Alarm.add_member(:alarm_name, Shapes::ShapeRef.new(shape: AlarmName, location_name: "AlarmName"))
|
2596
2613
|
Alarm.struct_class = Types::Alarm
|
2597
2614
|
|
2615
|
+
AlarmDetails.add_member(:alarm_name, Shapes::ShapeRef.new(shape: AlarmName, required: true, location_name: "AlarmName"))
|
2616
|
+
AlarmDetails.struct_class = Types::AlarmDetails
|
2617
|
+
|
2598
2618
|
AlarmList.member = Shapes::ShapeRef.new(shape: Alarm)
|
2599
2619
|
|
2600
2620
|
AlgorithmSpecification.add_member(:training_image, Shapes::ShapeRef.new(shape: AlgorithmImage, location_name: "TrainingImage"))
|
@@ -2912,6 +2932,8 @@ module Aws::SageMaker
|
|
2912
2932
|
|
2913
2933
|
AutoParameters.member = Shapes::ShapeRef.new(shape: AutoParameter)
|
2914
2934
|
|
2935
|
+
AutoRollbackAlarms.member = Shapes::ShapeRef.new(shape: AlarmDetails)
|
2936
|
+
|
2915
2937
|
AutoRollbackConfig.add_member(:alarms, Shapes::ShapeRef.new(shape: AlarmList, location_name: "Alarms"))
|
2916
2938
|
AutoRollbackConfig.struct_class = Types::AutoRollbackConfig
|
2917
2939
|
|
@@ -3025,6 +3047,10 @@ module Aws::SageMaker
|
|
3025
3047
|
CapacitySize.add_member(:value, Shapes::ShapeRef.new(shape: CapacitySizeValue, required: true, location_name: "Value"))
|
3026
3048
|
CapacitySize.struct_class = Types::CapacitySize
|
3027
3049
|
|
3050
|
+
CapacitySizeConfig.add_member(:type, Shapes::ShapeRef.new(shape: NodeUnavailabilityType, required: true, location_name: "Type"))
|
3051
|
+
CapacitySizeConfig.add_member(:value, Shapes::ShapeRef.new(shape: NodeUnavailabilityValue, required: true, location_name: "Value"))
|
3052
|
+
CapacitySizeConfig.struct_class = Types::CapacitySizeConfig
|
3053
|
+
|
3028
3054
|
CaptureContentTypeHeader.add_member(:csv_content_types, Shapes::ShapeRef.new(shape: CsvContentTypes, location_name: "CsvContentTypes"))
|
3029
3055
|
CaptureContentTypeHeader.add_member(:json_content_types, Shapes::ShapeRef.new(shape: JsonContentTypes, location_name: "JsonContentTypes"))
|
3030
3056
|
CaptureContentTypeHeader.struct_class = Types::CaptureContentTypeHeader
|
@@ -3142,6 +3168,7 @@ module Aws::SageMaker
|
|
3142
3168
|
ClusterInstanceGroupDetails.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3143
3169
|
ClusterInstanceGroupDetails.add_member(:training_plan_status, Shapes::ShapeRef.new(shape: InstanceGroupTrainingPlanStatus, location_name: "TrainingPlanStatus"))
|
3144
3170
|
ClusterInstanceGroupDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3171
|
+
ClusterInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3145
3172
|
ClusterInstanceGroupDetails.struct_class = Types::ClusterInstanceGroupDetails
|
3146
3173
|
|
3147
3174
|
ClusterInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetails)
|
@@ -3156,6 +3183,7 @@ module Aws::SageMaker
|
|
3156
3183
|
ClusterInstanceGroupSpecification.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks"))
|
3157
3184
|
ClusterInstanceGroupSpecification.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3158
3185
|
ClusterInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3186
|
+
ClusterInstanceGroupSpecification.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3159
3187
|
ClusterInstanceGroupSpecification.struct_class = Types::ClusterInstanceGroupSpecification
|
3160
3188
|
|
3161
3189
|
ClusterInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecification)
|
@@ -3187,6 +3215,7 @@ module Aws::SageMaker
|
|
3187
3215
|
ClusterNodeDetails.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, location_name: "InstanceStatus"))
|
3188
3216
|
ClusterNodeDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
|
3189
3217
|
ClusterNodeDetails.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LaunchTime"))
|
3218
|
+
ClusterNodeDetails.add_member(:last_software_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSoftwareUpdateTime"))
|
3190
3219
|
ClusterNodeDetails.add_member(:life_cycle_config, Shapes::ShapeRef.new(shape: ClusterLifeCycleConfig, location_name: "LifeCycleConfig"))
|
3191
3220
|
ClusterNodeDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3192
3221
|
ClusterNodeDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
@@ -3205,6 +3234,7 @@ module Aws::SageMaker
|
|
3205
3234
|
ClusterNodeSummary.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceId"))
|
3206
3235
|
ClusterNodeSummary.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
|
3207
3236
|
ClusterNodeSummary.add_member(:launch_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LaunchTime"))
|
3237
|
+
ClusterNodeSummary.add_member(:last_software_update_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastSoftwareUpdateTime"))
|
3208
3238
|
ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus"))
|
3209
3239
|
ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
|
3210
3240
|
|
@@ -3583,7 +3613,7 @@ module Aws::SageMaker
|
|
3583
3613
|
CreateDomainRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
3584
3614
|
CreateDomainRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3585
3615
|
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."}))
|
3616
|
+
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
3617
|
CreateDomainRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
3588
3618
|
CreateDomainRequest.add_member(:app_security_group_management, Shapes::ShapeRef.new(shape: AppSecurityGroupManagement, location_name: "AppSecurityGroupManagement"))
|
3589
3619
|
CreateDomainRequest.add_member(:tag_propagation, Shapes::ShapeRef.new(shape: TagPropagation, location_name: "TagPropagation"))
|
@@ -3733,7 +3763,7 @@ module Aws::SageMaker
|
|
3733
3763
|
CreateImageResponse.struct_class = Types::CreateImageResponse
|
3734
3764
|
|
3735
3765
|
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}))
|
3766
|
+
CreateImageVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3737
3767
|
CreateImageVersionRequest.add_member(:image_name, Shapes::ShapeRef.new(shape: ImageName, required: true, location_name: "ImageName"))
|
3738
3768
|
CreateImageVersionRequest.add_member(:aliases, Shapes::ShapeRef.new(shape: SageMakerImageVersionAliases, location_name: "Aliases"))
|
3739
3769
|
CreateImageVersionRequest.add_member(:vendor_guidance, Shapes::ShapeRef.new(shape: VendorGuidance, location_name: "VendorGuidance"))
|
@@ -3897,7 +3927,7 @@ module Aws::SageMaker
|
|
3897
3927
|
CreateModelPackageInput.add_member(:model_approval_status, Shapes::ShapeRef.new(shape: ModelApprovalStatus, location_name: "ModelApprovalStatus"))
|
3898
3928
|
CreateModelPackageInput.add_member(:metadata_properties, Shapes::ShapeRef.new(shape: MetadataProperties, location_name: "MetadataProperties"))
|
3899
3929
|
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}))
|
3930
|
+
CreateModelPackageInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3901
3931
|
CreateModelPackageInput.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
3902
3932
|
CreateModelPackageInput.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
|
3903
3933
|
CreateModelPackageInput.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: S3Uri, location_name: "SamplePayloadUrl"))
|
@@ -3999,7 +4029,7 @@ module Aws::SageMaker
|
|
3999
4029
|
CreatePartnerAppRequest.add_member(:application_config, Shapes::ShapeRef.new(shape: PartnerAppConfig, location_name: "ApplicationConfig"))
|
4000
4030
|
CreatePartnerAppRequest.add_member(:auth_type, Shapes::ShapeRef.new(shape: PartnerAppAuthType, required: true, location_name: "AuthType"))
|
4001
4031
|
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}))
|
4032
|
+
CreatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4003
4033
|
CreatePartnerAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4004
4034
|
CreatePartnerAppRequest.struct_class = Types::CreatePartnerAppRequest
|
4005
4035
|
|
@@ -4011,7 +4041,7 @@ module Aws::SageMaker
|
|
4011
4041
|
CreatePipelineRequest.add_member(:pipeline_definition, Shapes::ShapeRef.new(shape: PipelineDefinition, location_name: "PipelineDefinition"))
|
4012
4042
|
CreatePipelineRequest.add_member(:pipeline_definition_s3_location, Shapes::ShapeRef.new(shape: PipelineDefinitionS3Location, location_name: "PipelineDefinitionS3Location"))
|
4013
4043
|
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}))
|
4044
|
+
CreatePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
4015
4045
|
CreatePipelineRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
4016
4046
|
CreatePipelineRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
4017
4047
|
CreatePipelineRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
@@ -4232,7 +4262,7 @@ module Aws::SageMaker
|
|
4232
4262
|
CustomFileSystems.member = Shapes::ShapeRef.new(shape: CustomFileSystem)
|
4233
4263
|
|
4234
4264
|
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}))
|
4265
|
+
CustomImage.add_member(:image_version_number, Shapes::ShapeRef.new(shape: ImageVersionNumber, location_name: "ImageVersionNumber", metadata: {"box" => true}))
|
4236
4266
|
CustomImage.add_member(:app_image_config_name, Shapes::ShapeRef.new(shape: AppImageConfigName, required: true, location_name: "AppImageConfigName"))
|
4237
4267
|
CustomImage.struct_class = Types::CustomImage
|
4238
4268
|
|
@@ -4536,14 +4566,14 @@ module Aws::SageMaker
|
|
4536
4566
|
DeleteOptimizationJobRequest.struct_class = Types::DeleteOptimizationJobRequest
|
4537
4567
|
|
4538
4568
|
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}))
|
4569
|
+
DeletePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4540
4570
|
DeletePartnerAppRequest.struct_class = Types::DeletePartnerAppRequest
|
4541
4571
|
|
4542
4572
|
DeletePartnerAppResponse.add_member(:arn, Shapes::ShapeRef.new(shape: PartnerAppArn, location_name: "Arn"))
|
4543
4573
|
DeletePartnerAppResponse.struct_class = Types::DeletePartnerAppResponse
|
4544
4574
|
|
4545
4575
|
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}))
|
4576
|
+
DeletePipelineRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
4547
4577
|
DeletePipelineRequest.struct_class = Types::DeletePipelineRequest
|
4548
4578
|
|
4549
4579
|
DeletePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
@@ -4604,6 +4634,11 @@ module Aws::SageMaker
|
|
4604
4634
|
DeploymentConfig.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackConfig, location_name: "AutoRollbackConfiguration"))
|
4605
4635
|
DeploymentConfig.struct_class = Types::DeploymentConfig
|
4606
4636
|
|
4637
|
+
DeploymentConfiguration.add_member(:rolling_update_policy, Shapes::ShapeRef.new(shape: RollingDeploymentPolicy, location_name: "RollingUpdatePolicy"))
|
4638
|
+
DeploymentConfiguration.add_member(:wait_interval_in_seconds, Shapes::ShapeRef.new(shape: WaitTimeIntervalInSeconds, location_name: "WaitIntervalInSeconds"))
|
4639
|
+
DeploymentConfiguration.add_member(:auto_rollback_configuration, Shapes::ShapeRef.new(shape: AutoRollbackAlarms, location_name: "AutoRollbackConfiguration"))
|
4640
|
+
DeploymentConfiguration.struct_class = Types::DeploymentConfiguration
|
4641
|
+
|
4607
4642
|
DeploymentRecommendation.add_member(:recommendation_status, Shapes::ShapeRef.new(shape: RecommendationStatus, required: true, location_name: "RecommendationStatus"))
|
4608
4643
|
DeploymentRecommendation.add_member(:real_time_inference_recommendations, Shapes::ShapeRef.new(shape: RealTimeInferenceRecommendations, location_name: "RealTimeInferenceRecommendations"))
|
4609
4644
|
DeploymentRecommendation.struct_class = Types::DeploymentRecommendation
|
@@ -4944,7 +4979,7 @@ module Aws::SageMaker
|
|
4944
4979
|
DescribeDomainResponse.add_member(:default_user_settings, Shapes::ShapeRef.new(shape: UserSettings, location_name: "DefaultUserSettings"))
|
4945
4980
|
DescribeDomainResponse.add_member(:domain_settings, Shapes::ShapeRef.new(shape: DomainSettings, location_name: "DomainSettings"))
|
4946
4981
|
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."}))
|
4982
|
+
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
4983
|
DescribeDomainResponse.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: Subnets, location_name: "SubnetIds"))
|
4949
4984
|
DescribeDomainResponse.add_member(:url, Shapes::ShapeRef.new(shape: String1024, location_name: "Url"))
|
4950
4985
|
DescribeDomainResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
@@ -5940,6 +5975,7 @@ module Aws::SageMaker
|
|
5940
5975
|
DomainSettings.add_member(:execution_role_identity_config, Shapes::ShapeRef.new(shape: ExecutionRoleIdentityConfig, location_name: "ExecutionRoleIdentityConfig"))
|
5941
5976
|
DomainSettings.add_member(:docker_settings, Shapes::ShapeRef.new(shape: DockerSettings, location_name: "DockerSettings"))
|
5942
5977
|
DomainSettings.add_member(:amazon_q_settings, Shapes::ShapeRef.new(shape: AmazonQSettings, location_name: "AmazonQSettings"))
|
5978
|
+
DomainSettings.add_member(:unified_studio_settings, Shapes::ShapeRef.new(shape: UnifiedStudioSettings, location_name: "UnifiedStudioSettings"))
|
5943
5979
|
DomainSettings.struct_class = Types::DomainSettings
|
5944
5980
|
|
5945
5981
|
DomainSettingsForUpdate.add_member(:r_studio_server_pro_domain_settings_for_update, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettingsForUpdate, location_name: "RStudioServerProDomainSettingsForUpdate"))
|
@@ -5947,6 +5983,7 @@ module Aws::SageMaker
|
|
5947
5983
|
DomainSettingsForUpdate.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: DomainSecurityGroupIds, location_name: "SecurityGroupIds"))
|
5948
5984
|
DomainSettingsForUpdate.add_member(:docker_settings, Shapes::ShapeRef.new(shape: DockerSettings, location_name: "DockerSettings"))
|
5949
5985
|
DomainSettingsForUpdate.add_member(:amazon_q_settings, Shapes::ShapeRef.new(shape: AmazonQSettings, location_name: "AmazonQSettings"))
|
5986
|
+
DomainSettingsForUpdate.add_member(:unified_studio_settings, Shapes::ShapeRef.new(shape: UnifiedStudioSettings, location_name: "UnifiedStudioSettings"))
|
5950
5987
|
DomainSettingsForUpdate.struct_class = Types::DomainSettingsForUpdate
|
5951
5988
|
|
5952
5989
|
DriftCheckBaselines.add_member(:bias, Shapes::ShapeRef.new(shape: DriftCheckBias, location_name: "Bias"))
|
@@ -6305,8 +6342,8 @@ module Aws::SageMaker
|
|
6305
6342
|
FileSource.struct_class = Types::FileSource
|
6306
6343
|
|
6307
6344
|
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}))
|
6345
|
+
FileSystemConfig.add_member(:default_uid, Shapes::ShapeRef.new(shape: DefaultUid, location_name: "DefaultUid", metadata: {"box" => true}))
|
6346
|
+
FileSystemConfig.add_member(:default_gid, Shapes::ShapeRef.new(shape: DefaultGid, location_name: "DefaultGid", metadata: {"box" => true}))
|
6310
6347
|
FileSystemConfig.struct_class = Types::FileSystemConfig
|
6311
6348
|
|
6312
6349
|
FileSystemDataSource.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
@@ -6492,7 +6529,7 @@ module Aws::SageMaker
|
|
6492
6529
|
|
6493
6530
|
HubSearchKeywordList.member = Shapes::ShapeRef.new(shape: HubSearchKeyword)
|
6494
6531
|
|
6495
|
-
HumanLoopActivationConditionsConfig.add_member(:human_loop_activation_conditions, Shapes::ShapeRef.new(shape: HumanLoopActivationConditions, required: true, location_name: "HumanLoopActivationConditions", metadata: {"jsonvalue"=>true}))
|
6532
|
+
HumanLoopActivationConditionsConfig.add_member(:human_loop_activation_conditions, Shapes::ShapeRef.new(shape: HumanLoopActivationConditions, required: true, location_name: "HumanLoopActivationConditions", metadata: {"jsonvalue" => true}))
|
6496
6533
|
HumanLoopActivationConditionsConfig.struct_class = Types::HumanLoopActivationConditionsConfig
|
6497
6534
|
|
6498
6535
|
HumanLoopActivationConfig.add_member(:human_loop_activation_conditions_config, Shapes::ShapeRef.new(shape: HumanLoopActivationConditionsConfig, required: true, location_name: "HumanLoopActivationConditionsConfig"))
|
@@ -7170,7 +7207,7 @@ module Aws::SageMaker
|
|
7170
7207
|
ListAutoMLJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: AutoMLJobStatus, location_name: "StatusEquals"))
|
7171
7208
|
ListAutoMLJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: AutoMLSortOrder, location_name: "SortOrder"))
|
7172
7209
|
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}))
|
7210
|
+
ListAutoMLJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7174
7211
|
ListAutoMLJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7175
7212
|
ListAutoMLJobsRequest.struct_class = Types::ListAutoMLJobsRequest
|
7176
7213
|
|
@@ -7183,7 +7220,7 @@ module Aws::SageMaker
|
|
7183
7220
|
ListCandidatesForAutoMLJobRequest.add_member(:candidate_name_equals, Shapes::ShapeRef.new(shape: CandidateName, location_name: "CandidateNameEquals"))
|
7184
7221
|
ListCandidatesForAutoMLJobRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: AutoMLSortOrder, location_name: "SortOrder"))
|
7185
7222
|
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}))
|
7223
|
+
ListCandidatesForAutoMLJobRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: AutoMLMaxResultsForTrials, location_name: "MaxResults", metadata: {"box" => true}))
|
7187
7224
|
ListCandidatesForAutoMLJobRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
7188
7225
|
ListCandidatesForAutoMLJobRequest.struct_class = Types::ListCandidatesForAutoMLJobRequest
|
7189
7226
|
|
@@ -7250,7 +7287,7 @@ module Aws::SageMaker
|
|
7250
7287
|
ListCodeRepositoriesOutput.struct_class = Types::ListCodeRepositoriesOutput
|
7251
7288
|
|
7252
7289
|
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}))
|
7290
|
+
ListCompilationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7254
7291
|
ListCompilationJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
7255
7292
|
ListCompilationJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
7256
7293
|
ListCompilationJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeAfter"))
|
@@ -7309,7 +7346,7 @@ module Aws::SageMaker
|
|
7309
7346
|
ListDataQualityJobDefinitionsResponse.struct_class = Types::ListDataQualityJobDefinitionsResponse
|
7310
7347
|
|
7311
7348
|
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}))
|
7349
|
+
ListDeviceFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7313
7350
|
ListDeviceFleetsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7314
7351
|
ListDeviceFleetsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7315
7352
|
ListDeviceFleetsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -7324,7 +7361,7 @@ module Aws::SageMaker
|
|
7324
7361
|
ListDeviceFleetsResponse.struct_class = Types::ListDeviceFleetsResponse
|
7325
7362
|
|
7326
7363
|
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}))
|
7364
|
+
ListDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7328
7365
|
ListDevicesRequest.add_member(:latest_heartbeat_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LatestHeartbeatAfter"))
|
7329
7366
|
ListDevicesRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "ModelName"))
|
7330
7367
|
ListDevicesRequest.add_member(:device_fleet_name, Shapes::ShapeRef.new(shape: EntityName, location_name: "DeviceFleetName"))
|
@@ -7343,7 +7380,7 @@ module Aws::SageMaker
|
|
7343
7380
|
ListDomainsResponse.struct_class = Types::ListDomainsResponse
|
7344
7381
|
|
7345
7382
|
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}))
|
7383
|
+
ListEdgeDeploymentPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7347
7384
|
ListEdgeDeploymentPlansRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7348
7385
|
ListEdgeDeploymentPlansRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7349
7386
|
ListEdgeDeploymentPlansRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -7359,7 +7396,7 @@ module Aws::SageMaker
|
|
7359
7396
|
ListEdgeDeploymentPlansResponse.struct_class = Types::ListEdgeDeploymentPlansResponse
|
7360
7397
|
|
7361
7398
|
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}))
|
7399
|
+
ListEdgePackagingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7363
7400
|
ListEdgePackagingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
7364
7401
|
ListEdgePackagingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7365
7402
|
ListEdgePackagingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -7435,7 +7472,7 @@ module Aws::SageMaker
|
|
7435
7472
|
ListFlowDefinitionsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7436
7473
|
ListFlowDefinitionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7437
7474
|
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}))
|
7475
|
+
ListFlowDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7439
7476
|
ListFlowDefinitionsRequest.struct_class = Types::ListFlowDefinitionsRequest
|
7440
7477
|
|
7441
7478
|
ListFlowDefinitionsResponse.add_member(:flow_definition_summaries, Shapes::ShapeRef.new(shape: FlowDefinitionSummaries, required: true, location_name: "FlowDefinitionSummaries"))
|
@@ -7494,7 +7531,7 @@ module Aws::SageMaker
|
|
7494
7531
|
ListHumanTaskUisRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
7495
7532
|
ListHumanTaskUisRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7496
7533
|
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}))
|
7534
|
+
ListHumanTaskUisRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7498
7535
|
ListHumanTaskUisRequest.struct_class = Types::ListHumanTaskUisRequest
|
7499
7536
|
|
7500
7537
|
ListHumanTaskUisResponse.add_member(:human_task_ui_summaries, Shapes::ShapeRef.new(shape: HumanTaskUiSummaries, required: true, location_name: "HumanTaskUiSummaries"))
|
@@ -7502,7 +7539,7 @@ module Aws::SageMaker
|
|
7502
7539
|
ListHumanTaskUisResponse.struct_class = Types::ListHumanTaskUisResponse
|
7503
7540
|
|
7504
7541
|
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}))
|
7542
|
+
ListHyperParameterTuningJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7506
7543
|
ListHyperParameterTuningJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: HyperParameterTuningJobSortByOptions, location_name: "SortBy"))
|
7507
7544
|
ListHyperParameterTuningJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7508
7545
|
ListHyperParameterTuningJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
@@ -7906,7 +7943,7 @@ module Aws::SageMaker
|
|
7906
7943
|
ListNotebookInstancesOutput.struct_class = Types::ListNotebookInstancesOutput
|
7907
7944
|
|
7908
7945
|
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}))
|
7946
|
+
ListOptimizationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7910
7947
|
ListOptimizationJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeAfter"))
|
7911
7948
|
ListOptimizationJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: CreationTime, location_name: "CreationTimeBefore"))
|
7912
7949
|
ListOptimizationJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: LastModifiedTime, location_name: "LastModifiedTimeAfter"))
|
@@ -7984,7 +8021,7 @@ module Aws::SageMaker
|
|
7984
8021
|
ListProcessingJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
7985
8022
|
ListProcessingJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
7986
8023
|
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}))
|
8024
|
+
ListProcessingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
7988
8025
|
ListProcessingJobsRequest.struct_class = Types::ListProcessingJobsRequest
|
7989
8026
|
|
7990
8027
|
ListProcessingJobsResponse.add_member(:processing_job_summaries, Shapes::ShapeRef.new(shape: ProcessingJobSummaries, required: true, location_name: "ProcessingJobSummaries"))
|
@@ -8030,7 +8067,7 @@ module Aws::SageMaker
|
|
8030
8067
|
ListSpacesResponse.struct_class = Types::ListSpacesResponse
|
8031
8068
|
|
8032
8069
|
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}))
|
8070
|
+
ListStageDevicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListMaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8034
8071
|
ListStageDevicesRequest.add_member(:edge_deployment_plan_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "EdgeDeploymentPlanName"))
|
8035
8072
|
ListStageDevicesRequest.add_member(:exclude_devices_deployed_in_other_stage, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExcludeDevicesDeployedInOtherStage"))
|
8036
8073
|
ListStageDevicesRequest.add_member(:stage_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "StageName"))
|
@@ -8058,7 +8095,7 @@ module Aws::SageMaker
|
|
8058
8095
|
|
8059
8096
|
ListSubscribedWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
8060
8097
|
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}))
|
8098
|
+
ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8062
8099
|
ListSubscribedWorkteamsRequest.struct_class = Types::ListSubscribedWorkteamsRequest
|
8063
8100
|
|
8064
8101
|
ListSubscribedWorkteamsResponse.add_member(:subscribed_workteams, Shapes::ShapeRef.new(shape: SubscribedWorkteams, required: true, location_name: "SubscribedWorkteams"))
|
@@ -8087,7 +8124,7 @@ module Aws::SageMaker
|
|
8087
8124
|
ListTrainingJobsForHyperParameterTuningJobResponse.struct_class = Types::ListTrainingJobsForHyperParameterTuningJobResponse
|
8088
8125
|
|
8089
8126
|
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}))
|
8127
|
+
ListTrainingJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8091
8128
|
ListTrainingJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
8092
8129
|
ListTrainingJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
8093
8130
|
ListTrainingJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
@@ -8105,7 +8142,7 @@ module Aws::SageMaker
|
|
8105
8142
|
ListTrainingJobsResponse.struct_class = Types::ListTrainingJobsResponse
|
8106
8143
|
|
8107
8144
|
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}))
|
8145
|
+
ListTrainingPlansRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8109
8146
|
ListTrainingPlansRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
|
8110
8147
|
ListTrainingPlansRequest.add_member(:start_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeBefore"))
|
8111
8148
|
ListTrainingPlansRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: TrainingPlanSortBy, location_name: "SortBy"))
|
@@ -8126,7 +8163,7 @@ module Aws::SageMaker
|
|
8126
8163
|
ListTransformJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
8127
8164
|
ListTransformJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8128
8165
|
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}))
|
8166
|
+
ListTransformJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8130
8167
|
ListTransformJobsRequest.struct_class = Types::ListTransformJobsRequest
|
8131
8168
|
|
8132
8169
|
ListTransformJobsResponse.add_member(:transform_job_summaries, Shapes::ShapeRef.new(shape: TransformJobSummaries, required: true, location_name: "TransformJobSummaries"))
|
@@ -8180,7 +8217,7 @@ module Aws::SageMaker
|
|
8180
8217
|
ListWorkforcesRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8181
8218
|
ListWorkforcesRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkforceName, location_name: "NameContains"))
|
8182
8219
|
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}))
|
8220
|
+
ListWorkforcesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8184
8221
|
ListWorkforcesRequest.struct_class = Types::ListWorkforcesRequest
|
8185
8222
|
|
8186
8223
|
ListWorkforcesResponse.add_member(:workforces, Shapes::ShapeRef.new(shape: Workforces, required: true, location_name: "Workforces"))
|
@@ -8191,7 +8228,7 @@ module Aws::SageMaker
|
|
8191
8228
|
ListWorkteamsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8192
8229
|
ListWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
8193
8230
|
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}))
|
8231
|
+
ListWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
8195
8232
|
ListWorkteamsRequest.struct_class = Types::ListWorkteamsRequest
|
8196
8233
|
|
8197
8234
|
ListWorkteamsResponse.add_member(:workteams, Shapes::ShapeRef.new(shape: Workteams, required: true, location_name: "Workteams"))
|
@@ -9697,7 +9734,7 @@ module Aws::SageMaker
|
|
9697
9734
|
RetentionPolicy.struct_class = Types::RetentionPolicy
|
9698
9735
|
|
9699
9736
|
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}))
|
9737
|
+
RetryPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
9701
9738
|
RetryPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
9702
9739
|
RetryPipelineExecutionRequest.struct_class = Types::RetryPipelineExecutionRequest
|
9703
9740
|
|
@@ -9707,6 +9744,10 @@ module Aws::SageMaker
|
|
9707
9744
|
RetryStrategy.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, required: true, location_name: "MaximumRetryAttempts"))
|
9708
9745
|
RetryStrategy.struct_class = Types::RetryStrategy
|
9709
9746
|
|
9747
|
+
RollingDeploymentPolicy.add_member(:maximum_batch_size, Shapes::ShapeRef.new(shape: CapacitySizeConfig, required: true, location_name: "MaximumBatchSize"))
|
9748
|
+
RollingDeploymentPolicy.add_member(:rollback_maximum_batch_size, Shapes::ShapeRef.new(shape: CapacitySizeConfig, location_name: "RollbackMaximumBatchSize"))
|
9749
|
+
RollingDeploymentPolicy.struct_class = Types::RollingDeploymentPolicy
|
9750
|
+
|
9710
9751
|
RollingUpdatePolicy.add_member(:maximum_batch_size, Shapes::ShapeRef.new(shape: CapacitySize, required: true, location_name: "MaximumBatchSize"))
|
9711
9752
|
RollingUpdatePolicy.add_member(:wait_interval_in_seconds, Shapes::ShapeRef.new(shape: WaitIntervalInSeconds, required: true, location_name: "WaitIntervalInSeconds"))
|
9712
9753
|
RollingUpdatePolicy.add_member(:maximum_execution_timeout_in_seconds, Shapes::ShapeRef.new(shape: MaximumExecutionTimeoutInSeconds, location_name: "MaximumExecutionTimeoutInSeconds"))
|
@@ -9768,6 +9809,10 @@ module Aws::SageMaker
|
|
9768
9809
|
ScheduleConfig.add_member(:data_analysis_end_time, Shapes::ShapeRef.new(shape: String, location_name: "DataAnalysisEndTime"))
|
9769
9810
|
ScheduleConfig.struct_class = Types::ScheduleConfig
|
9770
9811
|
|
9812
|
+
ScheduledUpdateConfig.add_member(:schedule_expression, Shapes::ShapeRef.new(shape: CronScheduleExpression, required: true, location_name: "ScheduleExpression"))
|
9813
|
+
ScheduledUpdateConfig.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfig"))
|
9814
|
+
ScheduledUpdateConfig.struct_class = Types::ScheduledUpdateConfig
|
9815
|
+
|
9771
9816
|
SchedulerConfig.add_member(:priority_classes, Shapes::ShapeRef.new(shape: PriorityClassList, location_name: "PriorityClasses"))
|
9772
9817
|
SchedulerConfig.add_member(:fair_share, Shapes::ShapeRef.new(shape: FairShare, location_name: "FairShare"))
|
9773
9818
|
SchedulerConfig.struct_class = Types::SchedulerConfig
|
@@ -9802,7 +9847,7 @@ module Aws::SageMaker
|
|
9802
9847
|
SearchRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: ResourcePropertyName, location_name: "SortBy"))
|
9803
9848
|
SearchRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SearchSortOrder, location_name: "SortOrder"))
|
9804
9849
|
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}))
|
9850
|
+
SearchRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box" => true}))
|
9806
9851
|
SearchRequest.add_member(:cross_account_filter_option, Shapes::ShapeRef.new(shape: CrossAccountFilterOption, location_name: "CrossAccountFilterOption"))
|
9807
9852
|
SearchRequest.add_member(:visibility_conditions, Shapes::ShapeRef.new(shape: VisibilityConditionsList, location_name: "VisibilityConditions"))
|
9808
9853
|
SearchRequest.struct_class = Types::SearchRequest
|
@@ -9814,8 +9859,8 @@ module Aws::SageMaker
|
|
9814
9859
|
|
9815
9860
|
SearchResultsList.member = Shapes::ShapeRef.new(shape: SearchRecord)
|
9816
9861
|
|
9817
|
-
SearchTrainingPlanOfferingsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType,
|
9818
|
-
SearchTrainingPlanOfferingsRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount,
|
9862
|
+
SearchTrainingPlanOfferingsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, location_name: "InstanceType"))
|
9863
|
+
SearchTrainingPlanOfferingsRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, location_name: "InstanceCount"))
|
9819
9864
|
SearchTrainingPlanOfferingsRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
|
9820
9865
|
SearchTrainingPlanOfferingsRequest.add_member(:end_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimeBefore"))
|
9821
9866
|
SearchTrainingPlanOfferingsRequest.add_member(:duration_hours, Shapes::ShapeRef.new(shape: TrainingPlanDurationHoursInput, required: true, location_name: "DurationHours"))
|
@@ -9849,7 +9894,7 @@ module Aws::SageMaker
|
|
9849
9894
|
|
9850
9895
|
SendPipelineExecutionStepFailureRequest.add_member(:callback_token, Shapes::ShapeRef.new(shape: CallbackToken, required: true, location_name: "CallbackToken"))
|
9851
9896
|
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}))
|
9897
|
+
SendPipelineExecutionStepFailureRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
9853
9898
|
SendPipelineExecutionStepFailureRequest.struct_class = Types::SendPipelineExecutionStepFailureRequest
|
9854
9899
|
|
9855
9900
|
SendPipelineExecutionStepFailureResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -9857,7 +9902,7 @@ module Aws::SageMaker
|
|
9857
9902
|
|
9858
9903
|
SendPipelineExecutionStepSuccessRequest.add_member(:callback_token, Shapes::ShapeRef.new(shape: CallbackToken, required: true, location_name: "CallbackToken"))
|
9859
9904
|
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}))
|
9905
|
+
SendPipelineExecutionStepSuccessRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
9861
9906
|
SendPipelineExecutionStepSuccessRequest.struct_class = Types::SendPipelineExecutionStepSuccessRequest
|
9862
9907
|
|
9863
9908
|
SendPipelineExecutionStepSuccessResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -9946,6 +9991,7 @@ module Aws::SageMaker
|
|
9946
9991
|
SpaceSettings.add_member(:jupyter_lab_app_settings, Shapes::ShapeRef.new(shape: SpaceJupyterLabAppSettings, location_name: "JupyterLabAppSettings"))
|
9947
9992
|
SpaceSettings.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
|
9948
9993
|
SpaceSettings.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: SpaceStorageSettings, location_name: "SpaceStorageSettings"))
|
9994
|
+
SpaceSettings.add_member(:space_managed_resources, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "SpaceManagedResources"))
|
9949
9995
|
SpaceSettings.add_member(:custom_file_systems, Shapes::ShapeRef.new(shape: CustomFileSystems, location_name: "CustomFileSystems"))
|
9950
9996
|
SpaceSettings.struct_class = Types::SpaceSettings
|
9951
9997
|
|
@@ -9993,7 +10039,7 @@ module Aws::SageMaker
|
|
9993
10039
|
StartPipelineExecutionRequest.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
9994
10040
|
StartPipelineExecutionRequest.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
9995
10041
|
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}))
|
10042
|
+
StartPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
9997
10043
|
StartPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
9998
10044
|
StartPipelineExecutionRequest.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
9999
10045
|
StartPipelineExecutionRequest.struct_class = Types::StartPipelineExecutionRequest
|
@@ -10049,7 +10095,7 @@ module Aws::SageMaker
|
|
10049
10095
|
StopOptimizationJobRequest.struct_class = Types::StopOptimizationJobRequest
|
10050
10096
|
|
10051
10097
|
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}))
|
10098
|
+
StopPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
10053
10099
|
StopPipelineExecutionRequest.struct_class = Types::StopPipelineExecutionRequest
|
10054
10100
|
|
10055
10101
|
StopPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -10581,6 +10627,15 @@ module Aws::SageMaker
|
|
10581
10627
|
UiTemplateInfo.add_member(:content_sha_256, Shapes::ShapeRef.new(shape: TemplateContentSha256, location_name: "ContentSha256"))
|
10582
10628
|
UiTemplateInfo.struct_class = Types::UiTemplateInfo
|
10583
10629
|
|
10630
|
+
UnifiedStudioSettings.add_member(:studio_web_portal_access, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "StudioWebPortalAccess"))
|
10631
|
+
UnifiedStudioSettings.add_member(:domain_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "DomainAccountId"))
|
10632
|
+
UnifiedStudioSettings.add_member(:domain_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "DomainRegion"))
|
10633
|
+
UnifiedStudioSettings.add_member(:domain_id, Shapes::ShapeRef.new(shape: UnifiedStudioDomainId, location_name: "DomainId"))
|
10634
|
+
UnifiedStudioSettings.add_member(:project_id, Shapes::ShapeRef.new(shape: UnifiedStudioProjectId, location_name: "ProjectId"))
|
10635
|
+
UnifiedStudioSettings.add_member(:environment_id, Shapes::ShapeRef.new(shape: UnifiedStudioEnvironmentId, location_name: "EnvironmentId"))
|
10636
|
+
UnifiedStudioSettings.add_member(:project_s3_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ProjectS3Path"))
|
10637
|
+
UnifiedStudioSettings.struct_class = Types::UnifiedStudioSettings
|
10638
|
+
|
10584
10639
|
UpdateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
|
10585
10640
|
UpdateActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
|
10586
10641
|
UpdateActionRequest.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
|
@@ -10628,7 +10683,14 @@ module Aws::SageMaker
|
|
10628
10683
|
UpdateClusterSchedulerConfigResponse.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "ClusterSchedulerConfigVersion"))
|
10629
10684
|
UpdateClusterSchedulerConfigResponse.struct_class = Types::UpdateClusterSchedulerConfigResponse
|
10630
10685
|
|
10686
|
+
UpdateClusterSoftwareInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
10687
|
+
UpdateClusterSoftwareInstanceGroupSpecification.struct_class = Types::UpdateClusterSoftwareInstanceGroupSpecification
|
10688
|
+
|
10689
|
+
UpdateClusterSoftwareInstanceGroups.member = Shapes::ShapeRef.new(shape: UpdateClusterSoftwareInstanceGroupSpecification)
|
10690
|
+
|
10631
10691
|
UpdateClusterSoftwareRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
10692
|
+
UpdateClusterSoftwareRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: UpdateClusterSoftwareInstanceGroups, location_name: "InstanceGroups"))
|
10693
|
+
UpdateClusterSoftwareRequest.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "DeploymentConfig"))
|
10632
10694
|
UpdateClusterSoftwareRequest.struct_class = Types::UpdateClusterSoftwareRequest
|
10633
10695
|
|
10634
10696
|
UpdateClusterSoftwareResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
|
@@ -10896,8 +10958,8 @@ module Aws::SageMaker
|
|
10896
10958
|
UpdatePartnerAppRequest.add_member(:maintenance_config, Shapes::ShapeRef.new(shape: PartnerAppMaintenanceConfig, location_name: "MaintenanceConfig"))
|
10897
10959
|
UpdatePartnerAppRequest.add_member(:tier, Shapes::ShapeRef.new(shape: NonEmptyString64, location_name: "Tier"))
|
10898
10960
|
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}))
|
10961
|
+
UpdatePartnerAppRequest.add_member(:enable_iam_session_based_identity, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableIamSessionBasedIdentity", metadata: {"box" => true}))
|
10962
|
+
UpdatePartnerAppRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
10901
10963
|
UpdatePartnerAppRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
10902
10964
|
UpdatePartnerAppRequest.struct_class = Types::UpdatePartnerAppRequest
|
10903
10965
|
|