Class: Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunResponse
- 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 run identifier that is associated with this task run.
Instance Attribute Details
#task_run_id ⇒ String
The unique run identifier that is associated with this task run.
24174 24175 24176 24177 24178 |
# File 'lib/aws-sdk-glue/types.rb', line 24174 class StartMLLabelingSetGenerationTaskRunResponse < Struct.new( :task_run_id) SENSITIVE = [] include Aws::Structure end |