aws-sdk-sagemaker 1.342.0 → 1.343.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2f267fdb063ba451d1859a543ab8ed20c2f8b6280eeefd3f03e919ab5a2a276
4
- data.tar.gz: ac7e100f606bccf18d90fd1c533fa4283ff20a2139041719092129f14ea56bef
3
+ metadata.gz: a52840add34dd760355ae22084d9e17c8746be4b3678ccf60f600ba8904cd83e
4
+ data.tar.gz: 80c84610f1a402a627111f18af6d71bd1b834c3b74efe8654f3c555ec1f9075c
5
5
  SHA512:
6
- metadata.gz: 689f906e5039a71ca9e9f92919284cac463a9ba8b26a1868077a57852808c8329b68ed8c413600c2d17b6edc7b033c167647f62778beff4d2388fa303f424108
7
- data.tar.gz: 07d8984aae9435de1b374fc386caf06900378741a174878ca82268b27bea32dff085fbdba389217e8c3775ba18846cf05110935aa5b059321cfdcf7f1107a1c4
6
+ metadata.gz: 2e7c051a8dc3fa7e47aaa3dc5a51b1968507ebf9a695dca4541ae182e9eaefe074b4d7fe6b8481b6329fee01af43f628272f502cb6de9b9550ff7798545a5727
7
+ data.tar.gz: 8711728851451592011d512a8d02035f39aae4a0e971c7656451e68497ab9b3276c884ff4e23c6091ebe50f1ab615a6058ffa2f08abfe50c8dfe44cba58fda95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.343.0 (2025-12-03)
5
+ ------------------
6
+
7
+ * Feature - Introduces Serverless training: A fully managed compute infrastructure that abstracts away all infrastructure complexity, allowing you to focus purely on model development.
8
+
9
+ Added AI model customization assets used to train, refine, and evaluate custom models during the model customization process.
10
+
4
11
  1.342.0 (2025-12-02)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.342.0
1
+ 1.343.0
@@ -927,6 +927,10 @@ module Aws::SageMaker
927
927
  # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].additional_s3_data_source.compression_type #=> String, one of "None", "Gzip"
928
928
  # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].additional_s3_data_source.etag #=> String
929
929
  # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].model_data_etag #=> String
930
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].is_checkpoint #=> Boolean
931
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].base_model.hub_content_name #=> String
932
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].base_model.hub_content_version #=> String
933
+ # resp.model_package_summaries["ModelPackageArn"].inference_specification.containers[0].base_model.recipe_name #=> String
930
934
  # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_transform_instance_types #=> Array
931
935
  # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_transform_instance_types[0] #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r6i.large", "ml.r6i.xlarge", "ml.r6i.2xlarge", "ml.r6i.4xlarge", "ml.r6i.8xlarge", "ml.r6i.12xlarge", "ml.r6i.16xlarge", "ml.r6i.24xlarge", "ml.r6i.32xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.inf2.xlarge", "ml.inf2.8xlarge", "ml.inf2.24xlarge", "ml.inf2.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge"
932
936
  # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_realtime_inference_instance_types #=> Array
@@ -937,6 +941,7 @@ module Aws::SageMaker
937
941
  # resp.model_package_summaries["ModelPackageArn"].inference_specification.supported_response_mime_types[0] #=> String
938
942
  # resp.model_package_summaries["ModelPackageArn"].model_package_status #=> String, one of "Pending", "InProgress", "Completed", "Failed", "Deleting"
939
943
  # resp.model_package_summaries["ModelPackageArn"].model_approval_status #=> String, one of "Approved", "Rejected", "PendingManualApproval"
944
+ # resp.model_package_summaries["ModelPackageArn"].model_package_registration_type #=> String, one of "Logged", "Registered"
940
945
  # resp.batch_describe_model_package_error_map #=> Hash
941
946
  # resp.batch_describe_model_package_error_map["ModelPackageArn"].error_code #=> String
942
947
  # resp.batch_describe_model_package_error_map["ModelPackageArn"].error_response #=> String
@@ -1404,6 +1409,12 @@ module Aws::SageMaker
1404
1409
  # etag: "String",
1405
1410
  # },
1406
1411
  # model_data_etag: "String",
1412
+ # is_checkpoint: false,
1413
+ # base_model: {
1414
+ # hub_content_name: "HubContentName",
1415
+ # hub_content_version: "HubContentVersion",
1416
+ # recipe_name: "RecipeName",
1417
+ # },
1407
1418
  # },
1408
1419
  # ],
