public sealed class CreateCustomJobRequest : IMessage<CreateCustomJobRequest>, IEquatable<CreateCustomJobRequest>, IDeepCloneable<CreateCustomJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CreateCustomJobRequest.
Request message for
[JobService.CreateCustomJob][google.cloud.aiplatform.v1beta1.JobService.CreateCustomJob].
[[["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-21 UTC."],[[["This documentation is for the `CreateCustomJobRequest` class within the Vertex AI v1beta1 API, specifically version 1.0.0-beta21 (latest)."],["The `CreateCustomJobRequest` class is a request message used for the `JobService.CreateCustomJob` method in the `google.cloud.aiplatform.v1beta1` namespace, which is responsible for creating a custom job."],["The class inherits from `object` and implements `IMessage`, `IEquatable\u003cCreateCustomJobRequest\u003e`, `IDeepCloneable\u003cCreateCustomJobRequest\u003e`, and `IBufferMessage`."],["The `CreateCustomJobRequest` class has properties such as `CustomJob`, which is the custom job to create, `Parent`, which specifies the location for the job, and `ParentAsLocationName` as a type-safe way to access the parent resource."],["There are two constructors that can be used to instantiate this class: one that instantiates an empty instance of the class, and another that accepts an existing `CreateCustomJobRequest` instance to use as a template for another instance."]]],[]]