public sealed class CancelDataLabelingJobRequest : IMessage<CancelDataLabelingJobRequest>, IEquatable<CancelDataLabelingJobRequest>, IDeepCloneable<CancelDataLabelingJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CancelDataLabelingJobRequest.
Request message for [JobService.CancelDataLabelingJob][google.cloud.aiplatform.v1beta1.JobService.CancelDataLabelingJob].
Implements
IMessageCancelDataLabelingJobRequest, IEquatableCancelDataLabelingJobRequest, IDeepCloneableCancelDataLabelingJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CancelDataLabelingJobRequest()
public CancelDataLabelingJobRequest()CancelDataLabelingJobRequest(CancelDataLabelingJobRequest)
public CancelDataLabelingJobRequest(CancelDataLabelingJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CancelDataLabelingJobRequest |
Properties
DataLabelingJobName
public DataLabelingJobName DataLabelingJobName { get; set; }DataLabelingJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataLabelingJobName |
|
Name
public string Name { get; set; }Required. The name of the DataLabelingJob.
Format:
projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
| Property Value | |
|---|---|
| Type | Description |
string |
|