public sealed class GetHyperparameterTuningJobRequest : IMessage<GetHyperparameterTuningJobRequest>, IEquatable<GetHyperparameterTuningJobRequest>, IDeepCloneable<GetHyperparameterTuningJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetHyperparameterTuningJobRequest.
Request message for
[JobService.GetHyperparameterTuningJob][google.cloud.aiplatform.v1beta1.JobService.GetHyperparameterTuningJob].
Required. The name of the HyperparameterTuningJob resource.
Format:
projects/{project}/locations/{location}/hyperparameterTuningJobs/{hyperparameter_tuning_job}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["The `GetHyperparameterTuningJobRequest` class is part of the Vertex AI v1beta1 API, used to request a hyperparameter tuning job, and is located in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class inherits from the `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and buffer messaging."],["The `GetHyperparameterTuningJobRequest` class has two constructors: one default and one that takes another `GetHyperparameterTuningJobRequest` object as a parameter for copying."],["It contains two key properties: `HyperparameterTuningJobName`, a typed view of the resource name, and `Name`, a string property representing the required name of the hyperparameter tuning job resource in the specified format."],["The class's primary purpose is to serve as a request message for `JobService.GetHyperparameterTuningJob`, retrieving the details of a specific hyperparameter tuning job."]]],[]]