Class: Aws::SageMaker::Types::ModelPackageConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelPackageConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The configuration for the Model package.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_package_group_arn ⇒ String
The Amazon Resource Name (ARN) of the model package group of output model package.
-
#source_model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the source model package used for continued fine-tuning and custom model evaluation.
Instance Attribute Details
#model_package_group_arn ⇒ String
The Amazon Resource Name (ARN) of the model package group of output model package.
38753 38754 38755 38756 38757 38758 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38753 class ModelPackageConfig < Struct.new( :model_package_group_arn, :source_model_package_arn) SENSITIVE = [] include Aws::Structure end |
#source_model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the source model package used for continued fine-tuning and custom model evaluation.
38753 38754 38755 38756 38757 38758 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38753 class ModelPackageConfig < Struct.new( :model_package_group_arn, :source_model_package_arn) SENSITIVE = [] include Aws::Structure end |