Class: Aws::BedrockAgentRuntime::Types::ImplicitFilterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ImplicitFilterConfiguration
- 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
-
#metadata_attributes ⇒ Array<Types::MetadataAttributeSchema>
Metadata that can be used in a filter.
-
#model_arn ⇒ String
The model that generates the filter.
Instance Attribute Details
#metadata_attributes ⇒ Array<Types::MetadataAttributeSchema>
Metadata that can be used in a filter.
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_arn ⇒ String
The model that generates the filter.
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 |