Class: Aws::SageMaker::Types::DeleteOptimizationJobRequest

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)


11821
11822
11823
11824
11825
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11821

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