Class: Aws::SageMaker::Types::TextGenerationResolvedAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TextGenerationResolvedAttributes
- 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
-
#base_model_name ⇒ String
The name of the base model to fine-tune.
Instance Attribute Details
#base_model_name ⇒ String
The name of the base model to fine-tune.
53222 53223 53224 53225 53226 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 53222 class TextGenerationResolvedAttributes < Struct.new( :base_model_name) SENSITIVE = [] include Aws::Structure end |