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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Defines a filter by which to filter the results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributeString

The attribute by which to filter the results.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4293

class IngestionJobFilter < Struct.new(
  :attribute,
  :operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#operatorString

The operation to carry out between the attribute and the values.

Returns:

  • (String)


4293
4294
4295
4296
4297
4298
4299
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4293

class IngestionJobFilter < Struct.new(
  :attribute,
  :operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#valuesArray<String>

A list of values for the attribute.

Returns:

  • (Array<String>)


4293
4294
4295
4296
4297
4298
4299
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4293

class IngestionJobFilter < Struct.new(
  :attribute,
  :operator,
  :values)
  SENSITIVE = []
  include Aws::Structure
end