Class: Aws::Glue::Types::CancelMLTaskRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CancelMLTaskRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status for this run.
-
#task_run_id ⇒ String
The unique identifier for the task run.
-
#transform_id ⇒ String
The unique identifier of the machine learning transform.
Instance Attribute Details
#status ⇒ String
The status for this run.
1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-glue/types.rb', line 1761 class CancelMLTaskRunResponse < Struct.new( :transform_id, :task_run_id, :status) SENSITIVE = [] include Aws::Structure end |
#task_run_id ⇒ String
The unique identifier for the task run.
1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-glue/types.rb', line 1761 class CancelMLTaskRunResponse < Struct.new( :transform_id, :task_run_id, :status) SENSITIVE = [] include Aws::Structure end |
#transform_id ⇒ String
The unique identifier of the machine learning transform.
1761 1762 1763 1764 1765 1766 1767 |
# File 'lib/aws-sdk-glue/types.rb', line 1761 class CancelMLTaskRunResponse < Struct.new( :transform_id, :task_run_id, :status) SENSITIVE = [] include Aws::Structure end |