Class: Aws::BedrockAgentRuntime::Types::GenerationConfiguration

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

Overview

Contains configurations for response generation based on the knowledge base query results.

This data type is used in the following API operations:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_request_fieldsHash<String,Hash,Array,String,Numeric,Boolean>

Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base. This allows users to provide custom model parameters specific to the language model being used.

Returns:

  • (Hash<String,Hash,Array,String,Numeric,Boolean>)


744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 744

class GenerationConfiguration < Struct.new(
  :additional_model_request_fields,
  :guardrail_configuration,
  :inference_config,
  :prompt_template)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_configurationTypes::GuardrailConfiguration

The configuration details for the guardrail.



744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 744

class GenerationConfiguration < Struct.new(
  :additional_model_request_fields,
  :guardrail_configuration,
  :inference_config,
  :prompt_template)
  SENSITIVE = []
  include Aws::Structure
end

#inference_configTypes::InferenceConfig

Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source.



744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 744

class GenerationConfiguration < Struct.new(
  :additional_model_request_fields,
  :guardrail_configuration,
  :inference_config,
  :prompt_template)
  SENSITIVE = []
  include Aws::Structure
end

#prompt_templateTypes::PromptTemplate

Contains the template for the prompt that's sent to the model for response generation.



744
745
746
747
748
749
750
751
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 744

class GenerationConfiguration < Struct.new(
  :additional_model_request_fields,
  :guardrail_configuration,
  :inference_config,
  :prompt_template)
  SENSITIVE = []
  include Aws::Structure
end