Cloud AI Platform v1 API - Class ModelGardenService.ModelGardenServiceBase (3.0.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
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).