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.
4682 4683 4684 4685 4686 4687 4688 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4682 class IngestionJobFilter < Struct.new( :attribute, :operator, :values) SENSITIVE = [] include Aws::Structure end |
#operator ⇒ String
The operation to apply to the field or attribute.
4682 4683 4684 4685 4686 4687 4688 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4682 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.
4682 4683 4684 4685 4686 4687 4688 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4682 class IngestionJobFilter < Struct.new( :attribute, :operator, :values) SENSITIVE = [] include Aws::Structure end |