Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Contains details about the resource being queried.

This data type is used in the following API operations:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#external_sources_configurationTypes::ExternalSourcesRetrieveAndGenerateConfiguration

The configuration used with the external source wrapper object in the retrieveAndGenerate function.



2041
2042
2043
2044
2045
2046
2047
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2041

class RetrieveAndGenerateConfiguration < Struct.new(
  :external_sources_configuration,
  :knowledge_base_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_configurationTypes::KnowledgeBaseRetrieveAndGenerateConfiguration

Contains details about the resource being queried.



2041
2042
2043
2044
2045
2046
2047
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2041

class RetrieveAndGenerateConfiguration < Struct.new(
  :external_sources_configuration,
  :knowledge_base_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of resource that is queried by the request.

Returns:

  • (String)


2041
2042
2043
2044
2045
2046
2047
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2041

class RetrieveAndGenerateConfiguration < Struct.new(
  :external_sources_configuration,
  :knowledge_base_configuration,
  :type)
  SENSITIVE = []
  include Aws::Structure
end