Class: Aws::SageMaker::Types::TextGenerationResolvedAttributes

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

Overview

The resolved attributes specific to the text generation problem type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_nameString

The name of the base model to fine-tune.

Returns:

  • (String)


40343
40344
40345
40346
40347
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40343

class TextGenerationResolvedAttributes < Struct.new(
  :base_model_name)
  SENSITIVE = []
  include Aws::Structure
end