Class: Aws::BedrockAgentRuntime::Types::RetrievalOverrides

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

Overview

Overrides for retrieval behavior.

Constant Summary collapse

SENSITIVE =
[:filter]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::RetrievalFilter

A filter to apply to the retrieval results.



8390
8391
8392
8393
8394
8395
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8390

class RetrievalOverrides < Struct.new(
  :filter,
  :max_number_of_results)
  SENSITIVE = [:filter]
  include Aws::Structure
end

#max_number_of_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


8390
8391
8392
8393
8394
8395
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8390

class RetrievalOverrides < Struct.new(
  :filter,
  :max_number_of_results)
  SENSITIVE = [:filter]
  include Aws::Structure
end