Class: Aws::SageMaker::Types::DeleteHyperParameterTuningJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteHyperParameterTuningJobRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
11570 11571 11572 11573 11574 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11570 class DeleteHyperParameterTuningJobRequest < Struct.new( :hyper_parameter_tuning_job_name) SENSITIVE = [] include Aws::Structure end |