You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::CancelMLTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CancelMLTaskRunRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CancelMLTaskRunRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
transform_id: "HashString", # required
task_run_id: "HashString", # required
}
Instance Attribute Summary collapse
-
#task_run_id ⇒ String
A unique identifier for the task run.
-
#transform_id ⇒ String
The unique identifier of the machine learning transform.
Instance Attribute Details
#task_run_id ⇒ String
A unique identifier for the task run.
#transform_id ⇒ String
The unique identifier of the machine learning transform.