aws-sdk-sagemaker 1.368.0 → 1.370.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 +477 -5
- data/lib/aws-sdk-sagemaker/client_api.rb +237 -0
- data/lib/aws-sdk-sagemaker/types.rb +601 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +115 -1
- data/sig/params.rbs +10 -0
- data/sig/types.rbs +166 -3
- metadata +1 -1
|
@@ -434,6 +434,7 @@ module Aws::SageMaker
|
|
|
434
434
|
ClusterEventResourceType = Shapes::StringShape.new(name: 'ClusterEventResourceType')
|
|
435
435
|
ClusterEventSummaries = Shapes::ListShape.new(name: 'ClusterEventSummaries')
|
|
436
436
|
ClusterEventSummary = Shapes::StructureShape.new(name: 'ClusterEventSummary')
|
|
437
|
+
ClusterFSxLustreDeletionPolicy = Shapes::StringShape.new(name: 'ClusterFSxLustreDeletionPolicy')
|
|
437
438
|
ClusterFsxLustreConfig = Shapes::StructureShape.new(name: 'ClusterFsxLustreConfig')
|
|
438
439
|
ClusterFsxMountPath = Shapes::StringShape.new(name: 'ClusterFsxMountPath')
|
|
439
440
|
ClusterFsxOpenZfsConfig = Shapes::StructureShape.new(name: 'ClusterFsxOpenZfsConfig')
|
|
@@ -500,11 +501,15 @@ module Aws::SageMaker
|
|
|
500
501
|
ClusterRestrictedInstanceGroupDetailsList = Shapes::ListShape.new(name: 'ClusterRestrictedInstanceGroupDetailsList')
|
|
501
502
|
ClusterRestrictedInstanceGroupSpecification = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupSpecification')
|
|
502
503
|
ClusterRestrictedInstanceGroupSpecifications = Shapes::ListShape.new(name: 'ClusterRestrictedInstanceGroupSpecifications')
|
|
504
|
+
ClusterRestrictedInstanceGroupsConfig = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupsConfig')
|
|
505
|
+
ClusterRestrictedInstanceGroupsConfigOutput = Shapes::StructureShape.new(name: 'ClusterRestrictedInstanceGroupsConfigOutput')
|
|
503
506
|
ClusterSchedulerConfigArn = Shapes::StringShape.new(name: 'ClusterSchedulerConfigArn')
|
|
504
507
|
ClusterSchedulerConfigId = Shapes::StringShape.new(name: 'ClusterSchedulerConfigId')
|
|
505
508
|
ClusterSchedulerConfigSummary = Shapes::StructureShape.new(name: 'ClusterSchedulerConfigSummary')
|
|
506
509
|
ClusterSchedulerConfigSummaryList = Shapes::ListShape.new(name: 'ClusterSchedulerConfigSummaryList')
|
|
507
510
|
ClusterSchedulerPriorityClassName = Shapes::StringShape.new(name: 'ClusterSchedulerPriorityClassName')
|
|
511
|
+
ClusterSharedEnvironmentConfig = Shapes::StructureShape.new(name: 'ClusterSharedEnvironmentConfig')
|
|
512
|
+
ClusterSharedEnvironmentConfigDetails = Shapes::StructureShape.new(name: 'ClusterSharedEnvironmentConfigDetails')
|
|
508
513
|
ClusterSlurmConfig = Shapes::StructureShape.new(name: 'ClusterSlurmConfig')
|
|
509
514
|
ClusterSlurmConfigDetails = Shapes::StructureShape.new(name: 'ClusterSlurmConfigDetails')
|
|
510
515
|
ClusterSlurmConfigStrategy = Shapes::StringShape.new(name: 'ClusterSlurmConfigStrategy')
|
|
@@ -659,6 +664,8 @@ module Aws::SageMaker
|
|
|
659
664
|
CreateInferenceExperimentResponse = Shapes::StructureShape.new(name: 'CreateInferenceExperimentResponse')
|
|
660
665
|
CreateInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobRequest')
|
|
661
666
|
CreateInferenceRecommendationsJobResponse = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobResponse')
|
|
667
|
+
CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
|
|
668
|
+
CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
|
|
662
669
|
CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
|
|
663
670
|
CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
|
|
664
671
|
CreateMlflowAppRequest = Shapes::StructureShape.new(name: 'CreateMlflowAppRequest')
|
|
@@ -828,6 +835,8 @@ module Aws::SageMaker
|
|
|
828
835
|
DeleteInferenceComponentInput = Shapes::StructureShape.new(name: 'DeleteInferenceComponentInput')
|
|
829
836
|
DeleteInferenceExperimentRequest = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentRequest')
|
|
830
837
|
DeleteInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentResponse')
|
|
838
|
+
DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
|
|
839
|
+
DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
|
|
831
840
|
DeleteMlflowAppRequest = Shapes::StructureShape.new(name: 'DeleteMlflowAppRequest')
|
|
832
841
|
DeleteMlflowAppResponse = Shapes::StructureShape.new(name: 'DeleteMlflowAppResponse')
|
|
833
842
|
DeleteMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerRequest')
|
|
@@ -956,6 +965,10 @@ module Aws::SageMaker
|
|
|
956
965
|
DescribeInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DescribeInferenceExperimentResponse')
|
|
957
966
|
DescribeInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'DescribeInferenceRecommendationsJobRequest')
|
|
958
967
|
DescribeInferenceRecommendationsJobResponse = Shapes::StructureShape.new(name: 'DescribeInferenceRecommendationsJobResponse')
|
|
968
|
+
DescribeJobRequest = Shapes::StructureShape.new(name: 'DescribeJobRequest')
|
|
969
|
+
DescribeJobResponse = Shapes::StructureShape.new(name: 'DescribeJobResponse')
|
|
970
|
+
DescribeJobSchemaVersionRequest = Shapes::StructureShape.new(name: 'DescribeJobSchemaVersionRequest')
|
|
971
|
+
DescribeJobSchemaVersionResponse = Shapes::StructureShape.new(name: 'DescribeJobSchemaVersionResponse')
|
|
959
972
|
DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
|
|
960
973
|
DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
|
|
961
974
|
DescribeLineageGroupRequest = Shapes::StructureShape.new(name: 'DescribeLineageGroupRequest')
|
|
@@ -1525,9 +1538,23 @@ module Aws::SageMaker
|
|
|
1525
1538
|
IotRoleAlias = Shapes::StringShape.new(name: 'IotRoleAlias')
|
|
1526
1539
|
IsTrackingServerActive = Shapes::StringShape.new(name: 'IsTrackingServerActive')
|
|
1527
1540
|
ItemIdentifierAttributeName = Shapes::StringShape.new(name: 'ItemIdentifierAttributeName')
|
|
1541
|
+
JobArn = Shapes::StringShape.new(name: 'JobArn')
|
|
1542
|
+
JobCategory = Shapes::StringShape.new(name: 'JobCategory')
|
|
1543
|
+
JobConfigDocument = Shapes::StringShape.new(name: 'JobConfigDocument')
|
|
1544
|
+
JobConfigSchemaVersionSummary = Shapes::StructureShape.new(name: 'JobConfigSchemaVersionSummary')
|
|
1545
|
+
JobConfigSchemas = Shapes::ListShape.new(name: 'JobConfigSchemas')
|
|
1528
1546
|
JobDurationInSeconds = Shapes::IntegerShape.new(name: 'JobDurationInSeconds')
|
|
1547
|
+
JobName = Shapes::StringShape.new(name: 'JobName')
|
|
1529
1548
|
JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
|
|
1530
1549
|
JobReferenceCodeContains = Shapes::StringShape.new(name: 'JobReferenceCodeContains')
|
|
1550
|
+
JobSchemaVersion = Shapes::StringShape.new(name: 'JobSchemaVersion')
|
|
1551
|
+
JobSecondaryStatus = Shapes::StringShape.new(name: 'JobSecondaryStatus')
|
|
1552
|
+
JobSecondaryStatusTransition = Shapes::StructureShape.new(name: 'JobSecondaryStatusTransition')
|
|
1553
|
+
JobSecondaryStatusTransitions = Shapes::ListShape.new(name: 'JobSecondaryStatusTransitions')
|
|
1554
|
+
JobStatus = Shapes::StringShape.new(name: 'JobStatus')
|
|
1555
|
+
JobStepMetadata = Shapes::StructureShape.new(name: 'JobStepMetadata')
|
|
1556
|
+
JobSummaries = Shapes::ListShape.new(name: 'JobSummaries')
|
|
1557
|
+
JobSummary = Shapes::StructureShape.new(name: 'JobSummary')
|
|
1531
1558
|
JobType = Shapes::StringShape.new(name: 'JobType')
|
|
1532
1559
|
JoinSource = Shapes::StringShape.new(name: 'JoinSource')
|
|
1533
1560
|
JsonContentType = Shapes::StringShape.new(name: 'JsonContentType')
|
|
@@ -1675,6 +1702,10 @@ module Aws::SageMaker
|
|
|
1675
1702
|
ListInferenceRecommendationsJobsRequest = Shapes::StructureShape.new(name: 'ListInferenceRecommendationsJobsRequest')
|
|
1676
1703
|
ListInferenceRecommendationsJobsResponse = Shapes::StructureShape.new(name: 'ListInferenceRecommendationsJobsResponse')
|
|
1677
1704
|
ListInferenceRecommendationsJobsSortBy = Shapes::StringShape.new(name: 'ListInferenceRecommendationsJobsSortBy')
|
|
1705
|
+
ListJobSchemaVersionsRequest = Shapes::StructureShape.new(name: 'ListJobSchemaVersionsRequest')
|
|
1706
|
+
ListJobSchemaVersionsResponse = Shapes::StructureShape.new(name: 'ListJobSchemaVersionsResponse')
|
|
1707
|
+
ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
|
|
1708
|
+
ListJobsResponse = Shapes::StructureShape.new(name: 'ListJobsResponse')
|
|
1678
1709
|
ListLabelingJobsForWorkteamRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamRequest')
|
|
1679
1710
|
ListLabelingJobsForWorkteamResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamResponse')
|
|
1680
1711
|
ListLabelingJobsForWorkteamSortByOptions = Shapes::StringShape.new(name: 'ListLabelingJobsForWorkteamSortByOptions')
|
|
@@ -2578,6 +2609,8 @@ module Aws::SageMaker
|
|
|
2578
2609
|
StopInferenceExperimentRequest = Shapes::StructureShape.new(name: 'StopInferenceExperimentRequest')
|
|
2579
2610
|
StopInferenceExperimentResponse = Shapes::StructureShape.new(name: 'StopInferenceExperimentResponse')
|
|
2580
2611
|
StopInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'StopInferenceRecommendationsJobRequest')
|
|
2612
|
+
StopJobRequest = Shapes::StructureShape.new(name: 'StopJobRequest')
|
|
2613
|
+
StopJobResponse = Shapes::StructureShape.new(name: 'StopJobResponse')
|
|
2581
2614
|
StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
|
|
2582
2615
|
StopMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'StopMlflowTrackingServerRequest')
|
|
2583
2616
|
StopMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'StopMlflowTrackingServerResponse')
|
|
@@ -4239,6 +4272,12 @@ module Aws::SageMaker
|
|
|
4239
4272
|
|
|
4240
4273
|
ClusterRestrictedInstanceGroupSpecifications.member = Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecification)
|
|
4241
4274
|
|
|
4275
|
+
ClusterRestrictedInstanceGroupsConfig.add_member(:shared_environment_config, Shapes::ShapeRef.new(shape: ClusterSharedEnvironmentConfig, required: true, location_name: "SharedEnvironmentConfig"))
|
|
4276
|
+
ClusterRestrictedInstanceGroupsConfig.struct_class = Types::ClusterRestrictedInstanceGroupsConfig
|
|
4277
|
+
|
|
4278
|
+
ClusterRestrictedInstanceGroupsConfigOutput.add_member(:shared_environment_config, Shapes::ShapeRef.new(shape: ClusterSharedEnvironmentConfigDetails, required: true, location_name: "SharedEnvironmentConfig"))
|
|
4279
|
+
ClusterRestrictedInstanceGroupsConfigOutput.struct_class = Types::ClusterRestrictedInstanceGroupsConfigOutput
|
|
4280
|
+
|
|
4242
4281
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_arn, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigArn, required: true, location_name: "ClusterSchedulerConfigArn"))
|
|
4243
4282
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_id, Shapes::ShapeRef.new(shape: ClusterSchedulerConfigId, required: true, location_name: "ClusterSchedulerConfigId"))
|
|
4244
4283
|
ClusterSchedulerConfigSummary.add_member(:cluster_scheduler_config_version, Shapes::ShapeRef.new(shape: Integer, location_name: "ClusterSchedulerConfigVersion", metadata: {"box" => true}))
|
|
@@ -4251,6 +4290,16 @@ module Aws::SageMaker
|
|
|
4251
4290
|
|
|
4252
4291
|
ClusterSchedulerConfigSummaryList.member = Shapes::ShapeRef.new(shape: ClusterSchedulerConfigSummary)
|
|
4253
4292
|
|
|
4293
|
+
ClusterSharedEnvironmentConfig.add_member(:f_sx_lustre_deletion_policy, Shapes::ShapeRef.new(shape: ClusterFSxLustreDeletionPolicy, required: true, location_name: "FSxLustreDeletionPolicy"))
|
|
4294
|
+
ClusterSharedEnvironmentConfig.add_member(:f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, required: true, location_name: "FSxLustreConfig"))
|
|
4295
|
+
ClusterSharedEnvironmentConfig.struct_class = Types::ClusterSharedEnvironmentConfig
|
|
4296
|
+
|
|
4297
|
+
ClusterSharedEnvironmentConfigDetails.add_member(:current_f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, location_name: "CurrentFSxLustreConfig"))
|
|
4298
|
+
ClusterSharedEnvironmentConfigDetails.add_member(:desired_f_sx_lustre_config, Shapes::ShapeRef.new(shape: FSxLustreConfig, location_name: "DesiredFSxLustreConfig"))
|
|
4299
|
+
ClusterSharedEnvironmentConfigDetails.add_member(:current_f_sx_lustre_deletion_policy, Shapes::ShapeRef.new(shape: ClusterFSxLustreDeletionPolicy, location_name: "CurrentFSxLustreDeletionPolicy"))
|
|
4300
|
+
ClusterSharedEnvironmentConfigDetails.add_member(:desired_f_sx_lustre_deletion_policy, Shapes::ShapeRef.new(shape: ClusterFSxLustreDeletionPolicy, location_name: "DesiredFSxLustreDeletionPolicy"))
|
|
4301
|
+
ClusterSharedEnvironmentConfigDetails.struct_class = Types::ClusterSharedEnvironmentConfigDetails
|
|
4302
|
+
|
|
4254
4303
|
ClusterSlurmConfig.add_member(:node_type, Shapes::ShapeRef.new(shape: ClusterSlurmNodeType, required: true, location_name: "NodeType"))
|
|
4255
4304
|
ClusterSlurmConfig.add_member(:partition_names, Shapes::ShapeRef.new(shape: ClusterPartitionNames, location_name: "PartitionNames"))
|
|
4256
4305
|
ClusterSlurmConfig.struct_class = Types::ClusterSlurmConfig
|
|
@@ -4567,6 +4616,7 @@ module Aws::SageMaker
|
|
|
4567
4616
|
CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
|
|
4568
4617
|
CreateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
|
|
4569
4618
|
CreateClusterRequest.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecifications, location_name: "RestrictedInstanceGroups"))
|
|
4619
|
+
CreateClusterRequest.add_member(:restricted_instance_groups_config, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupsConfig, location_name: "RestrictedInstanceGroupsConfig"))
|
|
4570
4620
|
CreateClusterRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
4571
4621
|
CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
4572
4622
|
CreateClusterRequest.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
|
@@ -4888,6 +4938,17 @@ module Aws::SageMaker
|
|
|
4888
4938
|
CreateInferenceRecommendationsJobResponse.add_member(:job_arn, Shapes::ShapeRef.new(shape: RecommendationJobArn, required: true, location_name: "JobArn"))
|
|
4889
4939
|
CreateInferenceRecommendationsJobResponse.struct_class = Types::CreateInferenceRecommendationsJobResponse
|
|
4890
4940
|
|
|
4941
|
+
CreateJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
|
4942
|
+
CreateJobRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
|
4943
|
+
CreateJobRequest.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
4944
|
+
CreateJobRequest.add_member(:job_config_schema_version, Shapes::ShapeRef.new(shape: JobSchemaVersion, required: true, location_name: "JobConfigSchemaVersion"))
|
|
4945
|
+
CreateJobRequest.add_member(:job_config_document, Shapes::ShapeRef.new(shape: JobConfigDocument, required: true, location_name: "JobConfigDocument"))
|
|
4946
|
+
CreateJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
4947
|
+
CreateJobRequest.struct_class = Types::CreateJobRequest
|
|
4948
|
+
|
|
4949
|
+
CreateJobResponse.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, required: true, location_name: "JobArn"))
|
|
4950
|
+
CreateJobResponse.struct_class = Types::CreateJobResponse
|
|
4951
|
+
|
|
4891
4952
|
CreateLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
|
|
4892
4953
|
CreateLabelingJobRequest.add_member(:label_attribute_name, Shapes::ShapeRef.new(shape: LabelAttributeName, required: true, location_name: "LabelAttributeName"))
|
|
4893
4954
|
CreateLabelingJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: LabelingJobInputConfig, required: true, location_name: "InputConfig"))
|
|
@@ -5665,6 +5726,12 @@ module Aws::SageMaker
|
|
|
5665
5726
|
DeleteInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
|
|
5666
5727
|
DeleteInferenceExperimentResponse.struct_class = Types::DeleteInferenceExperimentResponse
|
|
5667
5728
|
|
|
5729
|
+
DeleteJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
|
5730
|
+
DeleteJobRequest.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
5731
|
+
DeleteJobRequest.struct_class = Types::DeleteJobRequest
|
|
5732
|
+
|
|
5733
|
+
DeleteJobResponse.struct_class = Types::DeleteJobResponse
|
|
5734
|
+
|
|
5668
5735
|
DeleteMlflowAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
|
|
5669
5736
|
DeleteMlflowAppRequest.struct_class = Types::DeleteMlflowAppRequest
|
|
5670
5737
|
|
|
@@ -6035,6 +6102,7 @@ module Aws::SageMaker
|
|
|
6035
6102
|
DescribeClusterResponse.add_member(:failure_message, Shapes::ShapeRef.new(shape: String, location_name: "FailureMessage"))
|
|
6036
6103
|
DescribeClusterResponse.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupDetailsList, required: true, location_name: "InstanceGroups"))
|
|
6037
6104
|
DescribeClusterResponse.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupDetailsList, location_name: "RestrictedInstanceGroups"))
|
|
6105
|
+
DescribeClusterResponse.add_member(:restricted_instance_groups_config, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupsConfigOutput, location_name: "RestrictedInstanceGroupsConfig"))
|
|
6038
6106
|
DescribeClusterResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
|
|
6039
6107
|
DescribeClusterResponse.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
|
|
6040
6108
|
DescribeClusterResponse.add_member(:tiered_storage_config, Shapes::ShapeRef.new(shape: ClusterTieredStorageConfig, location_name: "TieredStorageConfig"))
|
|
@@ -6524,6 +6592,35 @@ module Aws::SageMaker
|
|
|
6524
6592
|
DescribeInferenceRecommendationsJobResponse.add_member(:endpoint_performances, Shapes::ShapeRef.new(shape: EndpointPerformances, location_name: "EndpointPerformances"))
|
|
6525
6593
|
DescribeInferenceRecommendationsJobResponse.struct_class = Types::DescribeInferenceRecommendationsJobResponse
|
|
6526
6594
|
|
|
6595
|
+
DescribeJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
|
6596
|
+
DescribeJobRequest.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
6597
|
+
DescribeJobRequest.struct_class = Types::DescribeJobRequest
|
|
6598
|
+
|
|
6599
|
+
DescribeJobResponse.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
|
6600
|
+
DescribeJobResponse.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, required: true, location_name: "JobArn"))
|
|
6601
|
+
DescribeJobResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "RoleArn"))
|
|
6602
|
+
DescribeJobResponse.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
6603
|
+
DescribeJobResponse.add_member(:job_config_schema_version, Shapes::ShapeRef.new(shape: JobSchemaVersion, required: true, location_name: "JobConfigSchemaVersion"))
|
|
6604
|
+
DescribeJobResponse.add_member(:job_config_document, Shapes::ShapeRef.new(shape: JobConfigDocument, location_name: "JobConfigDocument"))
|
|
6605
|
+
DescribeJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
|
6606
|
+
DescribeJobResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
6607
|
+
DescribeJobResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
|
6608
|
+
DescribeJobResponse.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "JobStatus"))
|
|
6609
|
+
DescribeJobResponse.add_member(:secondary_status, Shapes::ShapeRef.new(shape: JobSecondaryStatus, required: true, location_name: "SecondaryStatus"))
|
|
6610
|
+
DescribeJobResponse.add_member(:secondary_status_transitions, Shapes::ShapeRef.new(shape: JobSecondaryStatusTransitions, required: true, location_name: "SecondaryStatusTransitions"))
|
|
6611
|
+
DescribeJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
|
6612
|
+
DescribeJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
6613
|
+
DescribeJobResponse.struct_class = Types::DescribeJobResponse
|
|
6614
|
+
|
|
6615
|
+
DescribeJobSchemaVersionRequest.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
6616
|
+
DescribeJobSchemaVersionRequest.add_member(:job_config_schema_version, Shapes::ShapeRef.new(shape: JobSchemaVersion, location_name: "JobConfigSchemaVersion"))
|
|
6617
|
+
DescribeJobSchemaVersionRequest.struct_class = Types::DescribeJobSchemaVersionRequest
|
|
6618
|
+
|
|
6619
|
+
DescribeJobSchemaVersionResponse.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
6620
|
+
DescribeJobSchemaVersionResponse.add_member(:job_config_schema_version, Shapes::ShapeRef.new(shape: JobSchemaVersion, required: true, location_name: "JobConfigSchemaVersion"))
|
|
6621
|
+
DescribeJobSchemaVersionResponse.add_member(:job_config_schema, Shapes::ShapeRef.new(shape: JobConfigDocument, required: true, location_name: "JobConfigSchema"))
|
|
6622
|
+
DescribeJobSchemaVersionResponse.struct_class = Types::DescribeJobSchemaVersionResponse
|
|
6623
|
+
|
|
6527
6624
|
DescribeLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
|
|
6528
6625
|
DescribeLabelingJobRequest.struct_class = Types::DescribeLabelingJobRequest
|
|
6529
6626
|
|
|
@@ -8417,6 +8514,34 @@ module Aws::SageMaker
|
|
|
8417
8514
|
|
|
8418
8515
|
IntegerParameterRanges.member = Shapes::ShapeRef.new(shape: IntegerParameterRange)
|
|
8419
8516
|
|
|
8517
|
+
JobConfigSchemaVersionSummary.add_member(:job_config_schema_version, Shapes::ShapeRef.new(shape: JobSchemaVersion, required: true, location_name: "JobConfigSchemaVersion"))
|
|
8518
|
+
JobConfigSchemaVersionSummary.struct_class = Types::JobConfigSchemaVersionSummary
|
|
8519
|
+
|
|
8520
|
+
JobConfigSchemas.member = Shapes::ShapeRef.new(shape: JobConfigSchemaVersionSummary)
|
|
8521
|
+
|
|
8522
|
+
JobSecondaryStatusTransition.add_member(:status, Shapes::ShapeRef.new(shape: JobSecondaryStatus, required: true, location_name: "Status"))
|
|
8523
|
+
JobSecondaryStatusTransition.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
|
|
8524
|
+
JobSecondaryStatusTransition.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
|
8525
|
+
JobSecondaryStatusTransition.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "StatusMessage"))
|
|
8526
|
+
JobSecondaryStatusTransition.struct_class = Types::JobSecondaryStatusTransition
|
|
8527
|
+
|
|
8528
|
+
JobSecondaryStatusTransitions.member = Shapes::ShapeRef.new(shape: JobSecondaryStatusTransition)
|
|
8529
|
+
|
|
8530
|
+
JobStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: String1024, location_name: "Arn"))
|
|
8531
|
+
JobStepMetadata.struct_class = Types::JobStepMetadata
|
|
8532
|
+
|
|
8533
|
+
JobSummaries.member = Shapes::ShapeRef.new(shape: JobSummary)
|
|
8534
|
+
|
|
8535
|
+
JobSummary.add_member(:job_arn, Shapes::ShapeRef.new(shape: JobArn, required: true, location_name: "JobArn"))
|
|
8536
|
+
JobSummary.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
|
8537
|
+
JobSummary.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
8538
|
+
JobSummary.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, required: true, location_name: "JobStatus"))
|
|
8539
|
+
JobSummary.add_member(:job_secondary_status, Shapes::ShapeRef.new(shape: JobSecondaryStatus, required: true, location_name: "JobSecondaryStatus"))
|
|
8540
|
+
JobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
|
8541
|
+
JobSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "LastModifiedTime"))
|
|
8542
|
+
JobSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTime"))
|
|
8543
|
+
JobSummary.struct_class = Types::JobSummary
|
|
8544
|
+
|
|
8420
8545
|
JsonContentTypes.member = Shapes::ShapeRef.new(shape: JsonContentType)
|
|
8421
8546
|
|
|
8422
8547
|
JupyterLabAppImageConfig.add_member(:file_system_config, Shapes::ShapeRef.new(shape: FileSystemConfig, location_name: "FileSystemConfig"))
|
|
@@ -9164,6 +9289,32 @@ module Aws::SageMaker
|
|
|
9164
9289
|
ListInferenceRecommendationsJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
9165
9290
|
ListInferenceRecommendationsJobsResponse.struct_class = Types::ListInferenceRecommendationsJobsResponse
|
|
9166
9291
|
|
|
9292
|
+
ListJobSchemaVersionsRequest.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
9293
|
+
ListJobSchemaVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
9294
|
+
ListJobSchemaVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
9295
|
+
ListJobSchemaVersionsRequest.struct_class = Types::ListJobSchemaVersionsRequest
|
|
9296
|
+
|
|
9297
|
+
ListJobSchemaVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
9298
|
+
ListJobSchemaVersionsResponse.add_member(:job_config_schemas, Shapes::ShapeRef.new(shape: JobConfigSchemas, required: true, location_name: "JobConfigSchemas"))
|
|
9299
|
+
ListJobSchemaVersionsResponse.struct_class = Types::ListJobSchemaVersionsResponse
|
|
9300
|
+
|
|
9301
|
+
ListJobsRequest.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
9302
|
+
ListJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
9303
|
+
ListJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
9304
|
+
ListJobsRequest.add_member(:creation_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeAfter"))
|
|
9305
|
+
ListJobsRequest.add_member(:creation_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTimeBefore"))
|
|
9306
|
+
ListJobsRequest.add_member(:last_modified_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeAfter"))
|
|
9307
|
+
ListJobsRequest.add_member(:last_modified_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTimeBefore"))
|
|
9308
|
+
ListJobsRequest.add_member(:name_contains, Shapes::ShapeRef.new(shape: NameContains, location_name: "NameContains"))
|
|
9309
|
+
ListJobsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortBy, location_name: "SortBy"))
|
|
9310
|
+
ListJobsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
|
|
9311
|
+
ListJobsRequest.add_member(:status_equals, Shapes::ShapeRef.new(shape: JobStatus, location_name: "StatusEquals"))
|
|
9312
|
+
ListJobsRequest.struct_class = Types::ListJobsRequest
|
|
9313
|
+
|
|
9314
|
+
ListJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
9315
|
+
ListJobsResponse.add_member(:job_summaries, Shapes::ShapeRef.new(shape: JobSummaries, required: true, location_name: "JobSummaries"))
|
|
9316
|
+
ListJobsResponse.struct_class = Types::ListJobsResponse
|
|
9317
|
+
|
|
9167
9318
|
ListLabelingJobsForWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
|
9168
9319
|
ListLabelingJobsForWorkteamRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
9169
9320
|
ListLabelingJobsForWorkteamRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
@@ -10812,6 +10963,7 @@ module Aws::SageMaker
|
|
|
10812
10963
|
PipelineExecutionStepMetadata.add_member(:bedrock_model_import, Shapes::ShapeRef.new(shape: BedrockModelImportMetadata, location_name: "BedrockModelImport"))
|
|
10813
10964
|
PipelineExecutionStepMetadata.add_member(:inference_component, Shapes::ShapeRef.new(shape: InferenceComponentMetadata, location_name: "InferenceComponent"))
|
|
10814
10965
|
PipelineExecutionStepMetadata.add_member(:lineage, Shapes::ShapeRef.new(shape: LineageMetadata, location_name: "Lineage"))
|
|
10966
|
+
PipelineExecutionStepMetadata.add_member(:job, Shapes::ShapeRef.new(shape: JobStepMetadata, location_name: "Job"))
|
|
10815
10967
|
PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
|
|
10816
10968
|
|
|
10817
10969
|
PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
|
@@ -11371,6 +11523,7 @@ module Aws::SageMaker
|
|
|
11371
11523
|
ReservedCapacitySummary.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: TotalInstanceCount, required: true, location_name: "TotalInstanceCount"))
|
|
11372
11524
|
ReservedCapacitySummary.add_member(:status, Shapes::ShapeRef.new(shape: ReservedCapacityStatus, required: true, location_name: "Status"))
|
|
11373
11525
|
ReservedCapacitySummary.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
|
11526
|
+
ReservedCapacitySummary.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
|
|
11374
11527
|
ReservedCapacitySummary.add_member(:duration_hours, Shapes::ShapeRef.new(shape: ReservedCapacityDurationHours, location_name: "DurationHours"))
|
|
11375
11528
|
ReservedCapacitySummary.add_member(:duration_minutes, Shapes::ShapeRef.new(shape: ReservedCapacityDurationMinutes, location_name: "DurationMinutes"))
|
|
11376
11529
|
ReservedCapacitySummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTime"))
|
|
@@ -11840,6 +11993,12 @@ module Aws::SageMaker
|
|
|
11840
11993
|
StopInferenceRecommendationsJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: RecommendationJobName, required: true, location_name: "JobName"))
|
|
11841
11994
|
StopInferenceRecommendationsJobRequest.struct_class = Types::StopInferenceRecommendationsJobRequest
|
|
11842
11995
|
|
|
11996
|
+
StopJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, required: true, location_name: "JobName"))
|
|
11997
|
+
StopJobRequest.add_member(:job_category, Shapes::ShapeRef.new(shape: JobCategory, required: true, location_name: "JobCategory"))
|
|
11998
|
+
StopJobRequest.struct_class = Types::StopJobRequest
|
|
11999
|
+
|
|
12000
|
+
StopJobResponse.struct_class = Types::StopJobResponse
|
|
12001
|
+
|
|
11843
12002
|
StopLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
|
|
11844
12003
|
StopLabelingJobRequest.struct_class = Types::StopLabelingJobRequest
|
|
11845
12004
|
|
|
@@ -12503,6 +12662,7 @@ module Aws::SageMaker
|
|
|
12503
12662
|
UpdateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
|
|
12504
12663
|
UpdateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
|
|
12505
12664
|
UpdateClusterRequest.add_member(:restricted_instance_groups, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupSpecifications, location_name: "RestrictedInstanceGroups"))
|
|
12665
|
+
UpdateClusterRequest.add_member(:restricted_instance_groups_config, Shapes::ShapeRef.new(shape: ClusterRestrictedInstanceGroupsConfig, location_name: "RestrictedInstanceGroupsConfig"))
|
|
12506
12666
|
UpdateClusterRequest.add_member(:tiered_storage_config, Shapes::ShapeRef.new(shape: ClusterTieredStorageConfig, location_name: "TieredStorageConfig"))
|
|
12507
12667
|
UpdateClusterRequest.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
|
|
12508
12668
|
UpdateClusterRequest.add_member(:instance_groups_to_delete, Shapes::ShapeRef.new(shape: ClusterInstanceGroupsToDelete, location_name: "InstanceGroupsToDelete"))
|
|
@@ -13545,6 +13705,17 @@ module Aws::SageMaker
|
|
|
13545
13705
|
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
|
13546
13706
|
end)
|
|
13547
13707
|
|
|
13708
|
+
api.add_operation(:create_job, Seahorse::Model::Operation.new.tap do |o|
|
|
13709
|
+
o.name = "CreateJob"
|
|
13710
|
+
o.http_method = "POST"
|
|
13711
|
+
o.http_request_uri = "/"
|
|
13712
|
+
o.input = Shapes::ShapeRef.new(shape: CreateJobRequest)
|
|
13713
|
+
o.output = Shapes::ShapeRef.new(shape: CreateJobResponse)
|
|
13714
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
13715
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
|
13716
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
|
|
13717
|
+
end)
|
|
13718
|
+
|
|
13548
13719
|
api.add_operation(:create_labeling_job, Seahorse::Model::Operation.new.tap do |o|
|
|
13549
13720
|
o.name = "CreateLabelingJob"
|
|
13550
13721
|
o.http_method = "POST"
|
|
@@ -14185,6 +14356,16 @@ module Aws::SageMaker
|
|
|
14185
14356
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
14186
14357
|
end)
|
|
14187
14358
|
|
|
14359
|
+
api.add_operation(:delete_job, Seahorse::Model::Operation.new.tap do |o|
|
|
14360
|
+
o.name = "DeleteJob"
|
|
14361
|
+
o.http_method = "POST"
|
|
14362
|
+
o.http_request_uri = "/"
|
|
14363
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteJobRequest)
|
|
14364
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteJobResponse)
|
|
14365
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
14366
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUse)
|
|
14367
|
+
end)
|
|
14368
|
+
|
|
14188
14369
|
api.add_operation(:delete_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
|
|
14189
14370
|
o.name = "DeleteMlflowApp"
|
|
14190
14371
|
o.http_method = "POST"
|
|
@@ -14784,6 +14965,24 @@ module Aws::SageMaker
|
|
|
14784
14965
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
14785
14966
|
end)
|
|
14786
14967
|
|
|
14968
|
+
api.add_operation(:describe_job, Seahorse::Model::Operation.new.tap do |o|
|
|
14969
|
+
o.name = "DescribeJob"
|
|
14970
|
+
o.http_method = "POST"
|
|
14971
|
+
o.http_request_uri = "/"
|
|
14972
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeJobRequest)
|
|
14973
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeJobResponse)
|
|
14974
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
14975
|
+
end)
|
|
14976
|
+
|
|
14977
|
+
api.add_operation(:describe_job_schema_version, Seahorse::Model::Operation.new.tap do |o|
|
|
14978
|
+
o.name = "DescribeJobSchemaVersion"
|
|
14979
|
+
o.http_method = "POST"
|
|
14980
|
+
o.http_request_uri = "/"
|
|
14981
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeJobSchemaVersionRequest)
|
|
14982
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeJobSchemaVersionResponse)
|
|
14983
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
14984
|
+
end)
|
|
14985
|
+
|
|
14787
14986
|
api.add_operation(:describe_labeling_job, Seahorse::Model::Operation.new.tap do |o|
|
|
14788
14987
|
o.name = "DescribeLabelingJob"
|
|
14789
14988
|
o.http_method = "POST"
|
|
@@ -15783,6 +15982,35 @@ module Aws::SageMaker
|
|
|
15783
15982
|
)
|
|
15784
15983
|
end)
|
|
15785
15984
|
|
|
15985
|
+
api.add_operation(:list_job_schema_versions, Seahorse::Model::Operation.new.tap do |o|
|
|
15986
|
+
o.name = "ListJobSchemaVersions"
|
|
15987
|
+
o.http_method = "POST"
|
|
15988
|
+
o.http_request_uri = "/"
|
|
15989
|
+
o.input = Shapes::ShapeRef.new(shape: ListJobSchemaVersionsRequest)
|
|
15990
|
+
o.output = Shapes::ShapeRef.new(shape: ListJobSchemaVersionsResponse)
|
|
15991
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
15992
|
+
o[:pager] = Aws::Pager.new(
|
|
15993
|
+
limit_key: "max_results",
|
|
15994
|
+
tokens: {
|
|
15995
|
+
"next_token" => "next_token"
|
|
15996
|
+
}
|
|
15997
|
+
)
|
|
15998
|
+
end)
|
|
15999
|
+
|
|
16000
|
+
api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
|
|
16001
|
+
o.name = "ListJobs"
|
|
16002
|
+
o.http_method = "POST"
|
|
16003
|
+
o.http_request_uri = "/"
|
|
16004
|
+
o.input = Shapes::ShapeRef.new(shape: ListJobsRequest)
|
|
16005
|
+
o.output = Shapes::ShapeRef.new(shape: ListJobsResponse)
|
|
16006
|
+
o[:pager] = Aws::Pager.new(
|
|
16007
|
+
limit_key: "max_results",
|
|
16008
|
+
tokens: {
|
|
16009
|
+
"next_token" => "next_token"
|
|
16010
|
+
}
|
|
16011
|
+
)
|
|
16012
|
+
end)
|
|
16013
|
+
|
|
15786
16014
|
api.add_operation(:list_labeling_jobs, Seahorse::Model::Operation.new.tap do |o|
|
|
15787
16015
|
o.name = "ListLabelingJobs"
|
|
15788
16016
|
o.http_method = "POST"
|
|
@@ -16694,6 +16922,15 @@ module Aws::SageMaker
|
|
|
16694
16922
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
16695
16923
|
end)
|
|
16696
16924
|
|
|
16925
|
+
api.add_operation(:stop_job, Seahorse::Model::Operation.new.tap do |o|
|
|
16926
|
+
o.name = "StopJob"
|
|
16927
|
+
o.http_method = "POST"
|
|
16928
|
+
o.http_request_uri = "/"
|
|
16929
|
+
o.input = Shapes::ShapeRef.new(shape: StopJobRequest)
|
|
16930
|
+
o.output = Shapes::ShapeRef.new(shape: StopJobResponse)
|
|
16931
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
|
|
16932
|
+
end)
|
|
16933
|
+
|
|
16697
16934
|
api.add_operation(:stop_labeling_job, Seahorse::Model::Operation.new.tap do |o|
|
|
16698
16935
|
o.name = "StopLabelingJob"
|
|
16699
16936
|
o.http_method = "POST"
|