Class: Aws::SageMaker::Types::StopOptimizationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StopOptimizationJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#optimization_job_name ⇒ String
The name that you assigned to the optimization job.
Instance Attribute Details
#optimization_job_name ⇒ String
The name that you assigned to the optimization job.
41786 41787 41788 41789 41790 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41786 class StopOptimizationJobRequest < Struct.new( :optimization_job_name) SENSITIVE = [] include Aws::Structure end |