public sealed class CreateCustomJobRequest : IMessage<CreateCustomJobRequest>, IEquatable<CreateCustomJobRequest>, IDeepCloneable<CreateCustomJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateCustomJobRequest.
Request message for [JobService.CreateCustomJob][google.cloud.aiplatform.v1beta1.JobService.CreateCustomJob].
Implements
IMessageCreateCustomJobRequest, IEquatableCreateCustomJobRequest, IDeepCloneableCreateCustomJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateCustomJobRequest()
public CreateCustomJobRequest()CreateCustomJobRequest(CreateCustomJobRequest)
public CreateCustomJobRequest(CreateCustomJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateCustomJobRequest |
Properties
CustomJob
public CustomJob CustomJob { get; set; }Required. The CustomJob to create.
| Property Value | |
|---|---|
| Type | Description |
CustomJob |
|
Parent
public string Parent { get; set; }Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|