Class: Aws::BedrockAgent::Types::IngestionJobFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributeString

The name of field or attribute to apply the filter.

Returns:

  • (String)


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

#operatorString

The operation to apply to the field or attribute.

Returns:

  • (String)


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

#valuesArray<String>

A list of values that belong to the field or attribute.

Returns:

  • (Array<String>)


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