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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18440
18441
18442
18443
18444
# File 'lib/aws-sdk-glue/types.rb', line 18440

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