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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


3169
3170
3171
3172
3173
3174
3175
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3169

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)


3169
3170
3171
3172
3173
3174
3175
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3169

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)


3169
3170
3171
3172
3173
3174
3175
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3169

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