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