public interface CreateDataLabelingJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataLabelingJob()
public abstract DataLabelingJob getDataLabelingJob()Required. The DataLabelingJob to create.
.google.cloud.aiplatform.v1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| DataLabelingJob | The dataLabelingJob. |
getDataLabelingJobOrBuilder()
public abstract DataLabelingJobOrBuilder getDataLabelingJobOrBuilder()Required. The DataLabelingJob to create.
.google.cloud.aiplatform.v1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];
| 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) = { ... }
| 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) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
hasDataLabelingJob()
public abstract boolean hasDataLabelingJob()Required. The DataLabelingJob to create.
.google.cloud.aiplatform.v1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the dataLabelingJob field is set. |