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.
@@ -1674,6 +1674,26 @@ module Aws::SageMaker
1674
1674
  include Aws::Structure
1675
1675
  end
1676
1676
 
1677
+ # The data type used to describe the relationship between different
1678
+ # sources.
1679
+ #
1680
+ # @!attribute [rw] source_arn
1681
+ # The Amazon Resource Name (ARN) of the `AssociationInfo` source.
1682
+ # @return [String]
1683
+ #
1684
+ # @!attribute [rw] destination_arn
1685
+ # The Amazon Resource Name (ARN) of the `AssociationInfo` destination.
1686
+ # @return [String]
1687
+ #
1688
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AssociationInfo AWS API Documentation
1689
+ #
1690
+ class AssociationInfo < Struct.new(
1691
+ :source_arn,
1692
+ :destination_arn)
1693
+ SENSITIVE = []
1694
+ include Aws::Structure
1695
+ end
1696
+
1677
1697
  # Lists a summary of the properties of an association. An association is
1678
1698
  # an entity that links other lineage or experiment entities. An example
1679
1699
  # would be an association between a training job and a model.
@@ -3129,6 +3149,31 @@ module Aws::SageMaker
3129
3149
  include Aws::Structure
3130
3150
  end
3131
3151
 
3152
+ # Identifies the foundation model that was used as the starting point
3153
+ # for model customization.
3154
+ #
3155
+ # @!attribute [rw] hub_content_name
3156
+ # The hub content name of the base model.
3157
+ # @return [String]
3158
+ #
3159
+ # @!attribute [rw] hub_content_version
3160
+ # The hub content version of the base model.
3161
+ # @return [String]
3162
+ #
3163
+ # @!attribute [rw] recipe_name
3164
+ # The recipe name of the base model.
3165
+ # @return [String]
3166
+ #
3167
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BaseModel AWS API Documentation
3168
+ #
3169
+ class BaseModel < Struct.new(
3170
+ :hub_content_name,
3171
+ :hub_content_version,
3172
+ :recipe_name)
3173
+ SENSITIVE = []
3174
+ include Aws::Structure
3175
+ end
3176
+
3132
3177
  # Information about an error that occurred during the node addition
3133
3178
  # operation.
3134
3179
  #
@@ -3464,6 +3509,10 @@ module Aws::SageMaker
3464
3509
  # The approval status of the model.
3465
3510
  # @return [String]
3466
3511
  #
3512
+ # @!attribute [rw] model_package_registration_type
3513
+ # The package registration type of the model package summary.
3514
+ # @return [String]
3515
+ #
3467
3516
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackageSummary AWS API Documentation
3468
3517
  #
3469
3518
  class BatchDescribeModelPackageSummary < Struct.new(
@@ -3474,7 +3523,8 @@ module Aws::SageMaker
3474
3523
  :creation_time,
3475
3524
  :inference_specification,
3476
3525
  :model_package_status,
3477
- :model_approval_status)
3526
+ :model_approval_status,
3527
+ :model_package_registration_type)
3478
3528
  SENSITIVE = []
3479
3529
  include Aws::Structure
3480
3530
  end
@@ -3910,6 +3960,66 @@ module Aws::SageMaker
3910
3960
  include Aws::Structure
3911
3961
  end
3912
3962
 
