Uses of Class
com.google.cloud.datalabeling.v1beta1.LabelOperationMetadata
-
Packages that use LabelOperationMetadata Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling APIcom.google.cloud.datalabeling.v1beta1.stub -
-
Uses of LabelOperationMetadata in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return LabelOperationMetadata Modifier and Type Method Description LabelOperationMetadata
LabelOperationMetadata.Builder. build()
LabelOperationMetadata
LabelOperationMetadata.Builder. buildPartial()
static LabelOperationMetadata
LabelOperationMetadata. getDefaultInstance()
LabelOperationMetadata
LabelOperationMetadata.Builder. getDefaultInstanceForType()
LabelOperationMetadata
LabelOperationMetadata. getDefaultInstanceForType()
static LabelOperationMetadata
LabelOperationMetadata. parseDelimitedFrom(InputStream input)
static LabelOperationMetadata
LabelOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(byte[] data)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(InputStream input)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(ByteBuffer data)
static LabelOperationMetadata
LabelOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type LabelOperationMetadata Modifier and Type Method Description com.google.protobuf.Parser<LabelOperationMetadata>
LabelOperationMetadata. getParserForType()
com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageAsync(DatasetName parent, HumanAnnotationConfig basicConfig, LabelImageRequest.Feature feature)
Starts a labeling task for image.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageAsync(LabelImageRequest request)
Starts a labeling task for image.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageAsync(String parent, HumanAnnotationConfig basicConfig, LabelImageRequest.Feature feature)
Starts a labeling task for image.com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelImageOperationCallable()
Starts a labeling task for image.com.google.api.gax.rpc.OperationCallSettings.Builder<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings.Builder. labelImageOperationSettings()
Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallSettings<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings. labelImageOperationSettings()
Returns the object with the settings used for calls to labelImage.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelTextAsync(DatasetName parent, HumanAnnotationConfig basicConfig, LabelTextRequest.Feature feature)
Starts a labeling task for text.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelTextAsync(LabelTextRequest request)
Starts a labeling task for text.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelTextAsync(String parent, HumanAnnotationConfig basicConfig, LabelTextRequest.Feature feature)
Starts a labeling task for text.com.google.api.gax.rpc.OperationCallable<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelTextOperationCallable()
Starts a labeling task for text.com.google.api.gax.rpc.OperationCallSettings.Builder<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings.Builder. labelTextOperationSettings()
Returns the builder for the settings used for calls to labelText.com.google.api.gax.rpc.OperationCallSettings<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings. labelTextOperationSettings()
Returns the object with the settings used for calls to labelText.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelVideoAsync(DatasetName parent, HumanAnnotationConfig basicConfig, LabelVideoRequest.Feature feature)
Starts a labeling task for video.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelVideoAsync(LabelVideoRequest request)
Starts a labeling task for video.com.google.api.gax.longrunning.OperationFuture<AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelVideoAsync(String parent, HumanAnnotationConfig basicConfig, LabelVideoRequest.Feature feature)
Starts a labeling task for video.com.google.api.gax.rpc.OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceClient. labelVideoOperationCallable()
Starts a labeling task for video.com.google.api.gax.rpc.OperationCallSettings.Builder<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings.Builder. labelVideoOperationSettings()
Returns the builder for the settings used for calls to labelVideo.com.google.api.gax.rpc.OperationCallSettings<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceSettings. labelVideoOperationSettings()
Returns the object with the settings used for calls to labelVideo.static com.google.protobuf.Parser<LabelOperationMetadata>
LabelOperationMetadata. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type LabelOperationMetadata Modifier and Type Method Description LabelOperationMetadata.Builder
LabelOperationMetadata.Builder. mergeFrom(LabelOperationMetadata other)
static LabelOperationMetadata.Builder
LabelOperationMetadata. newBuilder(LabelOperationMetadata prototype)
-
Uses of LabelOperationMetadata in com.google.cloud.datalabeling.v1beta1.stub
Methods in com.google.cloud.datalabeling.v1beta1.stub that return types with arguments of type LabelOperationMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStub. labelImageOperationCallable()
com.google.api.gax.rpc.OperationCallable<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
GrpcDataLabelingServiceStub. labelImageOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings.Builder. labelImageOperationSettings()
Returns the builder for the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallSettings<LabelImageRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings. labelImageOperationSettings()
Returns the object with the settings used for calls to labelImage.com.google.api.gax.rpc.OperationCallable<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStub. labelTextOperationCallable()
com.google.api.gax.rpc.OperationCallable<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
GrpcDataLabelingServiceStub. labelTextOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings.Builder. labelTextOperationSettings()
Returns the builder for the settings used for calls to labelText.com.google.api.gax.rpc.OperationCallSettings<LabelTextRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings. labelTextOperationSettings()
Returns the object with the settings used for calls to labelText.com.google.api.gax.rpc.OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStub. labelVideoOperationCallable()
com.google.api.gax.rpc.OperationCallable<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
GrpcDataLabelingServiceStub. labelVideoOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings.Builder. labelVideoOperationSettings()
Returns the builder for the settings used for calls to labelVideo.com.google.api.gax.rpc.OperationCallSettings<LabelVideoRequest,AnnotatedDataset,LabelOperationMetadata>
DataLabelingServiceStubSettings. labelVideoOperationSettings()
Returns the object with the settings used for calls to labelVideo.
-