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.
41723 41724 41725 41726 41727 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 41723 class StopOptimizationJobRequest < Struct.new( :optimization_job_name) SENSITIVE = [] include Aws::Structure end |