3963
+ # The metadata of the Amazon Bedrock custom model deployment.
3964
+ #
3965
+ # @!attribute [rw] arn
3966
+ # The Amazon Resource Name (ARN) of the metadata for the Amazon
3967
+ # Bedrock custom model deployment.
3968
+ # @return [String]
3969
+ #
3970
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BedrockCustomModelDeploymentMetadata AWS API Documentation
3971
+ #
3972
+ class BedrockCustomModelDeploymentMetadata < Struct.new(
3973
+ :arn)
3974
+ SENSITIVE = []
3975
+ include Aws::Structure
3976
+ end
3977
+
3978
+ # The metadata of the Amazon Bedrock custom model.
3979
+ #
3980
+ # @!attribute [rw] arn
3981
+ # The Amazon Resource Name (ARN) of the Amazon Bedrock custom model
3982
+ # metadata.
3983
+ # @return [String]
3984
+ #
3985
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BedrockCustomModelMetadata AWS API Documentation
3986
+ #
3987
+ class BedrockCustomModelMetadata < Struct.new(
3988
+ :arn)
3989
+ SENSITIVE = []
3990
+ include Aws::Structure
3991
+ end
3992
+
3993
+ # The metadata of the Amazon Bedrock model import.
3994
+ #
3995
+ # @!attribute [rw] arn
3996
+ # The Amazon Resource Name (ARN) of the Amazon Bedrock model import
3997
+ # metadata.
3998
+ # @return [String]
3999
+ #
4000
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BedrockModelImportMetadata AWS API Documentation
4001
+ #
4002
+ class BedrockModelImportMetadata < Struct.new(
4003
+ :arn)
4004
+ SENSITIVE = []
4005
+ include Aws::Structure
4006
+ end
4007
+
4008
+ # The metadata of the Amazon Bedrock provisioned model throughput.
4009
+ #
4010
+ # @!attribute [rw] arn
4011
+ # The Amazon Resource Name (ARN) of the Amazon Bedrock provisioned
4012
+ # model throughput metadata.
4013
+ # @return [String]
4014
+ #
4015
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BedrockProvisionedModelThroughputMetadata AWS API Documentation
4016
+ #
4017
+ class BedrockProvisionedModelThroughputMetadata < Struct.new(
4018
+ :arn)
4019
+ SENSITIVE = []
4020
+ include Aws::Structure
4021
+ end
4022
+
3913
4023
  # A structure that keeps track of which training jobs launched by your
3914
4024
  # hyperparameter tuning job are not improving model performance as
3915
4025
  # evaluated against an objective function.
@@ -10890,6 +11000,10 @@ module Aws::SageMaker
10890
11000
  # A description of the model package.
10891
11001
  # @return [String]
10892
11002
  #
11003
+ # @!attribute [rw] model_package_registration_type
11004
+ # The package registration type of the model package input.
11005
+ # @return [String]
11006
+ #
10893
11007
  # @!attribute [rw] inference_specification
10894
11008
  # Specifies details about inference jobs that you can run with models
10895
11009
  # based on this model package, including the following information:
@@ -11058,6 +11172,7 @@ module Aws::SageMaker
11058
11172
  :model_package_name,
11059
11173
  :model_package_group_name,
11060
11174
  :model_package_description,
11175
+ :model_package_registration_type,
11061
11176
  :inference_specification,
11062
11177
  :validation_specification,
11063
11178
  :source_algorithm_specification,
@@ -12535,6 +12650,18 @@ module Aws::SageMaker
12535
12650
  # the training job.
12536
12651
  # @return [Types::SessionChainingConfig]
12537
12652
  #
12653
+ # @!attribute [rw] serverless_job_config
12654
+ # The configuration for serverless training jobs.
12655
+ # @return [Types::ServerlessJobConfig]
12656
+ #
12657
+ # @!attribute [rw] mlflow_config
12658
+ # The MLflow configuration using SageMaker managed MLflow.
12659
+ # @return [Types::MlflowConfig]
12660
+ #
12661
+ # @!attribute [rw] model_package_config
12662
+ # The configuration for the model package.
12663
+ # @return [Types::ModelPackageConfig]
12664
+ #
12538
12665
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrainingJobRequest AWS API Documentation
12539
12666
  #
12540
12667
  class CreateTrainingJobRequest < Struct.new(
@@ -12562,7 +12689,10 @@ module Aws::SageMaker
12562
12689
  :retry_strategy,
12563
12690
  :remote_debug_config,
12564
12691
  :infra_check_config,
12565
- :session_chaining_config)
12692
+ :session_chaining_config,
12693
+ :serverless_job_config,
12694
+ :mlflow_config,
12695
+ :model_package_config)
12566
12696
  SENSITIVE = []
12567
12697
  include Aws::Structure
12568
12698
  end
@@ -13607,11 +13737,16 @@ module Aws::SageMaker
13607
13737
  # The file system that is associated with a channel.
13608
13738
  # @return [Types::FileSystemDataSource]
13609
13739
  #
13740
+ # @!attribute [rw] dataset_source
13741
+ # The dataset resource that's associated with a channel.
13742
+ # @return [Types::DatasetSource]
13743
+ #
13610
13744
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DataSource AWS API Documentation
13611
13745
  #
