Class: Aws::BedrockAgentRuntime::Types::ImplicitFilterConfiguration

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

Overview

Settings for implicit filtering, where a model generates a metadata filter based on the prompt.

Constant Summary collapse

SENSITIVE =
[:metadata_attributes]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_attributesArray<Types::MetadataAttributeSchema>

Metadata that can be used in a filter.

Returns:



2300
2301
2302
2303
2304
2305
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2300

class ImplicitFilterConfiguration < Struct.new(
  :metadata_attributes,
  :model_arn)
  SENSITIVE = [:metadata_attributes]
  include Aws::Structure
end

#model_arnString

The model that generates the filter.

Returns:

  • (String)


2300
2301
2302
2303
2304
2305
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2300

class ImplicitFilterConfiguration < Struct.new(
  :metadata_attributes,
  :model_arn)
  SENSITIVE = [:metadata_attributes]
  include Aws::Structure
end