Class: Aws::Glue::Types::GetMLTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMLTaskRunRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass GetMLTaskRunRequest data as a hash:
{
transform_id: "HashString", # required
task_run_id: "HashString", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_run_id ⇒ String
The unique identifier of the task run.
-
#transform_id ⇒ String
The unique identifier of the machine learning transform.
Instance Attribute Details
#task_run_id ⇒ String
The unique identifier of the task run.
11270 11271 11272 11273 11274 11275 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11270 class GetMLTaskRunRequest < Struct.new( :transform_id, :task_run_id) SENSITIVE = [] include Aws::Structure end |
#transform_id ⇒ String
The unique identifier of the machine learning transform.
11270 11271 11272 11273 11274 11275 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11270 class GetMLTaskRunRequest < Struct.new( :transform_id, :task_run_id) SENSITIVE = [] include Aws::Structure end |