Class: Aws::Glue::Types::GetMLTaskRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetMLTaskRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
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.
10775 10776 10777 10778 10779 10780 |
# File 'lib/aws-sdk-glue/types.rb', line 10775 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.
10775 10776 10777 10778 10779 10780 |
# File 'lib/aws-sdk-glue/types.rb', line 10775 class GetMLTaskRunRequest < Struct.new( :transform_id, :task_run_id) SENSITIVE = [] include Aws::Structure end |