Cloud AI Platform v1 API - Class ModelGardenService.ModelGardenServiceBase (2.27.0)

[BindServiceMethod(typeof(ModelGardenService), "BindService")]
public abstract class ModelGardenService.ModelGardenServiceBase

Reference documentation and code samples for the Cloud AI Platform v1 API class ModelGardenService.ModelGardenServiceBase.

Base class for server-side implementations of ModelGardenService

Inheritance

object > ModelGardenService.ModelGardenServiceBase

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Methods

GetPublisherModel(GetPublisherModelRequest, ServerCallContext)

public virtual Task<PublisherModel> GetPublisherModel(GetPublisherModelRequest request, ServerCallContext context)

Gets a Model Garden publisher model.

Parameters
NameDescription
requestGetPublisherModelRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskPublisherModel

The response to send back to the client (wrapped by a task).