aws-sdk-sagemaker 1.369.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.
@@ -664,6 +664,8 @@ module Aws::SageMaker
664
664
  CreateInferenceExperimentResponse = Shapes::StructureShape.new(name: 'CreateInferenceExperimentResponse')
665
665
  CreateInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobRequest')
666
666
  CreateInferenceRecommendationsJobResponse = Shapes::StructureShape.new(name: 'CreateInferenceRecommendationsJobResponse')
667
+ CreateJobRequest = Shapes::StructureShape.new(name: 'CreateJobRequest')
668
+ CreateJobResponse = Shapes::StructureShape.new(name: 'CreateJobResponse')
667
669
  CreateLabelingJobRequest = Shapes::StructureShape.new(name: 'CreateLabelingJobRequest')
668
670
  CreateLabelingJobResponse = Shapes::StructureShape.new(name: 'CreateLabelingJobResponse')
669
671
  CreateMlflowAppRequest = Shapes::StructureShape.new(name: 'CreateMlflowAppRequest')
@@ -833,6 +835,8 @@ module Aws::SageMaker
833
835
  DeleteInferenceComponentInput = Shapes::StructureShape.new(name: 'DeleteInferenceComponentInput')
834
836
  DeleteInferenceExperimentRequest = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentRequest')
835
837
  DeleteInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DeleteInferenceExperimentResponse')
838
+ DeleteJobRequest = Shapes::StructureShape.new(name: 'DeleteJobRequest')
839
+ DeleteJobResponse = Shapes::StructureShape.new(name: 'DeleteJobResponse')
836
840
  DeleteMlflowAppRequest = Shapes::StructureShape.new(name: 'DeleteMlflowAppRequest')
837
841
  DeleteMlflowAppResponse = Shapes::StructureShape.new(name: 'DeleteMlflowAppResponse')
838
842
  DeleteMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'DeleteMlflowTrackingServerRequest')
@@ -961,6 +965,10 @@ module Aws::SageMaker
961
965
  DescribeInferenceExperimentResponse = Shapes::StructureShape.new(name: 'DescribeInferenceExperimentResponse')
962
966
  DescribeInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'DescribeInferenceRecommendationsJobRequest')
963
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')
964
972
  DescribeLabelingJobRequest = Shapes::StructureShape.new(name: 'DescribeLabelingJobRequest')
965
973
  DescribeLabelingJobResponse = Shapes::StructureShape.new(name: 'DescribeLabelingJobResponse')
966
974
  DescribeLineageGroupRequest = Shapes::StructureShape.new(name: 'DescribeLineageGroupRequest')
@@ -1530,9 +1538,23 @@ module Aws::SageMaker
1530
1538
  IotRoleAlias = Shapes::StringShape.new(name: 'IotRoleAlias')
1531
1539
  IsTrackingServerActive = Shapes::StringShape.new(name: 'IsTrackingServerActive')
1532
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')
1533
1546
  JobDurationInSeconds = Shapes::IntegerShape.new(name: 'JobDurationInSeconds')
1547
+ JobName = Shapes::StringShape.new(name: 'JobName')
1534
1548
  JobReferenceCode = Shapes::StringShape.new(name: 'JobReferenceCode')
1535
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')
1536
1558
  JobType = Shapes::StringShape.new(name: 'JobType')
1537
1559
  JoinSource = Shapes::StringShape.new(name: 'JoinSource')
1538
1560
  JsonContentType = Shapes::StringShape.new(name: 'JsonContentType')
@@ -1680,6 +1702,10 @@ module Aws::SageMaker
1680
1702
  ListInferenceRecommendationsJobsRequest = Shapes::StructureShape.new(name: 'ListInferenceRecommendationsJobsRequest')
1681
1703
  ListInferenceRecommendationsJobsResponse = Shapes::StructureShape.new(name: 'ListInferenceRecommendationsJobsResponse')
