class Aws::Glue::Types::TaskRunFilterCriteria

The criteria that are used to filter the task runs for the machine learning transform.

@note When making an API call, you may pass TaskRunFilterCriteria

data as a hash:

    {
      task_run_type: "EVALUATION", # accepts EVALUATION, LABELING_SET_GENERATION, IMPORT_LABELS, EXPORT_LABELS, FIND_MATCHES
      status: "STARTING", # accepts STARTING, RUNNING, STOPPING, STOPPED, SUCCEEDED, FAILED, TIMEOUT
      started_before: Time.now,
      started_after: Time.now,
    }

@!attribute [rw] task_run_type

The type of task run.
@return [String]

@!attribute [rw] status

The current status of the task run.
@return [String]

@!attribute [rw] started_before

Filter on task runs started before this date.
@return [Time]

@!attribute [rw] started_after

Filter on task runs started after this date.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TaskRunFilterCriteria AWS API Documentation

Constants

SENSITIVE