public sealed class GetTuningJobRequest : IMessage<GetTuningJobRequest>, IEquatable<GetTuningJobRequest>, IDeepCloneable<GetTuningJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetTuningJobRequest.
Request message for
[GenAiTuningService.GetTuningJob][google.cloud.aiplatform.v1beta1.GenAiTuningService.GetTuningJob].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This documentation details the `GetTuningJobRequest` class, which is part of the Cloud AI Platform v1beta1 API and used to request information about a specific tuning job."],["The `GetTuningJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in data handling and comparison."],["The class includes properties `Name` and `TuningJobName`, which are used to specify the unique identifier of the desired tuning job, following the format `projects/{project}/locations/{location}/tuningJobs/{tuning_job}`."],["There are two constructors available, one being the empty default, and another allowing a copy of another `GetTuningJobRequest` to be made, for easy copying of data."]]],[]]