public sealed class SpecialistPoolServiceClientImpl : SpecialistPoolServiceClientSpecialistPoolService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Remarks
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.
Constructors
SpecialistPoolServiceClientImpl(SpecialistPoolService.SpecialistPoolServiceClient, SpecialistPoolServiceSettings)
public SpecialistPoolServiceClientImpl(SpecialistPoolService.SpecialistPoolServiceClient grpcClient, SpecialistPoolServiceSettings settings)Constructs a client wrapper for the SpecialistPoolService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
SpecialistPoolService.SpecialistPoolServiceClientThe underlying gRPC client. |
settings |
SpecialistPoolServiceSettingsThe base SpecialistPoolServiceSettings used within this client. |
Properties
CreateSpecialistPoolOperationsClient
public override OperationsClient CreateSpecialistPoolOperationsClient { get; }The long-running operations client for CreateSpecialistPool.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
DeleteSpecialistPoolOperationsClient
public override OperationsClient DeleteSpecialistPoolOperationsClient { get; }The long-running operations client for DeleteSpecialistPool.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
GrpcClient
public override SpecialistPoolService.SpecialistPoolServiceClient GrpcClient { get; }The underlying gRPC SpecialistPoolService client
| Property Value | |
|---|---|
| Type | Description |
SpecialistPoolService.SpecialistPoolServiceClient |
|
UpdateSpecialistPoolOperationsClient
public override OperationsClient UpdateSpecialistPoolOperationsClient { get; }The long-running operations client for UpdateSpecialistPool.
| Property Value | |
|---|---|
| Type | Description |
OperationsClient |
|
Methods
CreateSpecialistPool(CreateSpecialistPoolRequest, CallSettings)
public override Operation<SpecialistPool, CreateSpecialistPoolOperationMetadata> CreateSpecialistPool(CreateSpecialistPoolRequest request, CallSettings callSettings = null)Creates a SpecialistPool.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSpecialistPoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<SpecialistPool, CreateSpecialistPoolOperationMetadata> |
The RPC response. |
CreateSpecialistPoolAsync(CreateSpecialistPoolRequest, CallSettings)
public override Task<Operation<SpecialistPool, CreateSpecialistPoolOperationMetadata>> CreateSpecialistPoolAsync(CreateSpecialistPoolRequest request, CallSettings callSettings = null)Creates a SpecialistPool.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSpecialistPoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<SpecialistPool, CreateSpecialistPoolOperationMetadata>> |
A Task containing the RPC response. |
DeleteSpecialistPool(DeleteSpecialistPoolRequest, CallSettings)
public override Operation<Empty, DeleteOperationMetadata> DeleteSpecialistPool(DeleteSpecialistPoolRequest request, CallSettings callSettings = null)Deletes a SpecialistPool as well as all Specialists in the pool.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSpecialistPoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<Empty, DeleteOperationMetadata> |
The RPC response. |
DeleteSpecialistPoolAsync(DeleteSpecialistPoolRequest, CallSettings)
public override Task<Operation<Empty, DeleteOperationMetadata>> DeleteSpecialistPoolAsync(DeleteSpecialistPoolRequest request, CallSettings callSettings = null)Deletes a SpecialistPool as well as all Specialists in the pool.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSpecialistPoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<Empty, DeleteOperationMetadata>> |
A Task containing the RPC response. |
GetSpecialistPool(GetSpecialistPoolRequest, CallSettings)
public override SpecialistPool GetSpecialistPool(GetSpecialistPoolRequest request, CallSettings callSettings = null)Gets a SpecialistPool.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSpecialistPoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SpecialistPool |
The RPC response. |
GetSpecialistPoolAsync(GetSpecialistPoolRequest, CallSettings)
public override Task<SpecialistPool> GetSpecialistPoolAsync(GetSpecialistPoolRequest request, CallSettings callSettings = null)Gets a SpecialistPool.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSpecialistPoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<SpecialistPool> |
A Task containing the RPC response. |
ListSpecialistPools(ListSpecialistPoolsRequest, CallSettings)
public override PagedEnumerable<ListSpecialistPoolsResponse, SpecialistPool> ListSpecialistPools(ListSpecialistPoolsRequest request, CallSettings callSettings = null)Lists SpecialistPools in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSpecialistPoolsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerable<ListSpecialistPoolsResponse, SpecialistPool> |
A pageable sequence of SpecialistPool resources. |
ListSpecialistPoolsAsync(ListSpecialistPoolsRequest, CallSettings)
public override PagedAsyncEnumerable<ListSpecialistPoolsResponse, SpecialistPool> ListSpecialistPoolsAsync(ListSpecialistPoolsRequest request, CallSettings callSettings = null)Lists SpecialistPools in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSpecialistPoolsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerable<ListSpecialistPoolsResponse, SpecialistPool> |
A pageable asynchronous sequence of SpecialistPool resources. |
UpdateSpecialistPool(UpdateSpecialistPoolRequest, CallSettings)
public override Operation<SpecialistPool, UpdateSpecialistPoolOperationMetadata> UpdateSpecialistPool(UpdateSpecialistPoolRequest request, CallSettings callSettings = null)Updates a SpecialistPool.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSpecialistPoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Operation<SpecialistPool, UpdateSpecialistPoolOperationMetadata> |
The RPC response. |
UpdateSpecialistPoolAsync(UpdateSpecialistPoolRequest, CallSettings)
public override Task<Operation<SpecialistPool, UpdateSpecialistPoolOperationMetadata>> UpdateSpecialistPoolAsync(UpdateSpecialistPoolRequest request, CallSettings callSettings = null)Updates a SpecialistPool.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSpecialistPoolRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<Operation<SpecialistPool, UpdateSpecialistPoolOperationMetadata>> |
A Task containing the RPC response. |