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.
2158 2159 2160 2161 2162 2163 2164 |
# File 'lib/aws-sdk-glue/types.rb', line 2158 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.
2158 2159 2160 2161 2162 2163 2164 |
# File 'lib/aws-sdk-glue/types.rb', line 2158 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.
2158 2159 2160 2161 2162 2163 2164 |
# File 'lib/aws-sdk-glue/types.rb', line 2158 class CancelMLTaskRunResponse < Struct.new( :transform_id, :task_run_id, :status) SENSITIVE = [] include Aws::Structure end |