aws-sdk-sagemaker 1.314.0 → 1.315.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +263 -7
- data/lib/aws-sdk-sagemaker/client_api.rb +147 -2
- data/lib/aws-sdk-sagemaker/types.rb +644 -88
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +141 -6
- data/sig/types.rbs +119 -2
- metadata +1 -1
@@ -327,6 +327,10 @@ module Aws::SageMaker
|
|
327
327
|
ClusterPrivateDnsHostname = Shapes::StringShape.new(name: 'ClusterPrivateDnsHostname')
|
328
328
|
ClusterPrivatePrimaryIp = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIp')
|
329
329
|
ClusterPrivatePrimaryIpv6 = Shapes::StringShape.new(name: 'ClusterPrivatePrimaryIpv6')
|
330
|
+
ClusterRestrictedInstanceGroupDetails = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupDetails')
|
331
|
+
ClusterRestrictedInstanceGroupDetailsList = Shapes::ListShape.new(name: 'ClusterRestrictedInstanceGroupDetailsList')
|
332
|
+
ClusterRestrictedInstanceGroupSpecification = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupSpecification')
|
333
|
+
ClusterRestrictedInstanceGroupSpecifications = Shapes::ListShape.new(name: 'ClusterRestrictedInstanceGroupSpecifications')
|
330
334
|
ClusterSchedulerConfigArn = Shapes::StringShape.new(name: 'ClusterSchedulerConfigArn')
|
331
335
|
ClusterSchedulerConfigId = Shapes::StringShape.new(name: 'ClusterSchedulerConfigId')
|
332
336
|
ClusterSchedulerConfigSummary = Shapes::StructureShape.new(name: 'ClusterSchedulerConfigSummary')
|
@@ -937,6 +941,8 @@ module Aws::SageMaker
|
|
937
941
|
Endpoints = Shapes::ListShape.new(name: 'Endpoints')
|
938
942
|
EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
|
939
943
|
EntityName = Shapes::StringShape.new(name: 'EntityName')
|
944
|
+
EnvironmentConfig = Shapes::StructureShape.new(name: 'EnvironmentConfig')
|
945
|
+
EnvironmentConfigDetails = Shapes::StructureShape.new(name: 'EnvironmentConfigDetails')
|
940
946
|
EnvironmentKey = Shapes::StringShape.new(name: 'EnvironmentKey')
|
941
947
|
EnvironmentMap = Shapes::MapShape.new(name: 'EnvironmentMap')
|
942
948
|
EnvironmentParameter = Shapes::StructureShape.new(name: 'EnvironmentParameter')
|
@@ -963,8 +969,11 @@ module Aws::SageMaker
|
|
963
969
|
Explainability = Shapes::StructureShape.new(name: 'Explainability')
|
964
970
|
ExplainabilityLocation = Shapes::StringShape.new(name: 'ExplainabilityLocation')
|
965
971
|
ExplainerConfig = Shapes::StructureShape.new(name: 'ExplainerConfig')
|
972
|
+
FSxLustreConfig = Shapes::StructureShape.new(name: 'FSxLustreConfig')
|
966
973
|
FSxLustreFileSystem = Shapes::StructureShape.new(name: 'FSxLustreFileSystem')
|
967
974
|
FSxLustreFileSystemConfig = Shapes::StructureShape.new(name: 'FSxLustreFileSystemConfig')
|
975
|
+
FSxLustrePerUnitStorageThroughput = Shapes::IntegerShape.new(name: 'FSxLustrePerUnitStorageThroughput')
|
976
|
+
FSxLustreSizeInGiB = Shapes::IntegerShape.new(name: 'FSxLustreSizeInGiB')
|
968
977
|
FailStepMetadata = Shapes::StructureShape.new(name: 'FailStepMetadata')
|
969
978
|
FailureHandlingPolicy = Shapes::StringShape.new(name: 'FailureHandlingPolicy')
|
970
979
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
@@ -1445,6 +1454,8 @@ module Aws::SageMaker
|
|
1445
1454
|
ListPipelineExecutionsResponse = Shapes::StructureShape.new(name: 'ListPipelineExecutionsResponse')
|
1446
1455
|
ListPipelineParametersForExecutionRequest = Shapes::StructureShape.new(name: 'ListPipelineParametersForExecutionRequest')
|
1447
1456
|
ListPipelineParametersForExecutionResponse = Shapes::StructureShape.new(name: 'ListPipelineParametersForExecutionResponse')
|
1457
|
+
ListPipelineVersionsRequest = Shapes::StructureShape.new(name: 'ListPipelineVersionsRequest')
|
1458
|
+
ListPipelineVersionsResponse = Shapes::StructureShape.new(name: 'ListPipelineVersionsResponse')
|
1448
1459
|
ListPipelinesRequest = Shapes::StructureShape.new(name: 'ListPipelinesRequest')
|
1449
1460
|
ListPipelinesResponse = Shapes::StructureShape.new(name: 'ListPipelinesResponse')
|
1450
1461
|
ListProcessingJobsRequest = Shapes::StructureShape.new(name: 'ListProcessingJobsRequest')
|
@@ -1851,6 +1862,12 @@ module Aws::SageMaker
|
|
1851
1862
|
PipelineStatus = Shapes::StringShape.new(name: 'PipelineStatus')
|
1852
1863
|
PipelineSummary = Shapes::StructureShape.new(name: 'PipelineSummary')
|
1853
1864
|
PipelineSummaryList = Shapes::ListShape.new(name: 'PipelineSummaryList')
|
1865
|
+
PipelineVersion = Shapes::StructureShape.new(name: 'PipelineVersion')
|
1866
|
+
PipelineVersionDescription = Shapes::StringShape.new(name: 'PipelineVersionDescription')
|
1867
|
+
PipelineVersionId = Shapes::IntegerShape.new(name: 'PipelineVersionId')
|
1868
|
+
PipelineVersionName = Shapes::StringShape.new(name: 'PipelineVersionName')
|
1869
|
+
PipelineVersionSummary = Shapes::StructureShape.new(name: 'PipelineVersionSummary')
|
1870
|
+
PipelineVersionSummaryList = Shapes::ListShape.new(name: 'PipelineVersionSummaryList')
|
1854
1871
|
PlatformIdentifier = Shapes::StringShape.new(name: 'PlatformIdentifier')
|
1855
1872
|
PolicyString = Shapes::StringShape.new(name: 'PolicyString')
|
1856
1873
|
PredefinedMetricSpecification = Shapes::StructureShape.new(name: 'PredefinedMetricSpecification')
|
@@ -2506,6 +2523,8 @@ module Aws::SageMaker
|
|
2506
2523
|
UpdatePipelineExecutionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineExecutionResponse')
|
2507
2524
|
UpdatePipelineRequest = Shapes::StructureShape.new(name: 'UpdatePipelineRequest')
|
2508
2525
|
UpdatePipelineResponse = Shapes::StructureShape.new(name: 'UpdatePipelineResponse')
|
2526
|
+
UpdatePipelineVersionRequest = Shapes::StructureShape.new(name: 'UpdatePipelineVersionRequest')
|
2527
|
+
UpdatePipelineVersionResponse = Shapes::StructureShape.new(name: 'UpdatePipelineVersionResponse')
|
2509
2528
|
UpdateProjectInput = Shapes::StructureShape.new(name: 'UpdateProjectInput')
|
2510
2529
|
UpdateProjectOutput = Shapes::StructureShape.new(name: 'UpdateProjectOutput')
|
2511
2530
|
UpdateSpaceRequest = Shapes::StructureShape.new(name: 'UpdateSpaceRequest')
|
@@ -3003,7 +3022,7 @@ module Aws::SageMaker
|
|
3003
3022
|
BatchDeleteClusterNodesErrorList.member = Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesError)
|
3004
3023
|
|
3005
3024
|
BatchDeleteClusterNodesRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
3006
|
-
BatchDeleteClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: ClusterNodeIds,
|
3025
|
+
BatchDeleteClusterNodesRequest.add_member(:node_ids, Shapes::ShapeRef.new(shape: ClusterNodeIds, location_name: "NodeIds"))
|
3007
3026
|
BatchDeleteClusterNodesRequest.struct_class = Types::BatchDeleteClusterNodesRequest
|
3008
3027
|
|
3009
3028
|
BatchDeleteClusterNodesResponse.add_member(:failed, Shapes::ShapeRef.new(shape: BatchDeleteClusterNodesErrorList, location_name: "Failed"))
|
@@ -3335,6 +3354,39 @@ module Aws::SageMaker
|
|
3335
3354
|
ClusterOrchestratorEksConfig.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: EksClusterArn, required: true, location_name: "ClusterArn"))
|
3336
3355
|
ClusterOrchestratorEksConfig.struct_class = Types::ClusterOrchestratorEksConfig
|
3337
3356
|
|
3357
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:current_count, Shapes::ShapeRef.new(shape: ClusterNonNegativeInstanceCount, location_name: "CurrentCount"))
|
3358
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:target_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, location_name: "TargetCount"))
|
3359
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, location_name: "InstanceGroupName"))
|
3360
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, location_name: "InstanceType"))
|
3361
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRole"))
|
3362
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
3363
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
3364
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks"))
|
3365
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:status, Shapes::ShapeRef.new(shape: InstanceGroupStatus, location_name: "Status"))
|
3366
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3367
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:training_plan_status, Shapes::ShapeRef.new(shape: InstanceGroupTrainingPlanStatus, location_name: "TrainingPlanStatus"))
|
3368
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3369
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3370
|
+
ClusterRestrictedInstanceGroupDetails.add_member(:environment_config, Shapes::ShapeRef.new(shape: EnvironmentConfigDetails, location_name: "EnvironmentConfig"))
|
3371
|
+
ClusterRestrictedInstanceGroupDetails.struct_class = Types::ClusterRestrictedInstanceGroupDetails
|
3372
|
+
|
3373
|
+
ClusterRestrictedInstanceGroupDetailsList.member = Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupDetails)
|
3374
|
+
|
3375
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:instance_count, Shapes::ShapeRef.new(shape: ClusterInstanceCount, required: true, location_name: "InstanceCount"))
|
3376
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:instance_group_name, Shapes::ShapeRef.new(shape: ClusterInstanceGroupName, required: true, location_name: "InstanceGroupName"))
|
3377
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:instance_type, Shapes::ShapeRef.new(shape: ClusterInstanceType, required: true, location_name: "InstanceType"))
|
3378
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:execution_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRole"))
|
3379
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: ClusterThreadsPerCore, location_name: "ThreadsPerCore"))
|
3380
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:instance_storage_configs, Shapes::ShapeRef.new(shape: ClusterInstanceStorageConfigs, location_name: "InstanceStorageConfigs"))
|
3381
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:on_start_deep_health_checks, Shapes::ShapeRef.new(shape: OnStartDeepHealthChecks, location_name: "OnStartDeepHealthChecks"))
|
3382
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:training_plan_arn, Shapes::ShapeRef.new(shape: TrainingPlanArn, location_name: "TrainingPlanArn"))
|
3383
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:override_vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "OverrideVpcConfig"))
|
3384
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
|
3385
|
+
ClusterRestrictedInstanceGroupSpecification.add_member(:environment_config, Shapes::ShapeRef.new(shape: EnvironmentConfig, required: true, location_name: "EnvironmentConfig"))
|
3386
|
+
ClusterRestrictedInstanceGroupSpecification.struct_class = Types::ClusterRestrictedInstanceGroupSpecification
|
3387
|
+
|
3388
|
+
ClusterRestrictedInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecification)
|
3389
|
+
|
3338
3390
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
3339
3391
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
3340
3392
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion", metadata: {"box" => true}))
|
@@ -3608,6 +3660,7 @@ module Aws::SageMaker
|
|
3608
3660
|
|
3609
3661
|
CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
|
3610
3662
|
CreateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
|
3663
|
+
CreateClusterRequest.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecifications, location_name: "RestrictedInstanceGroups"))
|
3611
3664
|
CreateClusterRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
3612
3665
|
CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
3613
3666
|
CreateClusterRequest.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
@@ -4915,7 +4968,7 @@ module Aws::SageMaker
|
|
4915
4968
|
DescribeAutoMLJobV2Response.struct_class = Types::DescribeAutoMLJobV2Response
|
4916
4969
|
|
4917
4970
|
DescribeClusterNodeRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
4918
|
-
DescribeClusterNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId,
|
4971
|
+
DescribeClusterNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: ClusterNodeId, location_name: "NodeId"))
|
4919
4972
|
DescribeClusterNodeRequest.struct_class = Types::DescribeClusterNodeRequest
|
4920
4973
|
|
4921
4974
|
DescribeClusterNodeResponse.add_member(:node_details, Shapes::ShapeRef.new(shape: ClusterNodeDetails, required: true, location_name: "NodeDetails"))
|
@@ -4930,6 +4983,7 @@ module Aws::SageMaker
|
|
4930
4983
|
DescribeClusterResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
4931
4984
|
DescribeClusterResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
4932
4985
|
DescribeClusterResponse.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetailsList, required: true, location_name: "InstanceGroups"))
|
4986
|
+
DescribeClusterResponse.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupDetailsList, location_name: "RestrictedInstanceGroups"))
|
4933
4987
|
DescribeClusterResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
4934
4988
|
DescribeClusterResponse.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
4935
4989
|
DescribeClusterResponse.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
|
@@ -5727,9 +5781,11 @@ module Aws::SageMaker
|
|
5727
5781
|
DescribePipelineExecutionResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5728
5782
|
DescribePipelineExecutionResponse.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
5729
5783
|
DescribePipelineExecutionResponse.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
5784
|
+
DescribePipelineExecutionResponse.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
5730
5785
|
DescribePipelineExecutionResponse.struct_class = Types::DescribePipelineExecutionResponse
|
5731
5786
|
|
5732
5787
|
DescribePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineNameOrArn, required: true, location_name: "PipelineName"))
|
5788
|
+
DescribePipelineRequest.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
5733
5789
|
DescribePipelineRequest.struct_class = Types::DescribePipelineRequest
|
5734
5790
|
|
5735
5791
|
DescribePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
@@ -5745,6 +5801,8 @@ module Aws::SageMaker
|
|
5745
5801
|
DescribePipelineResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
5746
5802
|
DescribePipelineResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
5747
5803
|
DescribePipelineResponse.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
5804
|
+
DescribePipelineResponse.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
|
5805
|
+
DescribePipelineResponse.add_member(:pipeline_version_description, Shapes::ShapeRef.new(shape: PipelineVersionDescription, location_name: "PipelineVersionDescription"))
|
5748
5806
|
DescribePipelineResponse.struct_class = Types::DescribePipelineResponse
|
5749
5807
|
|
5750
5808
|
DescribeProcessingJobRequest.add_member(:processing_job_name, Shapes::ShapeRef.new(shape: ProcessingJobName, required: true, location_name: "ProcessingJobName"))
|
@@ -6332,6 +6390,13 @@ module Aws::SageMaker
|
|
6332
6390
|
|
6333
6391
|
Endpoints.member = Shapes::ShapeRef.new(shape: EndpointInfo)
|
6334
6392
|
|
6393
|
+
EnvironmentConfig.add_member(:f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, location_name: "FSxLustreConfig"))
|
6394
|
+
EnvironmentConfig.struct_class = Types::EnvironmentConfig
|
6395
|
+
|
6396
|
+
EnvironmentConfigDetails.add_member(:f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, location_name: "FSxLustreConfig"))
|
6397
|
+
EnvironmentConfigDetails.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "S3OutputPath"))
|
6398
|
+
EnvironmentConfigDetails.struct_class = Types::EnvironmentConfigDetails
|
6399
|
+
|
6335
6400
|
EnvironmentMap.key = Shapes::ShapeRef.new(shape: EnvironmentKey)
|
6336
6401
|
EnvironmentMap.value = Shapes::ShapeRef.new(shape: EnvironmentValue)
|
6337
6402
|
|
@@ -6389,6 +6454,10 @@ module Aws::SageMaker
|
|
6389
6454
|
ExplainerConfig.add_member(:clarify_explainer_config, Shapes::ShapeRef.new(shape: ClarifyExplainerConfig, location_name: "ClarifyExplainerConfig"))
|
6390
6455
|
ExplainerConfig.struct_class = Types::ExplainerConfig
|
6391
6456
|
|
6457
|
+
FSxLustreConfig.add_member(:size_in_gi_b, Shapes::ShapeRef.new(shape: FSxLustreSizeInGiB, required: true, location_name: "SizeInGiB"))
|
6458
|
+
FSxLustreConfig.add_member(:per_unit_storage_throughput, Shapes::ShapeRef.new(shape: FSxLustrePerUnitStorageThroughput, required: true, location_name: "PerUnitStorageThroughput"))
|
6459
|
+
FSxLustreConfig.struct_class = Types::FSxLustreConfig
|
6460
|
+
|
6392
6461
|
FSxLustreFileSystem.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
6393
6462
|
FSxLustreFileSystem.struct_class = Types::FSxLustreFileSystem
|
6394
6463
|
|
@@ -8119,6 +8188,18 @@ module Aws::SageMaker
|
|
8119
8188
|
ListPipelineParametersForExecutionResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8120
8189
|
ListPipelineParametersForExecutionResponse.struct_class = Types::ListPipelineParametersForExecutionResponse
|
8121
8190
|
|
8191
|
+
ListPipelineVersionsRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineNameOrArn, required: true, location_name: "PipelineName"))
|
8192
|
+
ListPipelineVersionsRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
8193
|
+
ListPipelineVersionsRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
8194
|
+
ListPipelineVersionsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
8195
|
+
ListPipelineVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8196
|
+
ListPipelineVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
8197
|
+
ListPipelineVersionsRequest.struct_class = Types::ListPipelineVersionsRequest
|
8198
|
+
|
8199
|
+
ListPipelineVersionsResponse.add_member(:pipeline_version_summaries, Shapes::ShapeRef.new(shape: PipelineVersionSummaryList, location_name: "PipelineVersionSummaries"))
|
8200
|
+
ListPipelineVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
8201
|
+
ListPipelineVersionsResponse.struct_class = Types::ListPipelineVersionsResponse
|
8202
|
+
|
8122
8203
|
ListPipelinesRequest.add_member(:pipeline_name_prefix, Shapes::ShapeRef.new(shape: PipelineName, location_name: "PipelineNamePrefix"))
|
8123
8204
|
ListPipelinesRequest.add_member(:created_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAfter"))
|
8124
8205
|
ListPipelinesRequest.add_member(:created_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedBefore"))
|
@@ -9267,6 +9348,8 @@ module Aws::SageMaker
|
|
9267
9348
|
PipelineExecution.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
9268
9349
|
PipelineExecution.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
9269
9350
|
PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
9351
|
+
PipelineExecution.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
9352
|
+
PipelineExecution.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
|
9270
9353
|
PipelineExecution.struct_class = Types::PipelineExecution
|
9271
9354
|
|
9272
9355
|
PipelineExecutionStep.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "StepName"))
|
@@ -9328,6 +9411,29 @@ module Aws::SageMaker
|
|
9328
9411
|
|
9329
9412
|
PipelineSummaryList.member = Shapes::ShapeRef.new(shape: PipelineSummary)
|
9330
9413
|
|
9414
|
+
PipelineVersion.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
9415
|
+
PipelineVersion.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
9416
|
+
PipelineVersion.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
|
9417
|
+
PipelineVersion.add_member(:pipeline_version_description, Shapes::ShapeRef.new(shape: PipelineVersionDescription, location_name: "PipelineVersionDescription"))
|
9418
|
+
PipelineVersion.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
9419
|
+
PipelineVersion.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
9420
|
+
PipelineVersion.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
9421
|
+
PipelineVersion.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
9422
|
+
PipelineVersion.add_member(:last_executed_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "LastExecutedPipelineExecutionArn"))
|
9423
|
+
PipelineVersion.add_member(:last_executed_pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "LastExecutedPipelineExecutionDisplayName"))
|
9424
|
+
PipelineVersion.add_member(:last_executed_pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "LastExecutedPipelineExecutionStatus"))
|
9425
|
+
PipelineVersion.struct_class = Types::PipelineVersion
|
9426
|
+
|
9427
|
+
PipelineVersionSummary.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
9428
|
+
PipelineVersionSummary.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
9429
|
+
PipelineVersionSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
9430
|
+
PipelineVersionSummary.add_member(:pipeline_version_description, Shapes::ShapeRef.new(shape: PipelineVersionDescription, location_name: "PipelineVersionDescription"))
|
9431
|
+
PipelineVersionSummary.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
|
9432
|
+
PipelineVersionSummary.add_member(:last_execution_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "LastExecutionPipelineExecutionArn"))
|
9433
|
+
PipelineVersionSummary.struct_class = Types::PipelineVersionSummary
|
9434
|
+
|
9435
|
+
PipelineVersionSummaryList.member = Shapes::ShapeRef.new(shape: PipelineVersionSummary)
|
9436
|
+
|
9331
9437
|
PredefinedMetricSpecification.add_member(:predefined_metric_type, Shapes::ShapeRef.new(shape: String, location_name: "PredefinedMetricType"))
|
9332
9438
|
PredefinedMetricSpecification.struct_class = Types::PredefinedMetricSpecification
|
9333
9439
|
|
@@ -9973,6 +10079,7 @@ module Aws::SageMaker
|
|
9973
10079
|
SearchRecord.add_member(:model_package_group, Shapes::ShapeRef.new(shape: ModelPackageGroup, location_name: "ModelPackageGroup"))
|
9974
10080
|
SearchRecord.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
|
9975
10081
|
SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
|
10082
|
+
SearchRecord.add_member(:pipeline_version, Shapes::ShapeRef.new(shape: PipelineVersion, location_name: "PipelineVersion"))
|
9976
10083
|
SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
|
9977
10084
|
SearchRecord.add_member(:feature_metadata, Shapes::ShapeRef.new(shape: FeatureMetadata, location_name: "FeatureMetadata"))
|
9978
10085
|
SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
@@ -10183,6 +10290,7 @@ module Aws::SageMaker
|
|
10183
10290
|
StartPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken" => true}))
|
10184
10291
|
StartPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
10185
10292
|
StartPipelineExecutionRequest.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
10293
|
+
StartPipelineExecutionRequest.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
10186
10294
|
StartPipelineExecutionRequest.struct_class = Types::StartPipelineExecutionRequest
|
10187
10295
|
|
10188
10296
|
StartPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -10821,6 +10929,7 @@ module Aws::SageMaker
|
|
10821
10929
|
|
10822
10930
|
UpdateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
10823
10931
|
UpdateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
|
10932
|
+
UpdateClusterRequest.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecifications, location_name: "RestrictedInstanceGroups"))
|
10824
10933
|
UpdateClusterRequest.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
|
10825
10934
|
UpdateClusterRequest.add_member(:instance_groups_to_delete, Shapes::ShapeRef.new(shape: ClusterInstanceGroupsToDelete, location_name: "InstanceGroupsToDelete"))
|
10826
10935
|
UpdateClusterRequest.struct_class = Types::UpdateClusterRequest
|
@@ -11140,8 +11249,19 @@ module Aws::SageMaker
|
|
11140
11249
|
UpdatePipelineRequest.struct_class = Types::UpdatePipelineRequest
|
11141
11250
|
|
11142
11251
|
UpdatePipelineResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
11252
|
+
UpdatePipelineResponse.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
11143
11253
|
UpdatePipelineResponse.struct_class = Types::UpdatePipelineResponse
|
11144
11254
|
|
11255
|
+
UpdatePipelineVersionRequest.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, required: true, location_name: "PipelineArn"))
|
11256
|
+
UpdatePipelineVersionRequest.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, required: true, location_name: "PipelineVersionId"))
|
11257
|
+
UpdatePipelineVersionRequest.add_member(:pipeline_version_display_name, Shapes::ShapeRef.new(shape: PipelineVersionName, location_name: "PipelineVersionDisplayName"))
|
11258
|
+
UpdatePipelineVersionRequest.add_member(:pipeline_version_description, Shapes::ShapeRef.new(shape: PipelineVersionDescription, location_name: "PipelineVersionDescription"))
|
11259
|
+
UpdatePipelineVersionRequest.struct_class = Types::UpdatePipelineVersionRequest
|
11260
|
+
|
11261
|
+
UpdatePipelineVersionResponse.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "PipelineArn"))
|
11262
|
+
UpdatePipelineVersionResponse.add_member(:pipeline_version_id, Shapes::ShapeRef.new(shape: PipelineVersionId, location_name: "PipelineVersionId"))
|
11263
|
+
UpdatePipelineVersionResponse.struct_class = Types::UpdatePipelineVersionResponse
|
11264
|
+
|
11145
11265
|
UpdateProjectInput.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
11146
11266
|
UpdateProjectInput.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
11147
11267
|
UpdateProjectInput.add_member(:service_catalog_provisioning_update_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisioningUpdateDetails, location_name: "ServiceCatalogProvisioningUpdateDetails"))
|
@@ -14123,6 +14243,21 @@ module Aws::SageMaker
|
|
14123
14243
|
)
|
14124
14244
|
end)
|
14125
14245
|
|
14246
|
+
api.add_operation(:list_pipeline_versions, Seahorse::Model::Operation.new.tap do |o|
|
14247
|
+
o.name = "ListPipelineVersions"
|
14248
|
+
o.http_method = "POST"
|
14249
|
+
o.http_request_uri = "/"
|
14250
|
+
o.input = Shapes::ShapeRef.new(shape: ListPipelineVersionsRequest)
|
14251
|
+
o.output = Shapes::ShapeRef.new(shape: ListPipelineVersionsResponse)
|
14252
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
14253
|
+
o[:pager] = Aws::Pager.new(
|
14254
|
+
limit_key: "max_results",
|
14255
|
+
tokens: {
|
14256
|
+
"next_token" => "next_token"
|
14257
|
+
}
|
14258
|
+
)
|
14259
|
+
end)
|
14260
|
+
|
14126
14261
|
api.add_operation(:list_pipelines, Seahorse::Model::Operation.new.tap do |o|
|
14127
14262
|
o.name = "ListPipelines"
|
14128
14263
|
o.http_method = "POST"
|
@@ -15030,6 +15165,16 @@ module Aws::SageMaker
|
|
15030
15165
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
15031
15166
|
end)
|
15032
15167
|
|
15168
|
+
api.add_operation(:update_pipeline_version, Seahorse::Model::Operation.new.tap do |o|
|
15169
|
+
o.name = "UpdatePipelineVersion"
|
15170
|
+
o.http_method = "POST"
|
15171
|
+
o.http_request_uri = "/"
|
15172
|
+
o.input = Shapes::ShapeRef.new(shape: UpdatePipelineVersionRequest)
|
15173
|
+
o.output = Shapes::ShapeRef.new(shape: UpdatePipelineVersionResponse)
|
15174
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
15175
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
15176
|
+
end)
|
15177
|
+
|
15033
15178
|
api.add_operation(:update_project, Seahorse::Model::Operation.new.tap do |o|
|
15034
15179
|
o.name = "UpdateProject"
|
15035
15180
|
o.http_method = "POST"
|