Class: Aws::Glue::Types::GetMLTaskRunRequest

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 of the task run.

Returns:

  • (String)


10972
10973
10974
10975
10976
10977
# File 'lib/aws-sdk-glue/types.rb', line 10972

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

#transform_idString

The unique identifier of the machine learning transform.

Returns:

  • (String)


10972
10973
10974
10975
10976
10977
# File 'lib/aws-sdk-glue/types.rb', line 10972

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