You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::CancelMLTaskRunResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status for this run.

Possible values:

  • STARTING
  • RUNNING
  • STOPPING
  • STOPPED
  • SUCCEEDED
  • FAILED
  • TIMEOUT

Returns:

  • (String)

    The status for this run.

#task_run_idString

The unique identifier for the task run.

Returns:

  • (String)

    The unique identifier for the task run.

#transform_idString

The unique identifier of the machine learning transform.

Returns:

  • (String)

    The unique identifier of the machine learning transform.