Cloud AI Platform v1 API - Class SpecialistPoolService (2.27.0)

public static class SpecialistPoolService

Reference documentation and code samples for the Cloud AI Platform v1 API class 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.

Inheritance

object > SpecialistPoolService

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Methods

BindService(SpecialistPoolServiceBase)

public static ServerServiceDefinition BindService(SpecialistPoolService.SpecialistPoolServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplSpecialistPoolServiceSpecialistPoolServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, 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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplSpecialistPoolServiceSpecialistPoolServiceBase

An object implementing the server-side handling logic.