Class: Aws::Comprehend::Types::TopicsDetectionJobFilter

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

Overview

Provides information for filtering topic detection jobs. For more information, see .

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

Returns:

  • (String)


8556
8557
8558
8559
8560
8561
8562
8563
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8556

class TopicsDetectionJobFilter < Struct.new(
  :job_name,
  :job_status,
  :submit_time_before,
  :submit_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

Filters the list of topic detection jobs based on job status. Returns only jobs with the specified status.

Returns:

  • (String)


8556
8557
8558
8559
8560
8561
8562
8563
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8556

class TopicsDetectionJobFilter < Struct.new(
  :job_name,
  :job_status,
  :submit_time_before,
  :submit_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#submit_time_afterTime

Filters the list of jobs based on the time that the job was submitted for processing. Only returns jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.

Returns:

  • (Time)


8556
8557
8558
8559
8560
8561
8562
8563
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8556

class TopicsDetectionJobFilter < Struct.new(
  :job_name,
  :job_status,
  :submit_time_before,
  :submit_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#submit_time_beforeTime

Filters the list of jobs based on the time that the job was submitted for processing. Only returns jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.

Returns:

  • (Time)


8556
8557
8558
8559
8560
8561
8562
8563
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8556

class TopicsDetectionJobFilter < Struct.new(
  :job_name,
  :job_status,
  :submit_time_before,
  :submit_time_after)
  SENSITIVE = []
  include Aws::Structure
end