Class: Aws::Glue::Types::TaskRunFilterCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TaskRunFilterCriteria
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
The criteria that are used to filter the task runs for the machine learning transform.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#started_after ⇒ Time
Filter on task runs started after this date.
-
#started_before ⇒ Time
Filter on task runs started before this date.
-
#status ⇒ String
The current status of the task run.
-
#task_run_type ⇒ String
The type of task run.
Instance Attribute Details
#started_after ⇒ Time
Filter on task runs started after this date.
23207 23208 23209 23210 23211 23212 23213 23214 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23207 class TaskRunFilterCriteria < Struct.new( :task_run_type, :status, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#started_before ⇒ Time
Filter on task runs started before this date.
23207 23208 23209 23210 23211 23212 23213 23214 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23207 class TaskRunFilterCriteria < Struct.new( :task_run_type, :status, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the task run.
23207 23208 23209 23210 23211 23212 23213 23214 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23207 class TaskRunFilterCriteria < Struct.new( :task_run_type, :status, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |
#task_run_type ⇒ String
The type of task run.
23207 23208 23209 23210 23211 23212 23213 23214 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23207 class TaskRunFilterCriteria < Struct.new( :task_run_type, :status, :started_before, :started_after) SENSITIVE = [] include Aws::Structure end |