Class: Aws::SageMaker::Types::BaseModel

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Identifies the foundation model that was used as the starting point for model customization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hub_content_nameString

The hub content name of the base model.

Returns:

  • (String)


3908
3909
3910
3911
3912
3913
3914
# File 'lib/aws-sdk-sagemaker/types.rb', line 3908

class BaseModel < Struct.new(
  :hub_content_name,
  :hub_content_version,
  :recipe_name)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_versionString

The hub content version of the base model.

Returns:

  • (String)


3908
3909
3910
3911
3912
3913
3914
# File 'lib/aws-sdk-sagemaker/types.rb', line 3908

class BaseModel < Struct.new(
  :hub_content_name,
  :hub_content_version,
  :recipe_name)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_nameString

The recipe name of the base model.

Returns:

  • (String)


3908
3909
3910
3911
3912
3913
3914
# File 'lib/aws-sdk-sagemaker/types.rb', line 3908

class BaseModel < Struct.new(
  :hub_content_name,
  :hub_content_version,
  :recipe_name)
  SENSITIVE = []
  include Aws::Structure
end