Class: Aws::SageMaker::Types::DeleteHyperParameterTuningJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteHyperParameterTuningJobRequest
- 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 hyperparameter tuning job that you want to delete.
Instance Attribute Details
#hyper_parameter_tuning_job_name ⇒ String
The name of the hyperparameter tuning job that you want to delete.
11531 11532 11533 11534 11535 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11531 class DeleteHyperParameterTuningJobRequest < Struct.new( :hyper_parameter_tuning_job_name) SENSITIVE = [] include Aws::Structure end |