Class: Aws::QConnect::Types::GenerativeDataDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Details about generative data.

Constant Summary collapse

SENSITIVE =
[:completion]

Instance Attribute Summary collapse

Instance Attribute Details

#completionString

The LLM response.

Returns:

  • (String)


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_dataTypes::RankingData

Details about the generative content ranking data.

Returns:



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

#referencesArray<Types::DataSummary>

The references used to generative the LLM response.

Returns:



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