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)


3182
3183
3184
3185
3186
3187
3188
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3182

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)


3182
3183
3184
3185
3186
3187
3188
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3182

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)


3182
3183
3184
3185
3186
3187
3188
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3182

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