1409
1420
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.c7i.large, ml.c7i.xlarge, ml.c7i.2xlarge, ml.c7i.4xlarge, ml.c7i.8xlarge, ml.c7i.12xlarge, ml.c7i.16xlarge, ml.c7i.24xlarge, ml.c7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.inf2.xlarge, ml.inf2.8xlarge, ml.inf2.24xlarge, ml.inf2.48xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.12xlarge, ml.g6.16xlarge, ml.g6.24xlarge, ml.g6.48xlarge
@@ -1444,6 +1455,9 @@ module Aws::SageMaker
1444
1455
  # file_system_type: "EFS", # required, accepts EFS, FSxLustre
1445
1456
  # directory_path: "DirectoryPath", # required
1446
1457
  # },
1458
+ # dataset_source: {
1459
+ # dataset_arn: "HubDataSetArn", # required
1460
+ # },
1447
1461
  # },
1448
1462
  # content_type: "ContentType",
1449
1463
  # compression_type: "None", # accepts None, Gzip
@@ -2574,7 +2588,7 @@ module Aws::SageMaker
2574
2588
  # },
2575
2589
  # ],
2576
2590
  # orchestrator: {
2577
- # eks: {
2591
+ # eks: { # required
2578
2592
  # cluster_arn: "EksClusterArn", # required
2579
2593
  # },
2580
2594
  # },
@@ -5401,6 +5415,9 @@ module Aws::SageMaker
5401
5415
  # file_system_type: "EFS", # required, accepts EFS, FSxLustre
5402
5416
  # directory_path: "DirectoryPath", # required
5403
5417
  # },
5418
+ # dataset_source: {
5419
+ # dataset_arn: "HubDataSetArn", # required
5420
+ # },
5404
5421
  # },
5405
5422
  # content_type: "ContentType",
5406
5423
  # compression_type: "None", # accepts None, Gzip
@@ -5552,6 +5569,9 @@ module Aws::SageMaker
5552
5569
  # file_system_type: "EFS", # required, accepts EFS, FSxLustre
5553
5570
  # directory_path: "DirectoryPath", # required
5554
5571
  # },
5572
+ # dataset_source: {
5573
+ # dataset_arn: "HubDataSetArn", # required
5574
+ # },
5555
5575
  # },
5556
5576
  # content_type: "ContentType",
5557
5577
  # compression_type: "None", # accepts None, Gzip
@@ -7469,6 +7489,9 @@ module Aws::SageMaker
7469
7489
  # @option params [String] :model_package_description
7470
7490
  # A description of the model package.
7471
7491
  #
7492
+ # @option params [String] :model_package_registration_type
7493
+ # The package registration type of the model package input.
7494
+ #
7472
7495
  # @option params [Types::InferenceSpecification] :inference_specification
7473
7496
  # Specifies details about inference jobs that you can run with models
7474
7497
  # based on this model package, including the following information:
@@ -7619,6 +7642,7 @@ module Aws::SageMaker
7619
7642
  # model_package_name: "EntityName",
7620
7643
  # model_package_group_name: "ArnOrName",
7621
7644
  # model_package_description: "EntityDescription",
7645
+ # model_package_registration_type: "Logged", # accepts Logged, Registered
7622
7646
  # inference_specification: {
7623
7647
  # containers: [ # required
7624
7648
  # {
@@ -7659,6 +7683,12 @@ module Aws::SageMaker
7659
7683
  # etag: "String",
7660
7684
  # },
7661
7685
  # model_data_etag: "String",
7686
+ # is_checkpoint: false,
7687
+ # base_model: {
7688
+ # hub_content_name: "HubContentName",
7689
+ # hub_content_version: "HubContentVersion",
7690
+ # recipe_name: "RecipeName",
7691
+ # },
7662
7692
  # },
7663
7693
  # ],
7664
7694
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.c7i.large, ml.c7i.xlarge, ml.c7i.2xlarge, ml.c7i.4xlarge, ml.c7i.8xlarge, ml.c7i.12xlarge, ml.c7i.16xlarge, ml.c7i.24xlarge, ml.c7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.inf2.xlarge, ml.inf2.8xlarge, ml.inf2.24xlarge, ml.inf2.48xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.12xlarge, ml.g6.16xlarge, ml.g6.24xlarge, ml.g6.48xlarge
@@ -7899,6 +7929,12 @@ module Aws::SageMaker
7899
7929
  # etag: "String",
7900
7930
  # },
7901
7931
  # model_data_etag: "String",
