Class: Aws::SageMaker::Types::DescribeAutoMLJobRequest

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 DescribeAutoMLJobRequest data as a hash:

{
  auto_ml_job_name: "AutoMLJobName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_nameString

Request information about a job using that job’s unique name.



6234
6235
6236
6237
# File 'lib/aws-sdk-sagemaker/types.rb', line 6234

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