Class: Aws::Glue::Types::TaskRunFilterCriteria

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#started_afterTime

Filter on task runs started after this date.

Returns:

  • (Time)


21347
21348
21349
21350
21351
21352
21353
21354
# File 'lib/aws-sdk-glue/types.rb', line 21347

class TaskRunFilterCriteria < Struct.new(
  :task_run_type,
  :status,
  :started_before,
  :started_after)
  SENSITIVE = []
  include Aws::Structure
end

#started_beforeTime

Filter on task runs started before this date.

Returns:

  • (Time)


21347
21348
21349
21350
21351
21352
21353
21354
# File 'lib/aws-sdk-glue/types.rb', line 21347

class TaskRunFilterCriteria < Struct.new(
  :task_run_type,
  :status,
  :started_before,
  :started_after)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the task run.

Returns:

  • (String)


21347
21348
21349
21350
21351
21352
21353
21354
# File 'lib/aws-sdk-glue/types.rb', line 21347

class TaskRunFilterCriteria < Struct.new(
  :task_run_type,
  :status,
  :started_before,
  :started_after)
  SENSITIVE = []
  include Aws::Structure
end

#task_run_typeString

The type of task run.

Returns:

  • (String)


21347
21348
21349
21350
21351
21352
21353
21354
# File 'lib/aws-sdk-glue/types.rb', line 21347

class TaskRunFilterCriteria < Struct.new(
  :task_run_type,
  :status,
  :started_before,
  :started_after)
  SENSITIVE = []
  include Aws::Structure
end