Class: Aws::QConnect::Types::GenerativeReference

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#generation_idString

The identifier of the LLM model.

Returns:

  • (String)


1520
1521
1522
1523
1524
1525
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1520

class GenerativeReference < Struct.new(
  :generation_id,
  :model_id)
  SENSITIVE = []
  include Aws::Structure
end

#model_idString

The identifier of the LLM model.

Returns:

  • (String)


1520
1521
1522
1523
1524
1525
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1520

class GenerativeReference < Struct.new(
  :generation_id,
  :model_id)
  SENSITIVE = []
  include Aws::Structure
end