public static class SpecialistPoolServiceA 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.
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Methods
BindService(SpecialistPoolService.SpecialistPoolServiceBase)
public static ServerServiceDefinition BindService(SpecialistPoolService.SpecialistPoolServiceBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
SpecialistPoolService.SpecialistPoolServiceBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, SpecialistPoolService.SpecialistPoolServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, SpecialistPoolService.SpecialistPoolServiceBase serviceImpl)Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
| Parameters | |
|---|---|
| Name | Description |
serviceBinder |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
SpecialistPoolService.SpecialistPoolServiceBaseAn object implementing the server-side handling logic. |