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