7932
+ # is_checkpoint: false,
7933
+ # base_model: {
7934
+ # hub_content_name: "HubContentName",
7935
+ # hub_content_version: "HubContentVersion",
7936
+ # recipe_name: "RecipeName",
7937
+ # },
7902
7938
  # },
7903
7939
  # ],
7904
7940
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.c7i.large, ml.c7i.xlarge, ml.c7i.2xlarge, ml.c7i.4xlarge, ml.c7i.8xlarge, ml.c7i.12xlarge, ml.c7i.16xlarge, ml.c7i.24xlarge, ml.c7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.inf2.xlarge, ml.inf2.8xlarge, ml.inf2.24xlarge, ml.inf2.48xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.12xlarge, ml.g6.16xlarge, ml.g6.24xlarge, ml.g6.48xlarge
@@ -10093,6 +10129,15 @@ module Aws::SageMaker
10093
10129
  # Contains information about attribute-based access control (ABAC) for
10094
10130
  # the training job.
10095
10131
  #
10132
+ # @option params [Types::ServerlessJobConfig] :serverless_job_config
10133
+ # The configuration for serverless training jobs.
10134
+ #
10135
+ # @option params [Types::MlflowConfig] :mlflow_config
10136
+ # The MLflow configuration using SageMaker managed MLflow.
10137
+ #
10138
+ # @option params [Types::ModelPackageConfig] :model_package_config
10139
+ # The configuration for the model package.
10140
+ #
10096
10141
  # @return [Types::CreateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10097
10142
  #
10098
10143
  # * {Types::CreateTrainingJobResponse#training_job_arn #training_job_arn} => String
@@ -10148,6 +10193,9 @@ module Aws::SageMaker
10148
10193
  # file_system_type: "EFS", # required, accepts EFS, FSxLustre
10149
10194
  # directory_path: "DirectoryPath", # required
10150
10195
  # },
10196
+ # dataset_source: {
10197
+ # dataset_arn: "HubDataSetArn", # required
10198
+ # },
10151
10199
  # },
10152
10200
  # content_type: "ContentType",
10153
10201
  # compression_type: "None", # accepts None, Gzip
@@ -10283,6 +10331,24 @@ module Aws::SageMaker
10283
10331
  # session_chaining_config: {
10284
10332
  # enable_session_tag_chaining: false,
10285
10333
  # },
10334
+ # serverless_job_config: {
10335
+ # base_model_arn: "ServerlessJobBaseModelArn", # required
10336
+ # accept_eula: false,
10337
+ # job_type: "FineTuning", # required, accepts FineTuning, Evaluation
10338
+ # customization_technique: "SFT", # accepts SFT, DPO, RLVR, RLAIF
10339
+ # peft: "LORA", # accepts LORA
10340
+ # evaluation_type: "LLMAJEvaluation", # accepts LLMAJEvaluation, CustomScorerEvaluation, BenchmarkEvaluation
10341
+ # evaluator_arn: "EvaluatorArn",
10342
+ # },
10343
+ # mlflow_config: {
10344
+ # mlflow_resource_arn: "MlFlowResourceArn", # required
10345
+ # mlflow_experiment_name: "MlflowExperimentName",
10346
+ # mlflow_run_name: "MlflowRunName",
10347
+ # },
10348
+ # model_package_config: {
10349
+ # model_package_group_arn: "ModelPackageGroupArn", # required
10350
+ # source_model_package_arn: "ModelPackageArn",
10351
+ # },
10286
10352
  # })
10287
10353
  #
10288
10354
  # @example Response structure
@@ -13180,6 +13246,10 @@ module Aws::SageMaker
13180
13246
  # resp.inference_specification.containers[0].additional_s3_data_source.compression_type #=> String, one of "None", "Gzip"
13181
13247
  # resp.inference_specification.containers[0].additional_s3_data_source.etag #=> String
13182
13248
  # resp.inference_specification.containers[0].model_data_etag #=> String
13249
+ # resp.inference_specification.containers[0].is_checkpoint #=> Boolean
13250
+ # resp.inference_specification.containers[0].base_model.hub_content_name #=> String
13251
+ # resp.inference_specification.containers[0].base_model.hub_content_version #=> String
13252
+ # resp.inference_specification.containers[0].base_model.recipe_name #=> String
13183
13253
  # resp.inference_specification.supported_transform_instance_types #=> Array
