Class: Google::Cloud::AIPlatform::V1::DeleteHyperparameterTuningJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteHyperparameterTuningJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Request message for JobService.DeleteHyperparameterTuningJob.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the HyperparameterTuningJob resource to be deleted.
Format:
projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}
.
351 352 353 354 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 351 class DeleteHyperparameterTuningJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |