[BindServiceMethod(typeof(ModelGardenService), "BindService")]
public abstract class ModelGardenService.ModelGardenServiceBaseReference documentation and code samples for the Vertex AI v1beta1 API class ModelGardenService.ModelGardenServiceBase.
Base class for server-side implementations of ModelGardenService
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Methods
AcceptPublisherModelEula(AcceptPublisherModelEulaRequest, ServerCallContext)
public virtual Task<PublisherModelEulaAcceptance> AcceptPublisherModelEula(AcceptPublisherModelEulaRequest request, ServerCallContext context)Accepts the EULA acceptance status of a publisher model.
| Parameters | |
|---|---|
| Name | Description |
request |
AcceptPublisherModelEulaRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPublisherModelEulaAcceptance |
The response to send back to the client (wrapped by a task). |
CheckPublisherModelEulaAcceptance(CheckPublisherModelEulaAcceptanceRequest, ServerCallContext)
public virtual Task<PublisherModelEulaAcceptance> CheckPublisherModelEulaAcceptance(CheckPublisherModelEulaAcceptanceRequest request, ServerCallContext context)Checks the EULA acceptance status of a publisher model.
| Parameters | |
|---|---|
| Name | Description |
request |
CheckPublisherModelEulaAcceptanceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPublisherModelEulaAcceptance |
The response to send back to the client (wrapped by a task). |
Deploy(DeployRequest, ServerCallContext)
public virtual Task<Operation> Deploy(DeployRequest request, ServerCallContext context)Deploys a model to a new endpoint.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployRequestThe request received from the client. |
context |
ServerCallContextThe 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). |
DeployPublisherModel(DeployPublisherModelRequest, ServerCallContext)
[Obsolete]
public virtual Task<Operation> DeployPublisherModel(DeployPublisherModelRequest request, ServerCallContext context)Deploys publisher models.
| Parameters | |
|---|---|
| Name | Description |
request |
DeployPublisherModelRequestThe request received from the client. |
context |
ServerCallContextThe 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). |
ExportPublisherModel(ExportPublisherModelRequest, ServerCallContext)
public virtual Task<Operation> ExportPublisherModel(ExportPublisherModelRequest request, ServerCallContext context)Exports a publisher model to a user provided Google Cloud Storage bucket.
| Parameters | |
|---|---|
| Name | Description |
request |
ExportPublisherModelRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
GetPublisherModelRequestThe request received from the client. |
context |
ServerCallContextThe 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). |
ListPublisherModels(ListPublisherModelsRequest, ServerCallContext)
public virtual Task<ListPublisherModelsResponse> ListPublisherModels(ListPublisherModelsRequest request, ServerCallContext context)Lists publisher models in Model Garden.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPublisherModelsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListPublisherModelsResponse |
The response to send back to the client (wrapped by a task). |