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)


39079
39080
39081
39082
39083
39084
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39079

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)


39079
39080
39081
39082
39083
39084
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39079

class ModelPackageConfig < Struct.new(
  :model_package_group_arn,
  :source_model_package_arn)
  SENSITIVE = []
  include Aws::Structure
end