Class: Aws::SageMaker::Types::DescribeOptimizationJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optimization_job_nameString

The name that you assigned to the optimization job.

Returns:

  • (String)


16852
16853
16854
16855
16856
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16852

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