1682
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')
1683
1709
  ListLabelingJobsForWorkteamRequest = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamRequest')
1684
1710
  ListLabelingJobsForWorkteamResponse = Shapes::StructureShape.new(name: 'ListLabelingJobsForWorkteamResponse')
1685
1711
  ListLabelingJobsForWorkteamSortByOptions = Shapes::StringShape.new(name: 'ListLabelingJobsForWorkteamSortByOptions')
@@ -2583,6 +2609,8 @@ module Aws::SageMaker
2583
2609
  StopInferenceExperimentRequest = Shapes::StructureShape.new(name: 'StopInferenceExperimentRequest')
2584
2610
  StopInferenceExperimentResponse = Shapes::StructureShape.new(name: 'StopInferenceExperimentResponse')
2585
2611
  StopInferenceRecommendationsJobRequest = Shapes::StructureShape.new(name: 'StopInferenceRecommendationsJobRequest')
2612
+ StopJobRequest = Shapes::StructureShape.new(name: 'StopJobRequest')
2613
+ StopJobResponse = Shapes::StructureShape.new(name: 'StopJobResponse')
2586
2614
  StopLabelingJobRequest = Shapes::StructureShape.new(name: 'StopLabelingJobRequest')
2587
2615
  StopMlflowTrackingServerRequest = Shapes::StructureShape.new(name: 'StopMlflowTrackingServerRequest')
2588
2616
  StopMlflowTrackingServerResponse = Shapes::StructureShape.new(name: 'StopMlflowTrackingServerResponse')
@@ -4910,6 +4938,17 @@ module Aws::SageMaker
4910
4938
  CreateInferenceRecommendationsJobResponse.add_member(:job_arn, Shapes::ShapeRef.new(shape: RecommendationJobArn, required: true, location_name: "JobArn"))
4911
4939
  CreateInferenceRecommendationsJobResponse.struct_class = Types::CreateInferenceRecommendationsJobResponse
4912
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
+
4913
4952
  CreateLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
4914
4953
  CreateLabelingJobRequest.add_member(:label_attribute_name, Shapes::ShapeRef.new(shape: LabelAttributeName, required: true, location_name: "LabelAttributeName"))
4915
4954
  CreateLabelingJobRequest.add_member(:input_config, Shapes::ShapeRef.new(shape: LabelingJobInputConfig, required: true, location_name: "InputConfig"))
@@ -5687,6 +5726,12 @@ module Aws::SageMaker
5687
5726
  DeleteInferenceExperimentResponse.add_member(:inference_experiment_arn, Shapes::ShapeRef.new(shape: InferenceExperimentArn, required: true, location_name: "InferenceExperimentArn"))
5688
5727
  DeleteInferenceExperimentResponse.struct_class = Types::DeleteInferenceExperimentResponse
5689
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
+
5690
5735
  DeleteMlflowAppRequest.add_member(:arn, Shapes::ShapeRef.new(shape: MlflowAppArn, required: true, location_name: "Arn"))
5691
5736
  DeleteMlflowAppRequest.struct_class = Types::DeleteMlflowAppRequest
5692
5737
 
@@ -6547,6 +6592,35 @@ module Aws::SageMaker
6547
6592
  DescribeInferenceRecommendationsJobResponse.add_member(:endpoint_performances, Shapes::ShapeRef.new(shape: EndpointPerformances, location_name: "EndpointPerformances"))
6548
6593
  DescribeInferenceRecommendationsJobResponse.struct_class = Types::DescribeInferenceRecommendationsJobResponse
6549
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
+
6550
6624
  DescribeLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
6551
6625
  DescribeLabelingJobRequest.struct_class = Types::DescribeLabelingJobRequest
6552
6626
 
@@ -8440,6 +8514,34 @@ module Aws::SageMaker
8440
8514
 
8441
8515
  IntegerParameterRanges.member = Shapes::ShapeRef.new(shape: IntegerParameterRange)
