Class: Aws::QConnect::Types::GenerativeDataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::GenerativeDataDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Details about generative data.
Constant Summary collapse
- SENSITIVE =
[:completion]
Instance Attribute Summary collapse
-
#completion ⇒ String
The LLM response.
-
#ranking_data ⇒ Types::RankingData
Details about the generative content ranking data.
-
#references ⇒ Array<Types::DataSummary>
The references used to generative the LLM response.
Instance Attribute Details
#completion ⇒ String
The LLM response.
4791 4792 4793 4794 4795 4796 4797 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4791 class GenerativeDataDetails < Struct.new( :completion, :references, :ranking_data) SENSITIVE = [:completion] include Aws::Structure end |
#ranking_data ⇒ Types::RankingData
Details about the generative content ranking data.
4791 4792 4793 4794 4795 4796 4797 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4791 class GenerativeDataDetails < Struct.new( :completion, :references, :ranking_data) SENSITIVE = [:completion] include Aws::Structure end |
#references ⇒ Array<Types::DataSummary>
The references used to generative the LLM response.
4791 4792 4793 4794 4795 4796 4797 |
# File 'lib/aws-sdk-qconnect/types.rb', line 4791 class GenerativeDataDetails < Struct.new( :completion, :references, :ranking_data) SENSITIVE = [:completion] include Aws::Structure end |