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.
1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-glue/types.rb', line 1856 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.
1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-glue/types.rb', line 1856 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.
1856 1857 1858 1859 1860 1861 1862 |
# File 'lib/aws-sdk-glue/types.rb', line 1856 class CancelMLTaskRunResponse < Struct.new( :transform_id, :task_run_id, :status) SENSITIVE = [] include Aws::Structure end |