Interface CreateDataLabelingJobRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateDataLabelingJobRequest
,CreateDataLabelingJobRequest.Builder
public interface CreateDataLabelingJobRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataLabelingJob
getDataLabelingJob()
Required.DataLabelingJobOrBuilder
getDataLabelingJobOrBuilder()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
hasDataLabelingJob()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
hasDataLabelingJob
boolean hasDataLabelingJob()
Required. The DataLabelingJob to create.
.google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the dataLabelingJob field is set.
-
getDataLabelingJob
DataLabelingJob getDataLabelingJob()
Required. The DataLabelingJob to create.
.google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The dataLabelingJob.
-
getDataLabelingJobOrBuilder
DataLabelingJobOrBuilder getDataLabelingJobOrBuilder()
Required. The DataLabelingJob to create.
.google.cloud.aiplatform.v1beta1.DataLabelingJob data_labeling_job = 2 [(.google.api.field_behavior) = REQUIRED];
-
-