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)


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

#operatorString

The operation to apply to the field or attribute.

Returns:

  • (String)


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

#valuesArray<String>

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

Returns:

  • (Array<String>)


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