13612
13746
  class DataSource < Struct.new(
13613
13747
  :s3_data_source,
13614
- :file_system_data_source)
13748
+ :file_system_data_source,
13749
+ :dataset_source)
13615
13750
  SENSITIVE = []
13616
13751
  include Aws::Structure
13617
13752
  end
@@ -13661,6 +13796,20 @@ module Aws::SageMaker
13661
13796
  include Aws::Structure
13662
13797
  end
13663
13798
 
13799
+ # Specifies a dataset source for a channel.
13800
+ #
13801
+ # @!attribute [rw] dataset_arn
13802
+ # The Amazon Resource Name (ARN) of the dataset resource.
13803
+ # @return [String]
13804
+ #
13805
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DatasetSource AWS API Documentation
13806
+ #
13807
+ class DatasetSource < Struct.new(
13808
+ :dataset_arn)
13809
+ SENSITIVE = []
13810
+ include Aws::Structure
13811
+ end
13812
+
13664
13813
  # Configuration information for the Amazon SageMaker Debugger hook
13665
13814
  # parameters, metric and tensor collections, and storage paths. To learn
13666
13815
  # more about how to configure the `DebugHookConfig` parameter, see [Use
@@ -19577,6 +19726,10 @@ module Aws::SageMaker
19577
19726
  # The version of the model package.
19578
19727
  # @return [Integer]
19579
19728
  #
19729
+ # @!attribute [rw] model_package_registration_type
19730
+ # The package registration type of the model package output.
19731
+ # @return [String]
19732
+ #
19580
19733
  # @!attribute [rw] model_package_arn
19581
19734
  # The Amazon Resource Name (ARN) of the model package.
19582
19735
  # @return [String]
@@ -19730,6 +19883,7 @@ module Aws::SageMaker
19730
19883
  :model_package_name,
19731
19884
  :model_package_group_name,
19732
19885
  :model_package_version,
19886
+ :model_package_registration_type,
19733
19887
  :model_package_arn,
19734
19888
  :model_package_description,
19735
19889
  :creation_time,
@@ -20563,6 +20717,10 @@ module Aws::SageMaker
20563
20717
  # The ID of the pipeline version.
20564
20718
  # @return [Integer]
20565
20719
  #
20720
+ # @!attribute [rw] m_lflow_config
20721
+ # The MLflow configuration of the pipeline execution.
20722
+ # @return [Types::MLflowConfiguration]
20723
+ #
20566
20724
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecutionResponse AWS API Documentation
20567
20725
  #
20568
20726
  class DescribePipelineExecutionResponse < Struct.new(
@@ -20579,7 +20737,8 @@ module Aws::SageMaker
20579
20737
  :last_modified_by,
20580
20738
  :parallelism_configuration,
20581
20739
  :selective_execution_config,
20582
- :pipeline_version_id)
20740
+ :pipeline_version_id,
20741
+ :m_lflow_config)
20583
20742
  SENSITIVE = []
20584
20743
  include Aws::Structure
20585
20744
  end
@@ -21244,6 +21403,9 @@ module Aws::SageMaker
21244
21403
  # InProgress
21245
21404
  # : * `Starting` - Starting the training job.
21246
21405
  #
21406
+ # * `Pending` - The training job is waiting for compute capacity or
21407
+ # compute resource provision.
21408
+ #
21247
21409
  # * `Downloading` - An optional stage for algorithms that support
21248
21410
  # `File` training input mode. It indicates that data is being
21249
21411
  # downloaded to the ML storage volumes.
@@ -21442,6 +21604,10 @@ module Aws::SageMaker
21442
21604
  # `TrainingTimeInSeconds` is 500, the savings is 80%.
21443
21605
  # @return [Integer]
21444
21606
  #
21607
+ # @!attribute [rw] billable_token_count
21608
+ # The billable token count for eligible serverless training jobs.
21609
+ # @return [Integer]
21610
+ #
21445
21611
  # @!attribute [rw] debug_hook_config
21446
21612
  # Configuration information for the Amazon SageMaker Debugger hook
21447
21613
  # parameters, metric and tensor collections, and storage paths. To
@@ -21537,6 +21703,31 @@ module Aws::SageMaker
21537
21703
  # configuration for the training job.
21538
21704
  # @return [Types::InfraCheckConfig]
21539
21705
  #