13184
13254
  # resp.inference_specification.supported_transform_instance_types[0] #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r6i.large", "ml.r6i.xlarge", "ml.r6i.2xlarge", "ml.r6i.4xlarge", "ml.r6i.8xlarge", "ml.r6i.12xlarge", "ml.r6i.16xlarge", "ml.r6i.24xlarge", "ml.r6i.32xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.inf2.xlarge", "ml.inf2.8xlarge", "ml.inf2.24xlarge", "ml.inf2.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge"
13185
13255
  # resp.inference_specification.supported_realtime_inference_instance_types #=> Array
@@ -13209,6 +13279,7 @@ module Aws::SageMaker
13209
13279
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
13210
13280
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
13211
13281
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
13282
+ # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.dataset_source.dataset_arn #=> String
13212
13283
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].content_type #=> String
13213
13284
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
13214
13285
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
@@ -15929,6 +16000,7 @@ module Aws::SageMaker
15929
16000
  # resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
15930
16001
  # resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
15931
16002
  # resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
16003
+ # resp.training_job_definition.input_data_config[0].data_source.dataset_source.dataset_arn #=> String
15932
16004
  # resp.training_job_definition.input_data_config[0].content_type #=> String
15933
16005
  # resp.training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
15934
16006
  # resp.training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
@@ -16020,6 +16092,7 @@ module Aws::SageMaker
16020
16092
  # resp.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
16021
16093
  # resp.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
16022
16094
  # resp.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.directory_path #=> String
16095
+ # resp.training_job_definitions[0].input_data_config[0].data_source.dataset_source.dataset_arn #=> String
16023
16096
  # resp.training_job_definitions[0].input_data_config[0].content_type #=> String
16024
16097
  # resp.training_job_definitions[0].input_data_config[0].compression_type #=> String, one of "None", "Gzip"
16025
16098
  # resp.training_job_definitions[0].input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
@@ -17244,6 +17317,7 @@ module Aws::SageMaker
17244
17317
  # * {Types::DescribeModelPackageOutput#model_package_name #model_package_name} => String
17245
17318
  # * {Types::DescribeModelPackageOutput#model_package_group_name #model_package_group_name} => String
17246
17319
  # * {Types::DescribeModelPackageOutput#model_package_version #model_package_version} => Integer
17320
+ # * {Types::DescribeModelPackageOutput#model_package_registration_type #model_package_registration_type} => String
17247
17321
  # * {Types::DescribeModelPackageOutput#model_package_arn #model_package_arn} => String
17248
17322
  # * {Types::DescribeModelPackageOutput#model_package_description #model_package_description} => String
17249
17323
  # * {Types::DescribeModelPackageOutput#creation_time #creation_time} => Time
@@ -17283,6 +17357,7 @@ module Aws::SageMaker
17283
17357
  # resp.model_package_name #=> String
17284
17358
  # resp.model_package_group_name #=> String
17285
17359
  # resp.model_package_version #=> Integer
17360
+ # resp.model_package_registration_type #=> String, one of "Logged", "Registered"
17286
17361
  # resp.model_package_arn #=> String
17287
17362
  # resp.model_package_description #=> String
17288
17363
  # resp.creation_time #=> Time
@@ -17311,6 +17386,10 @@ module Aws::SageMaker
17311
17386
  # resp.inference_specification.containers[0].additional_s3_data_source.compression_type #=> String, one of "None", "Gzip"
17312
17387
  # resp.inference_specification.containers[0].additional_s3_data_source.etag #=> String
17313
17388
  # resp.inference_specification.containers[0].model_data_etag #=> String
17389
+ # resp.inference_specification.containers[0].is_checkpoint #=> Boolean
17390
+ # resp.inference_specification.containers[0].base_model.hub_content_name #=> String
17391
+ # resp.inference_specification.containers[0].base_model.hub_content_version #=> String
17392
+ # resp.inference_specification.containers[0].base_model.recipe_name #=> String
17314
17393
  # resp.inference_specification.supported_transform_instance_types #=> Array
17315
17394
  # resp.inference_specification.supported_transform_instance_types[0] #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r6i.large", "ml.r6i.xlarge", "ml.r6i.2xlarge", "ml.r6i.4xlarge", "ml.r6i.8xlarge", "ml.r6i.12xlarge", "ml.r6i.16xlarge", "ml.r6i.24xlarge", "ml.r6i.32xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.inf2.xlarge", "ml.inf2.8xlarge", "ml.inf2.24xlarge", "ml.inf2.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge"
17316
17395
  # resp.inference_specification.supported_realtime_inference_instance_types #=> Array
