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.
43597 43598 43599 43600 43601 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 43597 class StopOptimizationJobRequest < Struct.new( :optimization_job_name) SENSITIVE = [] include Aws::Structure end |