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.
21874 21875 21876 21877 21878 |
# File 'lib/aws-sdk-glue/types.rb', line 21874 class StartMLLabelingSetGenerationTaskRunResponse < Struct.new( :task_run_id) SENSITIVE = [] include Aws::Structure end |