Class: Aws::BedrockAgentRuntime::Types::ExternalSourcesRetrieveAndGenerateConfiguration

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

Overview

The configurations of the external source wrapper object in the retrieveAndGenerate function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#generation_configurationTypes::ExternalSourcesGenerationConfiguration

The prompt used with the external source wrapper object with the retrieveAndGenerate function.



490
491
492
493
494
495
496
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 490

class ExternalSourcesRetrieveAndGenerateConfiguration < Struct.new(
  :generation_configuration,
  :model_arn,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

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

Returns:

  • (String)


490
491
492
493
494
495
496
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 490

class ExternalSourcesRetrieveAndGenerateConfiguration < Struct.new(
  :generation_configuration,
  :model_arn,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sourcesArray<Types::ExternalSource>

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

Returns:



490
491
492
493
494
495
496
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 490

class ExternalSourcesRetrieveAndGenerateConfiguration < Struct.new(
  :generation_configuration,
  :model_arn,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end