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.
14624 14625 14626 14627 14628 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14624 class DescribeHyperParameterTuningJobRequest < Struct.new( :hyper_parameter_tuning_job_name) SENSITIVE = [] include Aws::Structure end |