Class CancelDataLabelingJobRequest (2.1.0)

public sealed class CancelDataLabelingJobRequest : IMessage<CancelDataLabelingJobRequest>, IEquatable<CancelDataLabelingJobRequest>, IDeepCloneable<CancelDataLabelingJobRequest>, IBufferMessage, IMessage

Request message for [JobService.CancelDataLabelingJob][google.cloud.aiplatform.v1.JobService.CancelDataLabelingJob].

Inheritance

Object > CancelDataLabelingJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CancelDataLabelingJobRequest()

public CancelDataLabelingJobRequest()

CancelDataLabelingJobRequest(CancelDataLabelingJobRequest)

public CancelDataLabelingJobRequest(CancelDataLabelingJobRequest other)
Parameter
NameDescription
otherCancelDataLabelingJobRequest

Properties

DataLabelingJobName

public DataLabelingJobName DataLabelingJobName { get; set; }

DataLabelingJobName-typed view over the Name resource name property.

Property Value
TypeDescription
DataLabelingJobName

Name

public string Name { get; set; }

Required. The name of the DataLabelingJob. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}

Property Value
TypeDescription
String