21706
+ # @!attribute [rw] serverless_job_config
21707
+ # The configuration for serverless training jobs.
21708
+ # @return [Types::ServerlessJobConfig]
21709
+ #
21710
+ # @!attribute [rw] mlflow_config
21711
+ # The MLflow configuration using SageMaker managed MLflow.
21712
+ # @return [Types::MlflowConfig]
21713
+ #
21714
+ # @!attribute [rw] model_package_config
21715
+ # The configuration for the model package.
21716
+ # @return [Types::ModelPackageConfig]
21717
+ #
21718
+ # @!attribute [rw] mlflow_details
21719
+ # The MLflow details of this job.
21720
+ # @return [Types::MlflowDetails]
21721
+ #
21722
+ # @!attribute [rw] progress_info
21723
+ # The Serverless training job progress information.
21724
+ # @return [Types::TrainingProgressInfo]
21725
+ #
21726
+ # @!attribute [rw] output_model_package_arn
21727
+ # The Amazon Resource Name (ARN) of the output model package
21728
+ # containing model weights or checkpoints.
21729
+ # @return [String]
21730
+ #
21540
21731
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrainingJobResponse AWS API Documentation
21541
21732
  #
21542
21733
  class DescribeTrainingJobResponse < Struct.new(
@@ -21570,6 +21761,7 @@ module Aws::SageMaker
21570
21761
  :checkpoint_config,
21571
21762
  :training_time_in_seconds,
21572
21763
  :billable_time_in_seconds,
21764
+ :billable_token_count,
21573
21765
  :debug_hook_config,
21574
21766
  :experiment_config,
21575
21767
  :debug_rule_configurations,
@@ -21582,7 +21774,13 @@ module Aws::SageMaker
21582
21774
  :environment,
21583
21775
  :retry_strategy,
21584
21776
  :remote_debug_config,
21585
- :infra_check_config)
21777
+ :infra_check_config,
21778
+ :serverless_job_config,
21779
+ :mlflow_config,
21780
+ :model_package_config,
21781
+ :mlflow_details,
21782
+ :progress_info,
21783
+ :output_model_package_arn)
21586
21784
  SENSITIVE = []
21587
21785
  include Aws::Structure
21588
21786
  end
@@ -28562,6 +28760,20 @@ module Aws::SageMaker
28562
28760
  include Aws::Structure
28563
28761
  end
28564
28762
 
28763
+ # The metadata of the inference component.
28764
+ #
28765
+ # @!attribute [rw] arn
28766
+ # The Amazon Resource Name (ARN) of the inference component metadata.
28767
+ # @return [String]
28768
+ #
28769
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InferenceComponentMetadata AWS API Documentation
28770
+ #
28771
+ class InferenceComponentMetadata < Struct.new(
28772
+ :arn)
28773
+ SENSITIVE = []
28774
+ include Aws::Structure
28775
+ end
28776
+
28565
28777
  # Specifies a rolling deployment strategy for updating a SageMaker AI
28566
28778
  # inference component.
28567
28779
  #
@@ -30504,6 +30716,36 @@ module Aws::SageMaker
30504
30716
  include Aws::Structure
30505
30717
  end
30506
30718
 
30719
+ # The metadata that tracks relationships between ML artifacts, actions,
30720
+ # and contexts.
30721
+ #
30722
+ # @!attribute [rw] action_arns
30723
+ # The Amazon Resource Name (ARN) of the lineage metadata action.
30724
+ # @return [Hash<String,String>]
30725
+ #
30726
+ # @!attribute [rw] artifact_arns
30727
+ # The Amazon Resource Name (ARN) of the lineage metadata artifact.
30728
+ # @return [Hash<String,String>]
30729
+ #
30730
+ # @!attribute [rw] context_arns
30731
+ # The Amazon Resource Name (ARN) of the lineage metadata context.
30732
+ # @return [Hash<String,String>]
30733
+ #
30734
+ # @!attribute [rw] associations
30735
+ # The lineage metadata associations.
30736
+ # @return [Array<Types::AssociationInfo>]
30737
+ #
30738
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LineageMetadata AWS API Documentation
30739
+ #
30740
+ class LineageMetadata < Struct.new(
30741
+ :action_arns,
30742
+ :artifact_arns,
30743
+ :context_arns,
30744
+ :associations)
30745
+ SENSITIVE = []
30746
+ include Aws::Structure
30747
+ end
30748
+
30507
30749
  # @!attribute [rw] source_uri
