Class: Aws::BedrockAgent::Types::IngestionJobFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::IngestionJobFilter
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
The definition of a filter to filter the data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The name of field or attribute to apply the filter.
-
#operator ⇒ String
The operation to apply to the field or attribute.
-
#values ⇒ Array<String>
A list of values that belong to the field or attribute.
Instance Attribute Details
#attribute ⇒ String
The name of field or attribute to apply the filter.
5398 5399 5400 5401 5402 5403 5404 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5398 class IngestionJobFilter < Struct.new( :attribute, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operation to apply to the field or attribute.
5398 5399 5400 5401 5402 5403 5404 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5398 class IngestionJobFilter < Struct.new( :attribute, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of values that belong to the field or attribute.
5398 5399 5400 5401 5402 5403 5404 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5398 class IngestionJobFilter < Struct.new( :attribute, :operator, :values) SENSITIVE = [] include Aws::Structure end |