@@ -17465,6 +17544,10 @@ module Aws::SageMaker
17465
17544
  # resp.additional_inference_specifications[0].containers[0].additional_s3_data_source.compression_type #=> String, one of "None", "Gzip"
17466
17545
  # resp.additional_inference_specifications[0].containers[0].additional_s3_data_source.etag #=> String
17467
17546
  # resp.additional_inference_specifications[0].containers[0].model_data_etag #=> String
17547
+ # resp.additional_inference_specifications[0].containers[0].is_checkpoint #=> Boolean
17548
+ # resp.additional_inference_specifications[0].containers[0].base_model.hub_content_name #=> String
17549
+ # resp.additional_inference_specifications[0].containers[0].base_model.hub_content_version #=> String
17550
+ # resp.additional_inference_specifications[0].containers[0].base_model.recipe_name #=> String
17468
17551
  # resp.additional_inference_specifications[0].supported_transform_instance_types #=> Array
17469
17552
  # resp.additional_inference_specifications[0].supported_transform_instance_types[0] #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.m6i.large", "ml.m6i.xlarge", "ml.m6i.2xlarge", "ml.m6i.4xlarge", "ml.m6i.8xlarge", "ml.m6i.12xlarge", "ml.m6i.16xlarge", "ml.m6i.24xlarge", "ml.m6i.32xlarge", "ml.c6i.large", "ml.c6i.xlarge", "ml.c6i.2xlarge", "ml.c6i.4xlarge", "ml.c6i.8xlarge", "ml.c6i.12xlarge", "ml.c6i.16xlarge", "ml.c6i.24xlarge", "ml.c6i.32xlarge", "ml.r6i.large", "ml.r6i.xlarge", "ml.r6i.2xlarge", "ml.r6i.4xlarge", "ml.r6i.8xlarge", "ml.r6i.12xlarge", "ml.r6i.16xlarge", "ml.r6i.24xlarge", "ml.r6i.32xlarge", "ml.m7i.large", "ml.m7i.xlarge", "ml.m7i.2xlarge", "ml.m7i.4xlarge", "ml.m7i.8xlarge", "ml.m7i.12xlarge", "ml.m7i.16xlarge", "ml.m7i.24xlarge", "ml.m7i.48xlarge", "ml.c7i.large", "ml.c7i.xlarge", "ml.c7i.2xlarge", "ml.c7i.4xlarge", "ml.c7i.8xlarge", "ml.c7i.12xlarge", "ml.c7i.16xlarge", "ml.c7i.24xlarge", "ml.c7i.48xlarge", "ml.r7i.large", "ml.r7i.xlarge", "ml.r7i.2xlarge", "ml.r7i.4xlarge", "ml.r7i.8xlarge", "ml.r7i.12xlarge", "ml.r7i.16xlarge", "ml.r7i.24xlarge", "ml.r7i.48xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.inf2.xlarge", "ml.inf2.8xlarge", "ml.inf2.24xlarge", "ml.inf2.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge"
17470
17553
  # resp.additional_inference_specifications[0].supported_realtime_inference_instance_types #=> Array
@@ -18157,6 +18240,7 @@ module Aws::SageMaker
18157
18240
  # * {Types::DescribePipelineExecutionResponse#parallelism_configuration #parallelism_configuration} => Types::ParallelismConfiguration
18158
18241
  # * {Types::DescribePipelineExecutionResponse#selective_execution_config #selective_execution_config} => Types::SelectiveExecutionConfig
18159
18242
  # * {Types::DescribePipelineExecutionResponse#pipeline_version_id #pipeline_version_id} => Integer
18243
+ # * {Types::DescribePipelineExecutionResponse#m_lflow_config #m_lflow_config} => Types::MLflowConfiguration
18160
18244
  #
18161
18245
  # @example Request syntax with placeholder values
18162
18246
  #
@@ -18193,6 +18277,8 @@ module Aws::SageMaker
18193
18277
  # resp.selective_execution_config.selected_steps #=> Array
18194
18278
  # resp.selective_execution_config.selected_steps[0].step_name #=> String
18195
18279
  # resp.pipeline_version_id #=> Integer
18280
+ # resp.m_lflow_config.mlflow_resource_arn #=> String
18281
+ # resp.m_lflow_config.mlflow_experiment_name #=> String
18196
18282
  #
18197
18283
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution AWS API Documentation
18198
18284
  #
@@ -18673,6 +18759,7 @@ module Aws::SageMaker
18673
18759
  # * {Types::DescribeTrainingJobResponse#checkpoint_config #checkpoint_config} => Types::CheckpointConfig
