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-03-25 UTC."],[[["The `GetTuningJobRequest` class is a request message for the `GenAiTuningService.GetTuningJob` API method within the Google Cloud AI Platform v1beta1."],["It is implemented as a `sealed` class and inherits from the base `object` class, while also implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, one default and another that accepts another `GetTuningJobRequest` object as a parameter."],["It contains two properties: `Name`, a string representing the TuningJob resource name, and `TuningJobName`, a typed view of the resource name property."],["The `GetTuningJobRequest` is located within the `Google.Cloud.AIPlatform.V1Beta1` namespace, in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]