30508
30750
  # A filter that returns only actions with the specified source URI.
30509
30751
  # @return [String]
@@ -36745,6 +36987,25 @@ module Aws::SageMaker
36745
36987
  include Aws::Structure
36746
36988
  end
36747
36989
 
36990
+ # The MLflow configuration.
36991
+ #
36992
+ # @!attribute [rw] mlflow_resource_arn
36993
+ # The Amazon Resource Name (ARN) of MLflow configuration resource.
36994
+ # @return [String]
36995
+ #
36996
+ # @!attribute [rw] mlflow_experiment_name
36997
+ # The name of the MLflow configuration.
36998
+ # @return [String]
36999
+ #
37000
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MLflowConfiguration AWS API Documentation
37001
+ #
37002
+ class MLflowConfiguration < Struct.new(
37003
+ :mlflow_resource_arn,
37004
+ :mlflow_experiment_name)
37005
+ SENSITIVE = []
37006
+ include Aws::Structure
37007
+ end
37008
+
36748
37009
  # Defines an Amazon Cognito or your own OIDC IdP user group that is part
36749
37010
  # of a work team.
36750
37011
  #
@@ -37013,6 +37274,49 @@ module Aws::SageMaker
37013
37274
  include Aws::Structure
37014
37275
  end
37015
37276
 
37277
+ # The MLflow configuration using SageMaker managed MLflow.
37278
+ #
37279
+ # @!attribute [rw] mlflow_resource_arn
37280
+ # The Amazon Resource Name (ARN) of the MLflow resource.
37281
+ # @return [String]
37282
+ #
37283
+ # @!attribute [rw] mlflow_experiment_name
37284
+ # The MLflow experiment name used for this job.
37285
+ # @return [String]
37286
+ #
37287
+ # @!attribute [rw] mlflow_run_name
37288
+ # The MLflow run name used for this job.
37289
+ # @return [String]
37290
+ #
37291
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MlflowConfig AWS API Documentation
37292
+ #
37293
+ class MlflowConfig < Struct.new(
37294
+ :mlflow_resource_arn,
37295
+ :mlflow_experiment_name,
37296
+ :mlflow_run_name)
37297
+ SENSITIVE = []
37298
+ include Aws::Structure
37299
+ end
37300
+
37301
+ # The MLflow details of this job.
37302
+ #
37303
+ # @!attribute [rw] mlflow_experiment_id
37304
+ # The MLflow experiment ID used for this job.
37305
+ # @return [String]
37306
+ #
37307
+ # @!attribute [rw] mlflow_run_id
37308
+ # The MLflow run ID used for this job.
37309
+ # @return [String]
37310
+ #
37311
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MlflowDetails AWS API Documentation
37312
+ #
37313
+ class MlflowDetails < Struct.new(
37314
+ :mlflow_experiment_id,
37315
+ :mlflow_run_id)
37316
+ SENSITIVE = []
37317
+ include Aws::Structure
37318
+ end
37319
+
37016
37320
  # The properties of a model as returned by the [Search][1] API.
37017
37321
  #
37018
37322
  #
@@ -38214,6 +38518,10 @@ module Aws::SageMaker
38214
38518
  # The version number of a versioned model.
38215
38519
  # @return [Integer]
38216
38520
  #
38521
+ # @!attribute [rw] model_package_registration_type
38522
+ # The package registration type of the model package.
38523
+ # @return [String]
38524
+ #
38217
38525
  # @!attribute [rw] model_package_arn
38218
38526
  # The Amazon Resource Name (ARN) of the model package.
38219
38527
  # @return [String]
@@ -38395,6 +38703,7 @@ module Aws::SageMaker
38395
38703
  :model_package_name,
38396
38704
  :model_package_group_name,
38397
38705
  :model_package_version,
38706
+ :model_package_registration_type,
38398
38707
  :model_package_arn,
38399
38708
  :model_package_description,
38400
38709
  :creation_time,
@@ -38427,6 +38736,27 @@ module Aws::SageMaker
38427
38736
  include Aws::Structure
38428
38737
  end
38429
38738
 
