Class: Aws::SageMaker::Types::DescribeHyperParameterTuningJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeHyperParameterTuningJobRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hyper_parameter_tuning_job_name ⇒ String
The name of the tuning job.
Instance Attribute Details
#hyper_parameter_tuning_job_name ⇒ String
The name of the tuning job.
15529 15530 15531 15532 15533 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 15529 class DescribeHyperParameterTuningJobRequest < Struct.new( :hyper_parameter_tuning_job_name) SENSITIVE = [] include Aws::Structure end |