Class: Aws::Glue::Types::StartMLEvaluationTaskRunResponse

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 identifier associated with this run.

Returns:

  • (String)


20313
20314
20315
20316
20317
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20313

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