Cloud AI Platform v1 API - Class DeleteDataLabelingJobRequest (2.24.0)

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

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

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

Inheritance

object > DeleteDataLabelingJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteDataLabelingJobRequest()

public DeleteDataLabelingJobRequest()

DeleteDataLabelingJobRequest(DeleteDataLabelingJobRequest)

public DeleteDataLabelingJobRequest(DeleteDataLabelingJobRequest other)
Parameter
NameDescription
otherDeleteDataLabelingJobRequest

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 to be deleted. Format: projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}

Property Value
TypeDescription
string