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