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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status for this run.

Returns:

  • (String)


1625
1626
1627
1628
1629
1630
1631
# File 'lib/aws-sdk-glue/types.rb', line 1625

class CancelMLTaskRunResponse < Struct.new(
  :transform_id,
  :task_run_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#task_run_idString

The unique identifier for the task run.

Returns:

  • (String)


1625
1626
1627
1628
1629
1630
1631
# File 'lib/aws-sdk-glue/types.rb', line 1625

class CancelMLTaskRunResponse < Struct.new(
  :transform_id,
  :task_run_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#transform_idString

The unique identifier of the machine learning transform.

Returns:

  • (String)


1625
1626
1627
1628
1629
1630
1631
# File 'lib/aws-sdk-glue/types.rb', line 1625

class CancelMLTaskRunResponse < Struct.new(
  :transform_id,
  :task_run_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end