Class SpecialistPoolServiceGrpc.SpecialistPoolServiceImplBase
- java.lang.Object
-
- com.google.cloud.aiplatform.v1beta1.SpecialistPoolServiceGrpc.SpecialistPoolServiceImplBase
-
- All Implemented Interfaces:
SpecialistPoolServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SpecialistPoolServiceGrpc
public abstract static class SpecialistPoolServiceGrpc.SpecialistPoolServiceImplBase extends Object implements io.grpc.BindableService, SpecialistPoolServiceGrpc.AsyncService
Base class for the server implementation of the service SpecialistPoolService.A service for creating and managing Customer SpecialistPools. When customers start Data Labeling jobs, they can reuse/create Specialist Pools to bring their own Specialists to label the data. Customers can add/remove Managers for the Specialist Pool on Cloud console, then Managers will get email notifications to manage Specialists and tasks on CrowdCompute console.
-
-
Constructor Summary
Constructors Constructor Description SpecialistPoolServiceImplBase()
-
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.aiplatform.v1beta1.SpecialistPoolServiceGrpc.AsyncService
createSpecialistPool, deleteSpecialistPool, getSpecialistPool, listSpecialistPools, updateSpecialistPool
-
-