Represents a SpecialistPoolService
Inheritance
$protobuf.rpc.Service > protos.google.cloud.aiplatform.v1.SpecialistPoolServicePackage
@google-cloud/aiplatform!Constructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new SpecialistPoolService service.
| Name | Description |
| rpcImpl |
$protobuf.RPCImpl
RPC implementation |
| requestDelimited |
boolean
Whether requests are length-delimited |
| responseDelimited |
boolean
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): SpecialistPoolService;Creates new SpecialistPoolService service using the specified rpc implementation.
| Name | Description |
| rpcImpl |
$protobuf.RPCImpl
RPC implementation |
| requestDelimited |
boolean
Whether requests are length-delimited |
| responseDelimited |
boolean
Whether responses are length-delimited |
| Type | Description |
| SpecialistPoolService | RPC service. Useful where requests and/or responses are streamed. |
createSpecialistPool(request, callback)
public createSpecialistPool(request: google.cloud.aiplatform.v1.ICreateSpecialistPoolRequest, callback: google.cloud.aiplatform.v1.SpecialistPoolService.CreateSpecialistPoolCallback): void;Calls CreateSpecialistPool.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ICreateSpecialistPoolRequest
CreateSpecialistPoolRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.SpecialistPoolService.CreateSpecialistPoolCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
createSpecialistPool(request)
public createSpecialistPool(request: google.cloud.aiplatform.v1.ICreateSpecialistPoolRequest): Promise<google.longrunning.Operation>;Calls CreateSpecialistPool.
| Name | Description |
| request |
google.cloud.aiplatform.v1.ICreateSpecialistPoolRequest
CreateSpecialistPoolRequest message or plain object |
| Type | Description |
| Promise<google.longrunning.Operation> | Promise |
deleteSpecialistPool(request, callback)
public deleteSpecialistPool(request: google.cloud.aiplatform.v1.IDeleteSpecialistPoolRequest, callback: google.cloud.aiplatform.v1.SpecialistPoolService.DeleteSpecialistPoolCallback): void;Calls DeleteSpecialistPool.
| Name | Description |
| request |
IDeleteSpecialistPoolRequest
DeleteSpecialistPoolRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.SpecialistPoolService.DeleteSpecialistPoolCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
deleteSpecialistPool(request)
public deleteSpecialistPool(request: google.cloud.aiplatform.v1.IDeleteSpecialistPoolRequest): Promise<google.longrunning.Operation>;Calls DeleteSpecialistPool.
| Name | Description |
| request |
IDeleteSpecialistPoolRequest
DeleteSpecialistPoolRequest message or plain object |
| Type | Description |
| Promise<google.longrunning.Operation> | Promise |
getSpecialistPool(request, callback)
public getSpecialistPool(request: google.cloud.aiplatform.v1.IGetSpecialistPoolRequest, callback: google.cloud.aiplatform.v1.SpecialistPoolService.GetSpecialistPoolCallback): void;Calls GetSpecialistPool.
| Name | Description |
| request |
IGetSpecialistPoolRequest
GetSpecialistPoolRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.SpecialistPoolService.GetSpecialistPoolCallback
Node-style callback called with the error, if any, and SpecialistPool |
| Type | Description |
| void |
getSpecialistPool(request)
public getSpecialistPool(request: google.cloud.aiplatform.v1.IGetSpecialistPoolRequest): Promise<google.cloud.aiplatform.v1.SpecialistPool>;Calls GetSpecialistPool.
| Name | Description |
| request |
IGetSpecialistPoolRequest
GetSpecialistPoolRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.SpecialistPool> | Promise |
listSpecialistPools(request, callback)
public listSpecialistPools(request: google.cloud.aiplatform.v1.IListSpecialistPoolsRequest, callback: google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPoolsCallback): void;Calls ListSpecialistPools.
| Name | Description |
| request |
IListSpecialistPoolsRequest
ListSpecialistPoolsRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.SpecialistPoolService.ListSpecialistPoolsCallback
Node-style callback called with the error, if any, and ListSpecialistPoolsResponse |
| Type | Description |
| void |
listSpecialistPools(request)
public listSpecialistPools(request: google.cloud.aiplatform.v1.IListSpecialistPoolsRequest): Promise<google.cloud.aiplatform.v1.ListSpecialistPoolsResponse>;Calls ListSpecialistPools.
| Name | Description |
| request |
IListSpecialistPoolsRequest
ListSpecialistPoolsRequest message or plain object |
| Type | Description |
| Promise<google.cloud.aiplatform.v1.ListSpecialistPoolsResponse> | Promise |
updateSpecialistPool(request, callback)
public updateSpecialistPool(request: google.cloud.aiplatform.v1.IUpdateSpecialistPoolRequest, callback: google.cloud.aiplatform.v1.SpecialistPoolService.UpdateSpecialistPoolCallback): void;Calls UpdateSpecialistPool.
| Name | Description |
| request |
IUpdateSpecialistPoolRequest
UpdateSpecialistPoolRequest message or plain object |
| callback |
google.cloud.aiplatform.v1.SpecialistPoolService.UpdateSpecialistPoolCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
updateSpecialistPool(request)
public updateSpecialistPool(request: google.cloud.aiplatform.v1.IUpdateSpecialistPoolRequest): Promise<google.longrunning.Operation>;Calls UpdateSpecialistPool.
| Name | Description |
| request |
IUpdateSpecialistPoolRequest
UpdateSpecialistPoolRequest message or plain object |
| Type | Description |
| Promise<google.longrunning.Operation> | Promise |