public static final class SpecialistPoolServiceGrpc.SpecialistPoolServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<SpecialistPoolServiceGrpc.SpecialistPoolServiceBlockingStub>
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.
| Modifier and Type | Method and Description |
|---|---|
protected SpecialistPoolServiceGrpc.SpecialistPoolServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createSpecialistPool(CreateSpecialistPoolRequest request)
Creates a SpecialistPool.
|
com.google.longrunning.Operation |
deleteSpecialistPool(DeleteSpecialistPoolRequest request)
Deletes a SpecialistPool as well as all Specialists in the pool.
|
SpecialistPool |
getSpecialistPool(GetSpecialistPoolRequest request)
Gets a SpecialistPool.
|
ListSpecialistPoolsResponse |
listSpecialistPools(ListSpecialistPoolsRequest request)
Lists SpecialistPools in a Location.
|
com.google.longrunning.Operation |
updateSpecialistPool(UpdateSpecialistPoolRequest request)
Updates a SpecialistPool.
|
protected SpecialistPoolServiceGrpc.SpecialistPoolServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SpecialistPoolServiceGrpc.SpecialistPoolServiceBlockingStub>public com.google.longrunning.Operation createSpecialistPool(CreateSpecialistPoolRequest request)
Creates a SpecialistPool.
public SpecialistPool getSpecialistPool(GetSpecialistPoolRequest request)
Gets a SpecialistPool.
public ListSpecialistPoolsResponse listSpecialistPools(ListSpecialistPoolsRequest request)
Lists SpecialistPools in a Location.
public com.google.longrunning.Operation deleteSpecialistPool(DeleteSpecialistPoolRequest request)
Deletes a SpecialistPool as well as all Specialists in the pool.
public com.google.longrunning.Operation updateSpecialistPool(UpdateSpecialistPoolRequest request)
Updates a SpecialistPool.
Copyright © 2024 Google LLC. All rights reserved.