38739
+ # The configuration for the Model package.
38740
+ #
38741
+ # @!attribute [rw] model_package_group_arn
38742
+ # The Amazon Resource Name (ARN) of the model package group of output
38743
+ # model package.
38744
+ # @return [String]
38745
+ #
38746
+ # @!attribute [rw] source_model_package_arn
38747
+ # The Amazon Resource Name (ARN) of the source model package used for
38748
+ # continued fine-tuning and custom model evaluation.
38749
+ # @return [String]
38750
+ #
38751
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageConfig AWS API Documentation
38752
+ #
38753
+ class ModelPackageConfig < Struct.new(
38754
+ :model_package_group_arn,
38755
+ :source_model_package_arn)
38756
+ SENSITIVE = []
38757
+ include Aws::Structure
38758
+ end
38759
+
38430
38760
  # Describes the Docker container for the model package.
38431
38761
  #
38432
38762
  # @!attribute [rw] container_hostname
@@ -38508,6 +38838,14 @@ module Aws::SageMaker
38508
38838
  # The ETag associated with Model Data URL.
38509
38839
  # @return [String]
38510
38840
  #
38841
+ # @!attribute [rw] is_checkpoint
38842
+ # The checkpoint of the model package.
38843
+ # @return [Boolean]
38844
+ #
38845
+ # @!attribute [rw] base_model
38846
+ # The base model of the package.
38847
+ # @return [Types::BaseModel]
38848
+ #
38511
38849
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageContainerDefinition AWS API Documentation
38512
38850
  #
38513
38851
  class ModelPackageContainerDefinition < Struct.new(
@@ -38523,7 +38861,9 @@ module Aws::SageMaker
38523
38861
  :framework_version,
38524
38862
  :nearest_model_name,
38525
38863
  :additional_s3_data_source,
38526
- :model_data_etag)
38864
+ :model_data_etag,
38865
+ :is_checkpoint,
38866
+ :base_model)
38527
38867
  SENSITIVE = []
38528
38868
  include Aws::Structure
38529
38869
  end
@@ -38788,6 +39128,10 @@ module Aws::SageMaker
38788
39128
  # cycle.
38789
39129
  # @return [Types::ModelLifeCycle]
38790
39130
  #
39131
+ # @!attribute [rw] model_package_registration_type
39132
+ # The package registration type of the model package summary.
39133
+ # @return [String]
39134
+ #
38791
39135
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelPackageSummary AWS API Documentation
38792
39136
  #
38793
39137
  class ModelPackageSummary < Struct.new(
@@ -38799,7 +39143,8 @@ module Aws::SageMaker
38799
39143
  :creation_time,
38800
39144
  :model_package_status,
38801
39145
  :model_approval_status,
38802
- :model_life_cycle)
39146
+ :model_life_cycle,
39147
+ :model_package_registration_type)
38803
39148
  SENSITIVE = []
38804
39149
  include Aws::Structure
38805
39150
  end
@@ -42062,6 +42407,35 @@ module Aws::SageMaker
42062
42407
  # step execution.
42063
42408
  # @return [Types::EndpointConfigStepMetadata]
42064
42409
  #
42410
+ # @!attribute [rw] bedrock_custom_model
42411
+ # The metadata of the Amazon Bedrock custom model used in the pipeline
42412
+ # execution step.
42413
+ # @return [Types::BedrockCustomModelMetadata]
42414
+ #
42415
+ # @!attribute [rw] bedrock_custom_model_deployment
42416
+ # The metadata of the Amazon Bedrock custom model deployment used in
42417
+ # pipeline execution step.
42418
+ # @return [Types::BedrockCustomModelDeploymentMetadata]
42419
+ #
42420
+ # @!attribute [rw] bedrock_provisioned_model_throughput
42421
+ # The metadata of the Amazon Bedrock provisioned model throughput used
42422
+ # in the pipeline execution step.
42423
+ # @return [Types::BedrockProvisionedModelThroughputMetadata]
42424
+ #
42425
+ # @!attribute [rw] bedrock_model_import
42426
+ # The metadata of Amazon Bedrock model import used in pipeline
42427
+ # execution step.
42428
+ # @return [Types::BedrockModelImportMetadata]
42429
+ #
42430
+ # @!attribute [rw] inference_component
42431
+ # The metadata of the inference component used in pipeline execution
42432
+ # step.
42433
+ # @return [Types::InferenceComponentMetadata]
42434
+ #
42435
+ # @!attribute [rw] lineage
42436
+ # The metadata of the lineage used in pipeline execution step.
42437
+ # @return [Types::LineageMetadata]
42438
+ #
42065
42439
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionStepMetadata AWS API Documentation
42066
42440
  #
