public sealed class CancelCustomJobRequest : IMessage<CancelCustomJobRequest>, IEquatable<CancelCustomJobRequest>, IDeepCloneable<CancelCustomJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CancelCustomJobRequest.
Request message for [JobService.CancelCustomJob][google.cloud.aiplatform.v1beta1.JobService.CancelCustomJob].
Implements
IMessageCancelCustomJobRequest, IEquatableCancelCustomJobRequest, IDeepCloneableCancelCustomJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CancelCustomJobRequest()
public CancelCustomJobRequest()CancelCustomJobRequest(CancelCustomJobRequest)
public CancelCustomJobRequest(CancelCustomJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CancelCustomJobRequest |
Properties
CustomJobName
public CustomJobName CustomJobName { get; set; }CustomJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
CustomJobName |
|
Name
public string Name { get; set; }Required. The name of the CustomJob to cancel.
Format:
projects/{project}/locations/{location}/customJobs/{custom_job}
| Property Value | |
|---|---|
| Type | Description |
string |
|