Class: Aws::Glue::Types::StartMLEvaluationTaskRunRequest

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

#transform_idString

The unique identifier of the machine learning transform.

Returns:

  • (String)


21832
21833
21834
21835
21836
# File 'lib/aws-sdk-glue/types.rb', line 21832

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