Interface CreateDataLabelingJobRequestOrBuilder (3.42.0)

public interface CreateDataLabelingJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataLabelingJob()

public abstract DataLabelingJob getDataLabelingJob()

Required. The DataLabelingJob to create.

.google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DataLabelingJob

The dataLabelingJob.

getDataLabelingJobOrBuilder()

public abstract DataLabelingJobOrBuilder getDataLabelingJobOrBuilder()

Required. The DataLabelingJob to create.

.google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DataLabelingJobOrBuilder

getParent()

public abstract String getParent()

Required. The parent of the DataLabelingJob. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent of the DataLabelingJob. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasDataLabelingJob()

public abstract boolean hasDataLabelingJob()

Required. The DataLabelingJob to create.

.google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the dataLabelingJob field is set.