Class: Aws::Glue::Types::CancelMLTaskRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CancelMLTaskRunResponse
- Defined in:
- gems/aws-sdk-glue/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.
1285 1286 1287 1288 1289 1290 1291 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1285 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.
1285 1286 1287 1288 1289 1290 1291 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1285 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.
1285 1286 1287 1288 1289 1290 1291 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1285 class CancelMLTaskRunResponse < Struct.new( :transform_id, :task_run_id, :status) SENSITIVE = [] include Aws::Structure end |