public interface CreateDataLabelingJobRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the dataLabelingJob field is set. |