Class: Aws::Bedrock::Types::KbInferenceConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Contains configuration details of the inference for knowledge base retrieval and response generation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#text_inference_configTypes::TextInferenceConfig

Contains configuration details for text generation using a language model via the ‘RetrieveAndGenerate` function.



4277
4278
4279
4280
4281
# File 'lib/aws-sdk-bedrock/types.rb', line 4277

class KbInferenceConfig < Struct.new(
  :text_inference_config)
  SENSITIVE = []
  include Aws::Structure
end