Class: Aws::SageMaker::Types::DescribeOptimizationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeOptimizationJobRequest
- 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.
16813 16814 16815 16816 16817 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16813 class DescribeOptimizationJobRequest < Struct.new( :optimization_job_name) SENSITIVE = [] include Aws::Structure end |