[BindServiceMethod(typeof(ModelGardenService), "BindService")]
public abstract class ModelGardenService.ModelGardenServiceBase
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ModelGardenService.ModelGardenServiceBase.
Base class for server-side implementations of ModelGardenService
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Methods
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). |
ListPublisherModels(ListPublisherModelsRequest, ServerCallContext)
public virtual Task<ListPublisherModelsResponse> ListPublisherModels(ListPublisherModelsRequest request, ServerCallContext context)
Lists publisher models in Model Garden.
Parameters | |
---|---|
Name | Description |
request |
ListPublisherModelsRequest The request received from the client. |
context |
ServerCallContext The 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). |