Class: Aws::SageMaker::Types::TextGenerationResolvedAttributes
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::TextGenerationResolvedAttributes
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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.
      44731 44732 44733 44734 44735  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 44731 class TextGenerationResolvedAttributes < Struct.new( :base_model_name) SENSITIVE = [] include Aws::Structure end  |