Class: Aws::Comprehend::Types::DatasetFilter

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

Overview

Filter the datasets based on creation time or dataset status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

Filter the datasets to include datasets created after the specified time.

Returns:

  • (Time)


1695
1696
1697
1698
1699
1700
1701
1702
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1695

class DatasetFilter < Struct.new(
  :status,
  :dataset_type,
  :creation_time_after,
  :creation_time_before)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

Filter the datasets to include datasets created before the specified time.

Returns:

  • (Time)


1695
1696
1697
1698
1699
1700
1701
1702
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1695

class DatasetFilter < Struct.new(
  :status,
  :dataset_type,
  :creation_time_after,
  :creation_time_before)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_typeString

Filter the datasets based on the dataset type.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1695

class DatasetFilter < Struct.new(
  :status,
  :dataset_type,
  :creation_time_after,
  :creation_time_before)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Filter the datasets based on the dataset status.

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
1701
1702
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 1695

class DatasetFilter < Struct.new(
  :status,
  :dataset_type,
  :creation_time_after,
  :creation_time_before)
  SENSITIVE = []
  include Aws::Structure
end