Package com.google.cloud.retail.v2
Class ModelServiceGrpc.ModelServiceImplBase
- java.lang.Object
-
- com.google.cloud.retail.v2.ModelServiceGrpc.ModelServiceImplBase
-
- All Implemented Interfaces:
ModelServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ModelServiceGrpc
public abstract static class ModelServiceGrpc.ModelServiceImplBase extends Object implements io.grpc.BindableService, ModelServiceGrpc.AsyncService
Base class for the server implementation of the service ModelService.Service for performing CRUD operations on models. Recommendation models contain all the metadata necessary to generate a set of models for the `Predict()` API. A model is queried indirectly via a ServingConfig, which associates a model with a given Placement (e.g. Frequently Bought Together on Home Page). This service allows you to do the following: * Initiate training of a model. * Pause training of an existing model. * List all the available models along with their metadata. * Control their tuning schedule.
-
-
Constructor Summary
Constructors Constructor Description ModelServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.retail.v2.ModelServiceGrpc.AsyncService
createModel, deleteModel, getModel, listModels, pauseModel, resumeModel, tuneModel, updateModel
-
-