42067
42441
  class PipelineExecutionStepMetadata < Struct.new(
@@ -42080,7 +42454,13 @@ module Aws::SageMaker
42080
42454
  :fail,
42081
42455
  :auto_ml_job,
42082
42456
  :endpoint,
42083
- :endpoint_config)
42457
+ :endpoint_config,
42458
+ :bedrock_custom_model,
42459
+ :bedrock_custom_model_deployment,
42460
+ :bedrock_provisioned_model_throughput,
42461
+ :bedrock_model_import,
42462
+ :inference_component,
42463
+ :lineage)
42084
42464
  SENSITIVE = []
42085
42465
  include Aws::Structure
42086
42466
  end
@@ -45416,6 +45796,9 @@ module Aws::SageMaker
45416
45796
  # @!attribute [rw] volume_size_in_gb
45417
45797
  # The size of the ML storage volume that you want to provision.
45418
45798
  #
45799
+ # SageMaker automatically selects the volume size for serverless
45800
+ # training jobs. You cannot customize this setting.
45801
+ #
45419
45802
  # ML storage volumes store model artifacts and incremental states.
45420
45803
  # Training algorithms might also use the ML storage volume for scratch
45421
45804
  # space. If you want to store the training data in the ML storage
@@ -47048,6 +47431,68 @@ module Aws::SageMaker
47048
47431
  include Aws::Structure
47049
47432
  end
47050
47433
 
47434
+ # The configuration for the serverless training job.
47435
+ #
47436
+ # @!attribute [rw] base_model_arn
47437
+ # The base model Amazon Resource Name (ARN) in [SageMaker Public
47438
+ # Hub][1]. SageMaker always selects the latest version of the provided
47439
+ # model.
47440
+ #
47441
+ #
47442
+ #
47443
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-use.html
47444
+ # @return [String]
47445
+ #
47446
+ # @!attribute [rw] accept_eula
47447
+ # Specifies agreement to the model end-user license agreement (EULA).
47448
+ # The `AcceptEula` value must be explicitly defined as `True` in order
47449
+ # to accept the EULA that this model requires. You are responsible for
47450
+ # reviewing and complying with any applicable license terms and making
47451
+ # sure they are acceptable for your use case before downloading or
47452
+ # using a model. For more information, see [End-user license
47453
+ # agreements][1] section for more details on accepting the EULA.
47454
+ #
47455
+ #
47456
+ #
47457
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-foundation-models-choose.html#jumpstart-foundation-models-choose-eula
47458
+ # @return [Boolean]
47459
+ #
47460
+ # @!attribute [rw] job_type
47461
+ # The serverless training job type.
47462
+ # @return [String]
47463
+ #
47464
+ # @!attribute [rw] customization_technique
47465
+ # The model customization technique.
47466
+ # @return [String]
47467
+ #
47468
+ # @!attribute [rw] peft
47469
+ # The parameter-efficient fine-tuning configuration.
47470
+ # @return [String]
47471
+ #
47472
+ # @!attribute [rw] evaluation_type
47473
+ # The evaluation job type. Required when serverless job type is
47474
+ # `Evaluation`.
47475
+ # @return [String]
47476
+ #
47477
+ # @!attribute [rw] evaluator_arn
47478
+ # The evaluator Amazon Resource Name (ARN) used as reward function or
47479
+ # reward prompt.
47480
+ # @return [String]
47481
+ #
47482
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ServerlessJobConfig AWS API Documentation
47483
+ #
47484
+ class ServerlessJobConfig < Struct.new(
47485
+ :base_model_arn,
47486
+ :accept_eula,
47487
+ :job_type,
47488
+ :customization_technique,
47489
+ :peft,
47490
+ :evaluation_type,
47491
+ :evaluator_arn)
47492
+ SENSITIVE = []
47493
+ include Aws::Structure
47494
+ end
47495
+
47051
47496
  # Details of a provisioned service catalog product. For information
47052
47497
  # about service catalog, see [What is Amazon Web Services Service
47053
47498
  # Catalog][1].
