aws-sdk-sagemaker 1.98.0 → 1.102.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +340 -73
- data/lib/aws-sdk-sagemaker/client_api.rb +145 -0
- data/lib/aws-sdk-sagemaker/types.rb +678 -148
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
@@ -291,6 +291,8 @@ module Aws::SageMaker
|
|
291
291
|
CreateProcessingJobResponse = Shapes::StructureShape.new(name: 'CreateProcessingJobResponse')
|
292
292
|
CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
|
293
293
|
CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
|
294
|
+
CreateStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'CreateStudioLifecycleConfigRequest')
|
295
|
+
CreateStudioLifecycleConfigResponse = Shapes::StructureShape.new(name: 'CreateStudioLifecycleConfigResponse')
|
294
296
|
CreateTrainingJobRequest = Shapes::StructureShape.new(name: 'CreateTrainingJobRequest')
|
295
297
|
CreateTrainingJobResponse = Shapes::StructureShape.new(name: 'CreateTrainingJobResponse')
|
296
298
|
CreateTransformJobRequest = Shapes::StructureShape.new(name: 'CreateTransformJobRequest')
|
@@ -371,6 +373,7 @@ module Aws::SageMaker
|
|
371
373
|
DeletePipelineRequest = Shapes::StructureShape.new(name: 'DeletePipelineRequest')
|
372
374
|
DeletePipelineResponse = Shapes::StructureShape.new(name: 'DeletePipelineResponse')
|
373
375
|
DeleteProjectInput = Shapes::StructureShape.new(name: 'DeleteProjectInput')
|
376
|
+
DeleteStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'DeleteStudioLifecycleConfigRequest')
|
374
377
|
DeleteTagsInput = Shapes::StructureShape.new(name: 'DeleteTagsInput')
|
375
378
|
DeleteTagsOutput = Shapes::StructureShape.new(name: 'DeleteTagsOutput')
|
376
379
|
DeleteTrialComponentRequest = Shapes::StructureShape.new(name: 'DeleteTrialComponentRequest')
|
@@ -462,6 +465,8 @@ module Aws::SageMaker
|
|
462
465
|
DescribeProcessingJobResponse = Shapes::StructureShape.new(name: 'DescribeProcessingJobResponse')
|
463
466
|
DescribeProjectInput = Shapes::StructureShape.new(name: 'DescribeProjectInput')
|
464
467
|
DescribeProjectOutput = Shapes::StructureShape.new(name: 'DescribeProjectOutput')
|
468
|
+
DescribeStudioLifecycleConfigRequest = Shapes::StructureShape.new(name: 'DescribeStudioLifecycleConfigRequest')
|
469
|
+
DescribeStudioLifecycleConfigResponse = Shapes::StructureShape.new(name: 'DescribeStudioLifecycleConfigResponse')
|
465
470
|
DescribeSubscribedWorkteamRequest = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamRequest')
|
466
471
|
DescribeSubscribedWorkteamResponse = Shapes::StructureShape.new(name: 'DescribeSubscribedWorkteamResponse')
|
467
472
|
DescribeTrainingJobRequest = Shapes::StructureShape.new(name: 'DescribeTrainingJobRequest')
|
@@ -745,6 +750,7 @@ module Aws::SageMaker
|
|
745
750
|
LambdaFunctionArn = Shapes::StringShape.new(name: 'LambdaFunctionArn')
|
746
751
|
LambdaStepMetadata = Shapes::StructureShape.new(name: 'LambdaStepMetadata')
|
747
752
|
LastModifiedTime = Shapes::TimestampShape.new(name: 'LastModifiedTime')
|
753
|
+
LifecycleConfigArns = Shapes::ListShape.new(name: 'LifecycleConfigArns')
|
748
754
|
LineageEntityParameters = Shapes::MapShape.new(name: 'LineageEntityParameters')
|
749
755
|
ListActionsRequest = Shapes::StructureShape.new(name: 'ListActionsRequest')
|
750
756
|
ListActionsResponse = Shapes::StructureShape.new(name: 'ListActionsResponse')
|
@@ -838,6 +844,8 @@ module Aws::SageMaker
|
|
838
844
|
ListProcessingJobsResponse = Shapes::StructureShape.new(name: 'ListProcessingJobsResponse')
|
839
845
|
ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
|
840
846
|
ListProjectsOutput = Shapes::StructureShape.new(name: 'ListProjectsOutput')
|
847
|
+
ListStudioLifecycleConfigsRequest = Shapes::StructureShape.new(name: 'ListStudioLifecycleConfigsRequest')
|
848
|
+
ListStudioLifecycleConfigsResponse = Shapes::StructureShape.new(name: 'ListStudioLifecycleConfigsResponse')
|
841
849
|
ListSubscribedWorkteamsRequest = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsRequest')
|
842
850
|
ListSubscribedWorkteamsResponse = Shapes::StructureShape.new(name: 'ListSubscribedWorkteamsResponse')
|
843
851
|
ListTagsInput = Shapes::StructureShape.new(name: 'ListTagsInput')
|
@@ -1130,6 +1138,7 @@ module Aws::SageMaker
|
|
1130
1138
|
ProfilingIntervalInMilliseconds = Shapes::IntegerShape.new(name: 'ProfilingIntervalInMilliseconds')
|
1131
1139
|
ProfilingParameters = Shapes::MapShape.new(name: 'ProfilingParameters')
|
1132
1140
|
ProfilingStatus = Shapes::StringShape.new(name: 'ProfilingStatus')
|
1141
|
+
Project = Shapes::StructureShape.new(name: 'Project')
|
1133
1142
|
ProjectArn = Shapes::StringShape.new(name: 'ProjectArn')
|
1134
1143
|
ProjectEntityName = Shapes::StringShape.new(name: 'ProjectEntityName')
|
1135
1144
|
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
@@ -1184,6 +1193,8 @@ module Aws::SageMaker
|
|
1184
1193
|
ResponseMIMETypes = Shapes::ListShape.new(name: 'ResponseMIMETypes')
|
1185
1194
|
RetentionPolicy = Shapes::StructureShape.new(name: 'RetentionPolicy')
|
1186
1195
|
RetentionType = Shapes::StringShape.new(name: 'RetentionType')
|
1196
|
+
RetryPipelineExecutionRequest = Shapes::StructureShape.new(name: 'RetryPipelineExecutionRequest')
|
1197
|
+
RetryPipelineExecutionResponse = Shapes::StructureShape.new(name: 'RetryPipelineExecutionResponse')
|
1187
1198
|
RetryStrategy = Shapes::StructureShape.new(name: 'RetryStrategy')
|
1188
1199
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
1189
1200
|
RootAccess = Shapes::StringShape.new(name: 'RootAccess')
|
@@ -1272,6 +1283,13 @@ module Aws::SageMaker
|
|
1272
1283
|
String256 = Shapes::StringShape.new(name: 'String256')
|
1273
1284
|
String64 = Shapes::StringShape.new(name: 'String64')
|
1274
1285
|
StringParameterValue = Shapes::StringShape.new(name: 'StringParameterValue')
|
1286
|
+
StudioLifecycleConfigAppType = Shapes::StringShape.new(name: 'StudioLifecycleConfigAppType')
|
1287
|
+
StudioLifecycleConfigArn = Shapes::StringShape.new(name: 'StudioLifecycleConfigArn')
|
1288
|
+
StudioLifecycleConfigContent = Shapes::StringShape.new(name: 'StudioLifecycleConfigContent')
|
1289
|
+
StudioLifecycleConfigDetails = Shapes::StructureShape.new(name: 'StudioLifecycleConfigDetails')
|
1290
|
+
StudioLifecycleConfigName = Shapes::StringShape.new(name: 'StudioLifecycleConfigName')
|
1291
|
+
StudioLifecycleConfigSortKey = Shapes::StringShape.new(name: 'StudioLifecycleConfigSortKey')
|
1292
|
+
StudioLifecycleConfigsList = Shapes::ListShape.new(name: 'StudioLifecycleConfigsList')
|
1275
1293
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
1276
1294
|
Subnets = Shapes::ListShape.new(name: 'Subnets')
|
1277
1295
|
SubscribedWorkteam = Shapes::StructureShape.new(name: 'SubscribedWorkteam')
|
@@ -2321,6 +2339,15 @@ module Aws::SageMaker
|
|
2321
2339
|
CreateProjectOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "ProjectId"))
|
2322
2340
|
CreateProjectOutput.struct_class = Types::CreateProjectOutput
|
2323
2341
|
|
2342
|
+
CreateStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
2343
|
+
CreateStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_content, Shapes::ShapeRef.new(shape: StudioLifecycleConfigContent, required: true, location_name: "StudioLifecycleConfigContent"))
|
2344
|
+
CreateStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_app_type, Shapes::ShapeRef.new(shape: StudioLifecycleConfigAppType, required: true, location_name: "StudioLifecycleConfigAppType"))
|
2345
|
+
CreateStudioLifecycleConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
2346
|
+
CreateStudioLifecycleConfigRequest.struct_class = Types::CreateStudioLifecycleConfigRequest
|
2347
|
+
|
2348
|
+
CreateStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "StudioLifecycleConfigArn"))
|
2349
|
+
CreateStudioLifecycleConfigResponse.struct_class = Types::CreateStudioLifecycleConfigResponse
|
2350
|
+
|
2324
2351
|
CreateTrainingJobRequest.add_member(:training_job_name, Shapes::ShapeRef.new(shape: TrainingJobName, required: true, location_name: "TrainingJobName"))
|
2325
2352
|
CreateTrainingJobRequest.add_member(:hyper_parameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "HyperParameters"))
|
2326
2353
|
CreateTrainingJobRequest.add_member(:algorithm_specification, Shapes::ShapeRef.new(shape: AlgorithmSpecification, required: true, location_name: "AlgorithmSpecification"))
|
@@ -2638,6 +2665,9 @@ module Aws::SageMaker
|
|
2638
2665
|
DeleteProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
2639
2666
|
DeleteProjectInput.struct_class = Types::DeleteProjectInput
|
2640
2667
|
|
2668
|
+
DeleteStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
2669
|
+
DeleteStudioLifecycleConfigRequest.struct_class = Types::DeleteStudioLifecycleConfigRequest
|
2670
|
+
|
2641
2671
|
DeleteTagsInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
2642
2672
|
DeleteTagsInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
2643
2673
|
DeleteTagsInput.struct_class = Types::DeleteTagsInput
|
@@ -3311,6 +3341,17 @@ module Aws::SageMaker
|
|
3311
3341
|
DescribeProjectOutput.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
3312
3342
|
DescribeProjectOutput.struct_class = Types::DescribeProjectOutput
|
3313
3343
|
|
3344
|
+
DescribeStudioLifecycleConfigRequest.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, required: true, location_name: "StudioLifecycleConfigName"))
|
3345
|
+
DescribeStudioLifecycleConfigRequest.struct_class = Types::DescribeStudioLifecycleConfigRequest
|
3346
|
+
|
3347
|
+
DescribeStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "StudioLifecycleConfigArn"))
|
3348
|
+
DescribeStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, location_name: "StudioLifecycleConfigName"))
|
3349
|
+
DescribeStudioLifecycleConfigResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
3350
|
+
DescribeStudioLifecycleConfigResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
3351
|
+
DescribeStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_content, Shapes::ShapeRef.new(shape: StudioLifecycleConfigContent, location_name: "StudioLifecycleConfigContent"))
|
3352
|
+
DescribeStudioLifecycleConfigResponse.add_member(:studio_lifecycle_config_app_type, Shapes::ShapeRef.new(shape: StudioLifecycleConfigAppType, location_name: "StudioLifecycleConfigAppType"))
|
3353
|
+
DescribeStudioLifecycleConfigResponse.struct_class = Types::DescribeStudioLifecycleConfigResponse
|
3354
|
+
|
3314
3355
|
DescribeSubscribedWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
3315
3356
|
DescribeSubscribedWorkteamRequest.struct_class = Types::DescribeSubscribedWorkteamRequest
|
3316
3357
|
|
@@ -3958,10 +3999,12 @@ module Aws::SageMaker
|
|
3958
3999
|
JsonContentTypes.member = Shapes::ShapeRef.new(shape: JsonContentType)
|
3959
4000
|
|
3960
4001
|
JupyterServerAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
4002
|
+
JupyterServerAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
|
3961
4003
|
JupyterServerAppSettings.struct_class = Types::JupyterServerAppSettings
|
3962
4004
|
|
3963
4005
|
KernelGatewayAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
3964
4006
|
KernelGatewayAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
|
4007
|
+
KernelGatewayAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
|
3965
4008
|
KernelGatewayAppSettings.struct_class = Types::KernelGatewayAppSettings
|
3966
4009
|
|
3967
4010
|
KernelGatewayImageConfig.add_member(:kernel_specs, Shapes::ShapeRef.new(shape: KernelSpecs, required: true, location_name: "KernelSpecs"))
|
@@ -4054,6 +4097,8 @@ module Aws::SageMaker
|
|
4054
4097
|
LambdaStepMetadata.add_member(:output_parameters, Shapes::ShapeRef.new(shape: OutputParameterList, location_name: "OutputParameters"))
|
4055
4098
|
LambdaStepMetadata.struct_class = Types::LambdaStepMetadata
|
4056
4099
|
|
4100
|
+
LifecycleConfigArns.member = Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn)
|
4101
|
+
|
4057
4102
|
LineageEntityParameters.key = Shapes::ShapeRef.new(shape: StringParameterValue)
|
4058
4103
|
LineageEntityParameters.value = Shapes::ShapeRef.new(shape: StringParameterValue)
|
4059
4104
|
|
@@ -4669,6 +4714,22 @@ module Aws::SageMaker
|
|
4669
4714
|
ListProjectsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4670
4715
|
ListProjectsOutput.struct_class = Types::ListProjectsOutput
|
4671
4716
|
|
4717
|
+
ListStudioLifecycleConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
4718
|
+
ListStudioLifecycleConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4719
|
+
ListStudioLifecycleConfigsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, location_name: "NameContains"))
|
4720
|
+
ListStudioLifecycleConfigsRequest.add_member(:app_type_equals, Shapes::ShapeRef.new(shape: StudioLifecycleConfigAppType, location_name: "AppTypeEquals"))
|
4721
|
+
ListStudioLifecycleConfigsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
4722
|
+
ListStudioLifecycleConfigsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
4723
|
+
ListStudioLifecycleConfigsRequest.add_member(:modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeBefore"))
|
4724
|
+
ListStudioLifecycleConfigsRequest.add_member(:modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ModifiedTimeAfter"))
|
4725
|
+
ListStudioLifecycleConfigsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: StudioLifecycleConfigSortKey, location_name: "SortBy"))
|
4726
|
+
ListStudioLifecycleConfigsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
4727
|
+
ListStudioLifecycleConfigsRequest.struct_class = Types::ListStudioLifecycleConfigsRequest
|
4728
|
+
|
4729
|
+
ListStudioLifecycleConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4730
|
+
ListStudioLifecycleConfigsResponse.add_member(:studio_lifecycle_configs, Shapes::ShapeRef.new(shape: StudioLifecycleConfigsList, location_name: "StudioLifecycleConfigs"))
|
4731
|
+
ListStudioLifecycleConfigsResponse.struct_class = Types::ListStudioLifecycleConfigsResponse
|
4732
|
+
|
4672
4733
|
ListSubscribedWorkteamsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: WorkteamName, location_name: "NameContains"))
|
4673
4734
|
ListSubscribedWorkteamsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
4674
4735
|
ListSubscribedWorkteamsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
@@ -5494,6 +5555,18 @@ module Aws::SageMaker
|
|
5494
5555
|
ProfilingParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
|
5495
5556
|
ProfilingParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
5496
5557
|
|
5558
|
+
Project.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, location_name: "ProjectArn"))
|
5559
|
+
Project.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, location_name: "ProjectName"))
|
5560
|
+
Project.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "ProjectId"))
|
5561
|
+
Project.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
5562
|
+
Project.add_member(:service_catalog_provisioning_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisioningDetails, location_name: "ServiceCatalogProvisioningDetails"))
|
5563
|
+
Project.add_member(:service_catalog_provisioned_product_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisionedProductDetails, location_name: "ServiceCatalogProvisionedProductDetails"))
|
5564
|
+
Project.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "ProjectStatus"))
|
5565
|
+
Project.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
5566
|
+
Project.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5567
|
+
Project.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
5568
|
+
Project.struct_class = Types::Project
|
5569
|
+
|
5497
5570
|
ProjectSummary.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
5498
5571
|
ProjectSummary.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
5499
5572
|
ProjectSummary.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
@@ -5598,6 +5671,7 @@ module Aws::SageMaker
|
|
5598
5671
|
ResourceSpec.add_member(:sage_maker_image_arn, Shapes::ShapeRef.new(shape: ImageArn, location_name: "SageMakerImageArn"))
|
5599
5672
|
ResourceSpec.add_member(:sage_maker_image_version_arn, Shapes::ShapeRef.new(shape: ImageVersionArn, location_name: "SageMakerImageVersionArn"))
|
5600
5673
|
ResourceSpec.add_member(:instance_type, Shapes::ShapeRef.new(shape: AppInstanceType, location_name: "InstanceType"))
|
5674
|
+
ResourceSpec.add_member(:lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "LifecycleConfigArn"))
|
5601
5675
|
ResourceSpec.struct_class = Types::ResourceSpec
|
5602
5676
|
|
5603
5677
|
ResponseMIMETypes.member = Shapes::ShapeRef.new(shape: ResponseMIMEType)
|
@@ -5605,6 +5679,13 @@ module Aws::SageMaker
|
|
5605
5679
|
RetentionPolicy.add_member(:home_efs_file_system, Shapes::ShapeRef.new(shape: RetentionType, location_name: "HomeEfsFileSystem"))
|
5606
5680
|
RetentionPolicy.struct_class = Types::RetentionPolicy
|
5607
5681
|
|
5682
|
+
RetryPipelineExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
5683
|
+
RetryPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
5684
|
+
RetryPipelineExecutionRequest.struct_class = Types::RetryPipelineExecutionRequest
|
5685
|
+
|
5686
|
+
RetryPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
5687
|
+
RetryPipelineExecutionResponse.struct_class = Types::RetryPipelineExecutionResponse
|
5688
|
+
|
5608
5689
|
RetryStrategy.add_member(:maximum_retry_attempts, Shapes::ShapeRef.new(shape: MaximumRetryAttempts, required: true, location_name: "MaximumRetryAttempts"))
|
5609
5690
|
RetryStrategy.struct_class = Types::RetryStrategy
|
5610
5691
|
|
@@ -5643,6 +5724,7 @@ module Aws::SageMaker
|
|
5643
5724
|
SearchRecord.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
|
5644
5725
|
SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
|
5645
5726
|
SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
|
5727
|
+
SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
5646
5728
|
SearchRecord.struct_class = Types::SearchRecord
|
5647
5729
|
|
5648
5730
|
SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
@@ -5772,6 +5854,15 @@ module Aws::SageMaker
|
|
5772
5854
|
StoppingCondition.add_member(:max_wait_time_in_seconds, Shapes::ShapeRef.new(shape: MaxWaitTimeInSeconds, location_name: "MaxWaitTimeInSeconds"))
|
5773
5855
|
StoppingCondition.struct_class = Types::StoppingCondition
|
5774
5856
|
|
5857
|
+
StudioLifecycleConfigDetails.add_member(:studio_lifecycle_config_arn, Shapes::ShapeRef.new(shape: StudioLifecycleConfigArn, location_name: "StudioLifecycleConfigArn"))
|
5858
|
+
StudioLifecycleConfigDetails.add_member(:studio_lifecycle_config_name, Shapes::ShapeRef.new(shape: StudioLifecycleConfigName, location_name: "StudioLifecycleConfigName"))
|
5859
|
+
StudioLifecycleConfigDetails.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
5860
|
+
StudioLifecycleConfigDetails.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
5861
|
+
StudioLifecycleConfigDetails.add_member(:studio_lifecycle_config_app_type, Shapes::ShapeRef.new(shape: StudioLifecycleConfigAppType, location_name: "StudioLifecycleConfigAppType"))
|
5862
|
+
StudioLifecycleConfigDetails.struct_class = Types::StudioLifecycleConfigDetails
|
5863
|
+
|
5864
|
+
StudioLifecycleConfigsList.member = Shapes::ShapeRef.new(shape: StudioLifecycleConfigDetails)
|
5865
|
+
|
5775
5866
|
Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
|
5776
5867
|
|
5777
5868
|
SubscribedWorkteam.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
@@ -6773,6 +6864,15 @@ module Aws::SageMaker
|
|
6773
6864
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
6774
6865
|
end)
|
6775
6866
|
|
6867
|
+
api.add_operation(:create_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
6868
|
+
o.name = "CreateStudioLifecycleConfig"
|
6869
|
+
o.http_method = "POST"
|
6870
|
+
o.http_request_uri = "/"
|
6871
|
+
o.input = Shapes::ShapeRef.new(shape: CreateStudioLifecycleConfigRequest)
|
6872
|
+
o.output = Shapes::ShapeRef.new(shape: CreateStudioLifecycleConfigResponse)
|
6873
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
6874
|
+
end)
|
6875
|
+
|
6776
6876
|
api.add_operation(:create_training_job, Seahorse::Model::Operation.new.tap do |o|
|
6777
6877
|
o.name = "CreateTrainingJob"
|
6778
6878
|
o.http_method = "POST"
|
@@ -7118,6 +7218,16 @@ module Aws::SageMaker
|
|
7118
7218
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7119
7219
|
end)
|
7120
7220
|
|
7221
|
+
api.add_operation(:delete_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
7222
|
+
o.name = "DeleteStudioLifecycleConfig"
|
7223
|
+
o.http_method = "POST"
|
7224
|
+
o.http_request_uri = "/"
|
7225
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteStudioLifecycleConfigRequest)
|
7226
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
7227
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7228
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
7229
|
+
end)
|
7230
|
+
|
7121
7231
|
api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
|
7122
7232
|
o.name = "DeleteTags"
|
7123
7233
|
o.http_method = "POST"
|
@@ -7511,6 +7621,15 @@ module Aws::SageMaker
|
|
7511
7621
|
o.output = Shapes::ShapeRef.new(shape: DescribeProjectOutput)
|
7512
7622
|
end)
|
7513
7623
|
|
7624
|
+
api.add_operation(:describe_studio_lifecycle_config, Seahorse::Model::Operation.new.tap do |o|
|
7625
|
+
o.name = "DescribeStudioLifecycleConfig"
|
7626
|
+
o.http_method = "POST"
|
7627
|
+
o.http_request_uri = "/"
|
7628
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeStudioLifecycleConfigRequest)
|
7629
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeStudioLifecycleConfigResponse)
|
7630
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
7631
|
+
end)
|
7632
|
+
|
7514
7633
|
api.add_operation(:describe_subscribed_workteam, Seahorse::Model::Operation.new.tap do |o|
|
7515
7634
|
o.name = "DescribeSubscribedWorkteam"
|
7516
7635
|
o.http_method = "POST"
|
@@ -8249,6 +8368,21 @@ module Aws::SageMaker
|
|
8249
8368
|
)
|
8250
8369
|
end)
|
8251
8370
|
|
8371
|
+
api.add_operation(:list_studio_lifecycle_configs, Seahorse::Model::Operation.new.tap do |o|
|
8372
|
+
o.name = "ListStudioLifecycleConfigs"
|
8373
|
+
o.http_method = "POST"
|
8374
|
+
o.http_request_uri = "/"
|
8375
|
+
o.input = Shapes::ShapeRef.new(shape: ListStudioLifecycleConfigsRequest)
|
8376
|
+
o.output = Shapes::ShapeRef.new(shape: ListStudioLifecycleConfigsResponse)
|
8377
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
8378
|
+
o[:pager] = Aws::Pager.new(
|
8379
|
+
limit_key: "max_results",
|
8380
|
+
tokens: {
|
8381
|
+
"next_token" => "next_token"
|
8382
|
+
}
|
8383
|
+
)
|
8384
|
+
end)
|
8385
|
+
|
8252
8386
|
api.add_operation(:list_subscribed_workteams, Seahorse::Model::Operation.new.tap do |o|
|
8253
8387
|
o.name = "ListSubscribedWorkteams"
|
8254
8388
|
o.http_method = "POST"
|
@@ -8418,6 +8552,17 @@ module Aws::SageMaker
|
|
8418
8552
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8419
8553
|
end)
|
8420
8554
|
|
8555
|
+
api.add_operation(:retry_pipeline_execution, Seahorse::Model::Operation.new.tap do |o|
|
8556
|
+
o.name = "RetryPipelineExecution"
|
8557
|
+
o.http_method = "POST"
|
8558
|
+
o.http_request_uri = "/"
|
8559
|
+
o.input = Shapes::ShapeRef.new(shape: RetryPipelineExecutionRequest)
|
8560
|
+
o.output = Shapes::ShapeRef.new(shape: RetryPipelineExecutionResponse)
|
8561
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
8562
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
8563
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
8564
|
+
end)
|
8565
|
+
|
8421
8566
|
api.add_operation(:search, Seahorse::Model::Operation.new.tap do |o|
|
8422
8567
|
o.name = "Search"
|
8423
8568
|
o.http_method = "POST"
|