Class 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 Detail

      • SpecialistPoolServiceImplBase

        public SpecialistPoolServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService