Class: Aws::BedrockAgentRuntime::Types::ExternalSourcesRetrieveAndGenerateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ExternalSourcesRetrieveAndGenerateConfiguration
- 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
-
#generation_configuration ⇒ Types::ExternalSourcesGenerationConfiguration
The prompt used with the external source wrapper object with the
retrieveAndGenerate
function. -
#model_arn ⇒ String
The model Amazon Resource Name (ARN) for the external source wrapper object in the
retrieveAndGenerate
function. -
#sources ⇒ Array<Types::ExternalSource>
The document for the external source wrapper object in the
retrieveAndGenerate
function.
Instance Attribute Details
#generation_configuration ⇒ Types::ExternalSourcesGenerationConfiguration
The prompt used with the external source wrapper object with the
retrieveAndGenerate
function.
767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 767 class ExternalSourcesRetrieveAndGenerateConfiguration < Struct.new( :generation_configuration, :model_arn, :sources) SENSITIVE = [] include Aws::Structure end |
#model_arn ⇒ String
The model Amazon Resource Name (ARN) for the external source wrapper
object in the retrieveAndGenerate
function.
767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 767 class ExternalSourcesRetrieveAndGenerateConfiguration < Struct.new( :generation_configuration, :model_arn, :sources) SENSITIVE = [] include Aws::Structure end |
#sources ⇒ Array<Types::ExternalSource>
The document for the external source wrapper object in the
retrieveAndGenerate
function.
767 768 769 770 771 772 773 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 767 class ExternalSourcesRetrieveAndGenerateConfiguration < Struct.new( :generation_configuration, :model_arn, :sources) SENSITIVE = [] include Aws::Structure end |