Class: Aws::Glue::Types::CancelMLTaskRunRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_run_idString

A unique identifier for the task run.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1604

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

#transform_idString

The unique identifier of the machine learning transform.

Returns:

  • (String)


1604
1605
1606
1607
1608
1609
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1604

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