Class: Aws::SageMaker::Types::ModelPackageConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#model_package_group_arnString

The Amazon Resource Name (ARN) of the model package group of output model package.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the source model package used for continued fine-tuning and custom model evaluation.

Returns:

  • (String)


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