18674
18760
  # * {Types::DescribeTrainingJobResponse#training_time_in_seconds #training_time_in_seconds} => Integer
18675
18761
  # * {Types::DescribeTrainingJobResponse#billable_time_in_seconds #billable_time_in_seconds} => Integer
18762
+ # * {Types::DescribeTrainingJobResponse#billable_token_count #billable_token_count} => Integer
18676
18763
  # * {Types::DescribeTrainingJobResponse#debug_hook_config #debug_hook_config} => Types::DebugHookConfig
18677
18764
  # * {Types::DescribeTrainingJobResponse#experiment_config #experiment_config} => Types::ExperimentConfig
18678
18765
  # * {Types::DescribeTrainingJobResponse#debug_rule_configurations #debug_rule_configurations} => Array<Types::DebugRuleConfiguration>
@@ -18686,6 +18773,12 @@ module Aws::SageMaker
18686
18773
  # * {Types::DescribeTrainingJobResponse#retry_strategy #retry_strategy} => Types::RetryStrategy
18687
18774
  # * {Types::DescribeTrainingJobResponse#remote_debug_config #remote_debug_config} => Types::RemoteDebugConfig
18688
18775
  # * {Types::DescribeTrainingJobResponse#infra_check_config #infra_check_config} => Types::InfraCheckConfig
18776
+ # * {Types::DescribeTrainingJobResponse#serverless_job_config #serverless_job_config} => Types::ServerlessJobConfig
18777
+ # * {Types::DescribeTrainingJobResponse#mlflow_config #mlflow_config} => Types::MlflowConfig
18778
+ # * {Types::DescribeTrainingJobResponse#model_package_config #model_package_config} => Types::ModelPackageConfig
18779
+ # * {Types::DescribeTrainingJobResponse#mlflow_details #mlflow_details} => Types::MlflowDetails
18780
+ # * {Types::DescribeTrainingJobResponse#progress_info #progress_info} => Types::TrainingProgressInfo
18781
+ # * {Types::DescribeTrainingJobResponse#output_model_package_arn #output_model_package_arn} => String
18689
18782
  #
18690
18783
  # @example Request syntax with placeholder values
18691
18784
  #
@@ -18735,6 +18828,7 @@ module Aws::SageMaker
18735
18828
  # resp.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
18736
18829
  # resp.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
18737
18830
  # resp.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
18831
+ # resp.input_data_config[0].data_source.dataset_source.dataset_arn #=> String
18738
18832
  # resp.input_data_config[0].content_type #=> String
18739
18833
  # resp.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
18740
18834
  # resp.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
@@ -18787,6 +18881,7 @@ module Aws::SageMaker
18787
18881
  # resp.checkpoint_config.local_path #=> String
18788
18882
  # resp.training_time_in_seconds #=> Integer
18789
18883
  # resp.billable_time_in_seconds #=> Integer
18884
+ # resp.billable_token_count #=> Integer
18790
18885
  # resp.debug_hook_config.local_path #=> String
18791
18886
  # resp.debug_hook_config.s3_output_path #=> String
18792
18887
  # resp.debug_hook_config.hook_parameters #=> Hash
@@ -18842,6 +18937,25 @@ module Aws::SageMaker
18842
18937
  # resp.retry_strategy.maximum_retry_attempts #=> Integer
18843
18938
  # resp.remote_debug_config.enable_remote_debug #=> Boolean
18844
18939
  # resp.infra_check_config.enable_infra_check #=> Boolean
18940
+ # resp.serverless_job_config.base_model_arn #=> String
18941
+ # resp.serverless_job_config.accept_eula #=> Boolean
18942
+ # resp.serverless_job_config.job_type #=> String, one of "FineTuning", "Evaluation"
18943
+ # resp.serverless_job_config.customization_technique #=> String, one of "SFT", "DPO", "RLVR", "RLAIF"
18944
+ # resp.serverless_job_config.peft #=> String, one of "LORA"
18945
+ # resp.serverless_job_config.evaluation_type #=> String, one of "LLMAJEvaluation", "CustomScorerEvaluation", "BenchmarkEvaluation"
18946
+ # resp.serverless_job_config.evaluator_arn #=> String
18947
+ # resp.mlflow_config.mlflow_resource_arn #=> String
18948
+ # resp.mlflow_config.mlflow_experiment_name #=> String
18949
+ # resp.mlflow_config.mlflow_run_name #=> String
18950
+ # resp.model_package_config.model_package_group_arn #=> String
18951
+ # resp.model_package_config.source_model_package_arn #=> String
18952
+ # resp.mlflow_details.mlflow_experiment_id #=> String
18953
+ # resp.mlflow_details.mlflow_run_id #=> String
18954
+ # resp.progress_info.total_step_count_per_epoch #=> Integer
18955
+ # resp.progress_info.current_step #=> Integer
18956
+ # resp.progress_info.current_epoch #=> Integer
18957
+ # resp.progress_info.max_epoch #=> Integer
18958
+ # resp.output_model_package_arn #=> String
18845
18959
  #
