- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class SpecialistPoolServiceClientImpl : SpecialistPoolServiceClient
Reference documentation and code samples for the Cloud AI Platform v1 API class SpecialistPoolServiceClientImpl.
SpecialistPoolService 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, ILogger)
public SpecialistPoolServiceClientImpl(SpecialistPoolService.SpecialistPoolServiceClient grpcClient, SpecialistPoolServiceSettings settings, ILogger logger)
Constructs a client wrapper for the SpecialistPoolService service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient | SpecialistPoolService.SpecialistPoolServiceClient The underlying gRPC client. |
settings | SpecialistPoolServiceSettings The base SpecialistPoolServiceSettings used within this client. |
logger | ILogger Optional ILogger to use 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 |
IAMPolicyClient
public override IAMPolicyClient IAMPolicyClient { get; }
The IAMPolicyClient associated with this client.
Property Value | |
---|---|
Type | Description |
IAMPolicyClient |
LocationsClient
public override LocationsClient LocationsClient { get; }
The LocationsClient associated with this client.
Property Value | |
---|---|
Type | Description |
LocationsClient |
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 | CreateSpecialistPoolRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Operation<SpecialistPool, CreateSpecialistPoolOperationMetadata> | The RPC response. |
CreateSpecialistPoolAsync(CreateSpecialistPoolRequest, CallSettings)
public override async Task<Operation<SpecialistPool, CreateSpecialistPoolOperationMetadata>> CreateSpecialistPoolAsync(CreateSpecialistPoolRequest request, CallSettings callSettings = null)
Creates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | CreateSpecialistPoolRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | DeleteSpecialistPoolRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Operation<Empty, DeleteOperationMetadata> | The RPC response. |
DeleteSpecialistPoolAsync(DeleteSpecialistPoolRequest, CallSettings)
public override async 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 | DeleteSpecialistPoolRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | GetSpecialistPoolRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | GetSpecialistPoolRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | ListSpecialistPoolsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | ListSpecialistPoolsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | UpdateSpecialistPoolRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Operation<SpecialistPool, UpdateSpecialistPoolOperationMetadata> | The RPC response. |
UpdateSpecialistPoolAsync(UpdateSpecialistPoolRequest, CallSettings)
public override async Task<Operation<SpecialistPool, UpdateSpecialistPoolOperationMetadata>> UpdateSpecialistPoolAsync(UpdateSpecialistPoolRequest request, CallSettings callSettings = null)
Updates a SpecialistPool.
Parameters | |
---|---|
Name | Description |
request | UpdateSpecialistPoolRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<Operation<SpecialistPool, UpdateSpecialistPoolOperationMetadata>> | A Task containing the RPC response. |