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.
14706 14707 14708 14709 14710 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 14706 class DescribeHyperParameterTuningJobRequest < Struct.new( :hyper_parameter_tuning_job_name) SENSITIVE = [] include Aws::Structure end |