[BindServiceMethod(typeof(ModelGardenService), "BindService")]
public abstract class ModelGardenService.ModelGardenServiceBase
Reference documentation and code samples for the Vertex AI v1 API class ModelGardenService.ModelGardenServiceBase.
Base class for server-side implementations of ModelGardenService
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Methods
Deploy(DeployRequest, ServerCallContext)
public virtual Task<Operation> Deploy(DeployRequest request, ServerCallContext context)
Deploys a model to a new endpoint.
Parameters | |
---|---|
Name | Description |
request |
DeployRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetPublisherModel(GetPublisherModelRequest, ServerCallContext)
public virtual Task<PublisherModel> GetPublisherModel(GetPublisherModelRequest request, ServerCallContext context)
Gets a Model Garden publisher model.
Parameters | |
---|---|
Name | Description |
request |
GetPublisherModelRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskPublisherModel |
The response to send back to the client (wrapped by a task). |