Class: Aws::BedrockAgentRuntime::Types::InferenceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::InferenceConfig
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The configuration for inference settings when generating responses using RetrieveAndGenerate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text_inference_config ⇒ Types::TextInferenceConfig
Configuration settings specific to text generation while generating responses using RetrieveAndGenerate.
Instance Attribute Details
#text_inference_config ⇒ Types::TextInferenceConfig
Configuration settings specific to text generation while generating responses using RetrieveAndGenerate.
2841 2842 2843 2844 2845 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2841 class InferenceConfig < Struct.new( :text_inference_config) SENSITIVE = [] include Aws::Structure end |