@@ -47824,6 +48269,10 @@ module Aws::SageMaker
47824
48269
  # The ID of the pipeline version to start execution from.
47825
48270
  # @return [Integer]
47826
48271
  #
48272
+ # @!attribute [rw] mlflow_experiment_name
48273
+ # The MLflow experiment name of the start execution.
48274
+ # @return [String]
48275
+ #
47827
48276
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartPipelineExecutionRequest AWS API Documentation
47828
48277
  #
47829
48278
  class StartPipelineExecutionRequest < Struct.new(
@@ -47834,7 +48283,8 @@ module Aws::SageMaker
47834
48283
  :client_request_token,
47835
48284
  :parallelism_configuration,
47836
48285
  :selective_execution_config,
47837
- :pipeline_version_id)
48286
+ :pipeline_version_id,
48287
+ :mlflow_experiment_name)
47838
48288
  SENSITIVE = []
47839
48289
  include Aws::Structure
47840
48290
  end
@@ -49672,6 +50122,15 @@ module Aws::SageMaker
49672
50122
  # training job.
49673
50123
  # @return [Array<Types::DebugRuleEvaluationStatus>]
49674
50124
  #
50125
+ # @!attribute [rw] output_model_package_arn
50126
+ # The output model package Amazon Resource Name (ARN) that contains
50127
+ # model weights or checkpoint.
50128
+ # @return [String]
50129
+ #
50130
+ # @!attribute [rw] model_package_config
50131
+ # The model package configuration.
50132
+ # @return [Types::ModelPackageConfig]
50133
+ #
49675
50134
  # @!attribute [rw] profiler_config
49676
50135
  # Configuration information for Amazon SageMaker Debugger system
49677
50136
  # monitoring, framework profiling, and storage paths.
@@ -49734,6 +50193,8 @@ module Aws::SageMaker
49734
50193
  :debug_rule_configurations,
49735
50194
  :tensor_board_output_config,
49736
50195
  :debug_rule_evaluation_statuses,
50196
+ :output_model_package_arn,
50197
+ :model_package_config,
49737
50198
  :profiler_config,
49738
50199
  :environment,
49739
50200
  :retry_strategy,
@@ -50165,6 +50626,35 @@ module Aws::SageMaker
50165
50626
  include Aws::Structure
50166
50627
  end
50167
50628
 
50629
+ # The serverless training job progress information.
50630
+ #
50631
+ # @!attribute [rw] total_step_count_per_epoch
50632
+ # The total step count per epoch.
50633
+ # @return [Integer]
50634
+ #
50635
+ # @!attribute [rw] current_step
50636
+ # The current step number.
50637
+ # @return [Integer]
50638
+ #
50639
+ # @!attribute [rw] current_epoch
50640
+ # The current epoch number.
50641
+ # @return [Integer]
50642
+ #
50643
+ # @!attribute [rw] max_epoch
50644
+ # The maximum number of epochs for this job.
50645
+ # @return [Integer]
50646
+ #
50647
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrainingProgressInfo AWS API Documentation
50648
+ #
50649
+ class TrainingProgressInfo < Struct.new(
50650
+ :total_step_count_per_epoch,
50651
+ :current_step,
50652
+ :current_epoch,
50653
+ :max_epoch)
50654
+ SENSITIVE = []
50655
+ include Aws::Structure
50656
+ end
50657
+
50168
50658
  # An object containing authentication information for a private Docker
50169
50659
  # registry.
50170
50660
  #
@@ -53350,6 +53840,10 @@ module Aws::SageMaker
53350
53840
  # The approval status of the model.
53351
53841
  # @return [String]
53352
53842
  #
53843
+ # @!attribute [rw] model_package_registration_type
53844
+ # The package registration type of the model package input.
53845
+ # @return [String]
53846
+ #
53353
53847
  # @!attribute [rw] approval_description
53354
53848
  # A description for the approval status of the model.
53355
53849
  # @return [String]
@@ -53423,6 +53917,7 @@ module Aws::SageMaker
53423
53917
  class UpdateModelPackageInput < Struct.new(
53424
53918
  :model_package_arn,
53425
53919
  :model_approval_status,
53920
+ :model_package_registration_type,
53426
53921
  :approval_description,
53427
53922
  :customer_metadata_properties,
53428
53923
  :customer_metadata_properties_to_remove,