Class: Aws::QConnect::Types::GenerativeReference
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QConnect::Types::GenerativeReference
 
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Reference information about generative content.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #generation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the LLM model. 
- 
  
    
      #model_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the LLM model. 
Instance Attribute Details
#generation_id ⇒ String
The identifier of the LLM model.
| 4502 4503 4504 4505 4506 4507 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4502 class GenerativeReference < Struct.new( :model_id, :generation_id) SENSITIVE = [] include Aws::Structure end | 
#model_id ⇒ String
The identifier of the LLM model.
| 4502 4503 4504 4505 4506 4507 | # File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4502 class GenerativeReference < Struct.new( :model_id, :generation_id) SENSITIVE = [] include Aws::Structure end |