Cloud AI Platform v1 API - Class CancelDataLabelingJobRequest (2.24.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class CancelDataLabelingJobRequest.

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