18846
18960
  #
18847
18961
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -24094,6 +24208,7 @@ module Aws::SageMaker
24094
24208
  # resp.model_package_summary_list[0].model_life_cycle.stage #=> String
24095
24209
  # resp.model_package_summary_list[0].model_life_cycle.stage_status #=> String
24096
24210
  # resp.model_package_summary_list[0].model_life_cycle.stage_description #=> String
24211
+ # resp.model_package_summary_list[0].model_package_registration_type #=> String, one of "Logged", "Registered"
24097
24212
  # resp.next_token #=> String
24098
24213
  #
24099
24214
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelPackages AWS API Documentation
@@ -24994,6 +25109,20 @@ module Aws::SageMaker
24994
25109
  # resp.pipeline_execution_steps[0].metadata.auto_ml_job.arn #=> String
24995
25110
  # resp.pipeline_execution_steps[0].metadata.endpoint.arn #=> String
24996
25111
  # resp.pipeline_execution_steps[0].metadata.endpoint_config.arn #=> String
25112
+ # resp.pipeline_execution_steps[0].metadata.bedrock_custom_model.arn #=> String
25113
+ # resp.pipeline_execution_steps[0].metadata.bedrock_custom_model_deployment.arn #=> String
25114
+ # resp.pipeline_execution_steps[0].metadata.bedrock_provisioned_model_throughput.arn #=> String
25115
+ # resp.pipeline_execution_steps[0].metadata.bedrock_model_import.arn #=> String
25116
+ # resp.pipeline_execution_steps[0].metadata.inference_component.arn #=> String
25117
+ # resp.pipeline_execution_steps[0].metadata.lineage.action_arns #=> Hash
25118
+ # resp.pipeline_execution_steps[0].metadata.lineage.action_arns["String2048"] #=> String
25119
+ # resp.pipeline_execution_steps[0].metadata.lineage.artifact_arns #=> Hash
25120
+ # resp.pipeline_execution_steps[0].metadata.lineage.artifact_arns["String2048"] #=> String
25121
+ # resp.pipeline_execution_steps[0].metadata.lineage.context_arns #=> Hash
25122
+ # resp.pipeline_execution_steps[0].metadata.lineage.context_arns["String2048"] #=> String
25123
+ # resp.pipeline_execution_steps[0].metadata.lineage.associations #=> Array
25124
+ # resp.pipeline_execution_steps[0].metadata.lineage.associations[0].source_arn #=> String
25125
+ # resp.pipeline_execution_steps[0].metadata.lineage.associations[0].destination_arn #=> String
24997
25126
  # resp.pipeline_execution_steps[0].attempt_count #=> Integer
24998
25127
  # resp.pipeline_execution_steps[0].selective_execution_result.source_pipeline_execution_arn #=> String
24999
25128
  # resp.next_token #=> String
@@ -27390,6 +27519,9 @@ module Aws::SageMaker
27390
27519
  # @option params [Integer] :pipeline_version_id
27391
27520
  # The ID of the pipeline version to start execution from.
27392
27521
  #
27522
+ # @option params [String] :mlflow_experiment_name
27523
+ # The MLflow experiment name of the start execution.
27524
+ #
27393
27525
  # @return [Types::StartPipelineExecutionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
27394
27526
  #
27395
27527
  # * {Types::StartPipelineExecutionResponse#pipeline_execution_arn #pipeline_execution_arn} => String
@@ -27419,6 +27551,7 @@ module Aws::SageMaker
27419
27551
  # ],
27420
27552
  # },
27421
27553
  # pipeline_version_id: 1,
27554
+ # mlflow_experiment_name: "MlflowExperimentEntityName",
27422
27555
  # })
27423
27556
  #
27424
27557
  # @example Response structure
@@ -30247,6 +30380,9 @@ module Aws::SageMaker
30247
30380
  # @option params [String] :model_approval_status
30248
30381
  # The approval status of the model.
