Class: Aws::Glue::Types::StartMLLabelingSetGenerationTaskRunResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_run_idString

The unique run identifier that is associated with this task run.

Returns:

  • (String)


20335
20336
20337
20338
20339
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20335

class StartMLLabelingSetGenerationTaskRunResponse < Struct.new(
  :task_run_id)
  SENSITIVE = []
  include Aws::Structure
end