public sealed class GetCustomJobRequest : IMessage<GetCustomJobRequest>, IEquatable<GetCustomJobRequest>, IDeepCloneable<GetCustomJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetCustomJobRequest.
Request message for
[JobService.GetCustomJob][google.cloud.aiplatform.v1beta1.JobService.GetCustomJob].
[[["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."],[[["`GetCustomJobRequest` is a class in the Cloud AI Platform v1beta1 API, designed for requesting a specific custom job via `JobService.GetCustomJob`."],["This class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties `CustomJobName` which is a typed view over the `Name`, as well as the `Name` property which is the required resource name of the CustomJob in a specific format."],["The class offers two constructors: one default constructor and another that accepts a `GetCustomJobRequest` instance for creating a new instance."]]],[]]