Class DataLabelingServiceGrpc.DataLabelingServiceImplBase
- java.lang.Object
-
- com.google.cloud.datalabeling.v1beta1.DataLabelingServiceGrpc.DataLabelingServiceImplBase
-
- All Implemented Interfaces:
DataLabelingServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DataLabelingServiceGrpc
public abstract static class DataLabelingServiceGrpc.DataLabelingServiceImplBase extends Object implements io.grpc.BindableService, DataLabelingServiceGrpc.AsyncService
Base class for the server implementation of the service DataLabelingService.Service for the AI Platform Data Labeling API.
-
-
Constructor Summary
Constructors Constructor Description DataLabelingServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.datalabeling.v1beta1.DataLabelingServiceGrpc.AsyncService
createAnnotationSpecSet, createDataset, createEvaluationJob, createInstruction, deleteAnnotatedDataset, deleteAnnotationSpecSet, deleteDataset, deleteEvaluationJob, deleteInstruction, exportData, getAnnotatedDataset, getAnnotationSpecSet, getDataItem, getDataset, getEvaluation, getEvaluationJob, getExample, getInstruction, importData, labelImage, labelText, labelVideo, listAnnotatedDatasets, listAnnotationSpecSets, listDataItems, listDatasets, listEvaluationJobs, listExamples, listInstructions, pauseEvaluationJob, resumeEvaluationJob, searchEvaluations, searchExampleComparisons, updateEvaluationJob
-
-