8442
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
+
8443
8545
  JsonContentTypes.member = Shapes::ShapeRef.new(shape: JsonContentType)
8444
8546
 
8445
8547
  JupyterLabAppImageConfig.add_member(:file_system_config, Shapes::ShapeRef.new(shape: FileSystemConfig, location_name: "FileSystemConfig"))
@@ -9187,6 +9289,32 @@ module Aws::SageMaker
9187
9289
  ListInferenceRecommendationsJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
9188
9290
  ListInferenceRecommendationsJobsResponse.struct_class = Types::ListInferenceRecommendationsJobsResponse
9189
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
+
9190
9318
  ListLabelingJobsForWorkteamRequest.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
9191
9319
  ListLabelingJobsForWorkteamRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
9192
9320
  ListLabelingJobsForWorkteamRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -10835,6 +10963,7 @@ module Aws::SageMaker
10835
10963
  PipelineExecutionStepMetadata.add_member(:bedrock_model_import, Shapes::ShapeRef.new(shape: BedrockModelImportMetadata, location_name: "BedrockModelImport"))
10836
10964
  PipelineExecutionStepMetadata.add_member(:inference_component, Shapes::ShapeRef.new(shape: InferenceComponentMetadata, location_name: "InferenceComponent"))
10837
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"))
10838
10967
  PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
10839
10968
 
10840
10969
  PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
@@ -11864,6 +11993,12 @@ module Aws::SageMaker
11864
11993
  StopInferenceRecommendationsJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: RecommendationJobName, required: true, location_name: "JobName"))
11865
11994
  StopInferenceRecommendationsJobRequest.struct_class = Types::StopInferenceRecommendationsJobRequest
11866
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
+
11867
12002
  StopLabelingJobRequest.add_member(:labeling_job_name, Shapes::ShapeRef.new(shape: LabelingJobName, required: true, location_name: "LabelingJobName"))
11868
12003
  StopLabelingJobRequest.struct_class = Types::StopLabelingJobRequest
11869
12004
 
@@ -13570,6 +13705,17 @@ module Aws::SageMaker
13570
13705
  o.errors << Shapes::ShapeRef.new(shape: ResourceLimitExceeded)
13571
13706
  end)
13572
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
+
13573
13719
  api.add_operation(:create_labeling_job, Seahorse::Model::Operation.new.tap do |o|
13574
13720
  o.name = "CreateLabelingJob"
13575
13721
  o.http_method = "POST"
@@ -14210,6 +14356,16 @@ module Aws::SageMaker
14210
14356
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
14211
14357
  end)
14212
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
+
14213
14369
  api.add_operation(:delete_mlflow_app, Seahorse::Model::Operation.new.tap do |o|
14214
14370
  o.name = "DeleteMlflowApp"
14215
14371
  o.http_method = "POST"
@@ -14809,6 +14965,24 @@ module Aws::SageMaker
14809
14965
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
14810
14966
  end)
14811
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
+
14812
14986
  api.add_operation(:describe_labeling_job, Seahorse::Model::Operation.new.tap do |o|
14813
14987
  o.name = "DescribeLabelingJob"
14814
14988
  o.http_method = "POST"
@@ -15808,6 +15982,35 @@ module Aws::SageMaker
15808
15982
  )
15809
15983
  end)
15810
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
+
15811
16014
  api.add_operation(:list_labeling_jobs, Seahorse::Model::Operation.new.tap do |o|
15812
16015
  o.name = "ListLabelingJobs"
15813
16016
  o.http_method = "POST"
@@ -16719,6 +16922,15 @@ module Aws::SageMaker
16719
16922
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
16720
16923
  end)
16721
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
+
16722
16934
  api.add_operation(:stop_labeling_job, Seahorse::Model::Operation.new.tap do |o|
16723
16935
  o.name = "StopLabelingJob"
16724
16936
  o.http_method = "POST"