30249
30382
  #
30383
+ # @option params [String] :model_package_registration_type
30384
+ # The package registration type of the model package input.
30385
+ #
30250
30386
  # @option params [String] :approval_description
30251
30387
  # A description for the approval status of the model.
30252
30388
  #
@@ -30315,6 +30451,7 @@ module Aws::SageMaker
30315
30451
  # resp = client.update_model_package({
30316
30452
  # model_package_arn: "ModelPackageArn", # required
30317
30453
  # model_approval_status: "Approved", # accepts Approved, Rejected, PendingManualApproval
30454
+ # model_package_registration_type: "Logged", # accepts Logged, Registered
30318
30455
  # approval_description: "ApprovalDescription",
30319
30456
  # customer_metadata_properties: {
30320
30457
  # "CustomerMetadataKey" => "CustomerMetadataValue",
@@ -30363,6 +30500,12 @@ module Aws::SageMaker
30363
30500
  # etag: "String",
30364
30501
  # },
30365
30502
  # model_data_etag: "String",
30503
+ # is_checkpoint: false,
30504
+ # base_model: {
30505
+ # hub_content_name: "HubContentName",
30506
+ # hub_content_version: "HubContentVersion",
30507
+ # recipe_name: "RecipeName",
30508
+ # },
30366
30509
  # },
30367
30510
  # ],
30368
30511
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.c7i.large, ml.c7i.xlarge, ml.c7i.2xlarge, ml.c7i.4xlarge, ml.c7i.8xlarge, ml.c7i.12xlarge, ml.c7i.16xlarge, ml.c7i.24xlarge, ml.c7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.inf2.xlarge, ml.inf2.8xlarge, ml.inf2.24xlarge, ml.inf2.48xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.12xlarge, ml.g6.16xlarge, ml.g6.24xlarge, ml.g6.48xlarge
@@ -30411,6 +30554,12 @@ module Aws::SageMaker
30411
30554
  # etag: "String",
30412
30555
  # },
30413
30556
  # model_data_etag: "String",
30557
+ # is_checkpoint: false,
30558
+ # base_model: {
30559
+ # hub_content_name: "HubContentName",
30560
+ # hub_content_version: "HubContentVersion",
30561
+ # recipe_name: "RecipeName",
30562
+ # },
30414
30563
  # },
30415
30564
  # ],
30416
30565
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m6i.large, ml.m6i.xlarge, ml.m6i.2xlarge, ml.m6i.4xlarge, ml.m6i.8xlarge, ml.m6i.12xlarge, ml.m6i.16xlarge, ml.m6i.24xlarge, ml.m6i.32xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.r6i.large, ml.r6i.xlarge, ml.r6i.2xlarge, ml.r6i.4xlarge, ml.r6i.8xlarge, ml.r6i.12xlarge, ml.r6i.16xlarge, ml.r6i.24xlarge, ml.r6i.32xlarge, ml.m7i.large, ml.m7i.xlarge, ml.m7i.2xlarge, ml.m7i.4xlarge, ml.m7i.8xlarge, ml.m7i.12xlarge, ml.m7i.16xlarge, ml.m7i.24xlarge, ml.m7i.48xlarge, ml.c7i.large, ml.c7i.xlarge, ml.c7i.2xlarge, ml.c7i.4xlarge, ml.c7i.8xlarge, ml.c7i.12xlarge, ml.c7i.16xlarge, ml.c7i.24xlarge, ml.c7i.48xlarge, ml.r7i.large, ml.r7i.xlarge, ml.r7i.2xlarge, ml.r7i.4xlarge, ml.r7i.8xlarge, ml.r7i.12xlarge, ml.r7i.16xlarge, ml.r7i.24xlarge, ml.r7i.48xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.inf2.xlarge, ml.inf2.8xlarge, ml.inf2.24xlarge, ml.inf2.48xlarge, ml.g6.xlarge, ml.g6.2xlarge, ml.g6.4xlarge, ml.g6.8xlarge, ml.g6.12xlarge, ml.g6.16xlarge, ml.g6.24xlarge, ml.g6.48xlarge
@@ -32032,7 +32181,7 @@ module Aws::SageMaker
32032
32181
  tracer: tracer
32033
32182
  )
32034
32183
  context[:gem_name] = 'aws-sdk-sagemaker'
32035
- context[:gem_version] = '1.342.0'
32184
+ context[:gem_version] = '1.343.0'
32036
32185
  Seahorse::Client::Request.new(handlers, context)
32037
32186
  end
32038
32187