Class: Aws::SageMaker::Types::StopAutoMLJobRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass StopAutoMLJobRequest data as a hash:

{
  auto_ml_job_name: "AutoMLJobName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_nameString

The name of the object you are requesting.

Returns:

  • (String)


17603
17604
17605
17606
# File 'lib/aws-sdk-sagemaker/types.rb', line 17603

class StopAutoMLJobRequest < Struct.new(
  :auto_ml_job_name)
  include Aws::Structure
end