Class PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryImplBase (0.48.0)

public abstract static class PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryImplBase implements BindableService, PredictionApiKeyRegistryGrpc.AsyncService

Base class for the server implementation of the service PredictionApiKeyRegistry.

Service for registering API keys for use with the predict method. If you use an API key to request predictions, you must first register the API key. Otherwise, your prediction request is rejected. If you use OAuth to authenticate your predict method call, you do not need to register an API key. You can register up to 20 API keys per project.

Inheritance

java.lang.Object > PredictionApiKeyRegistryGrpc.PredictionApiKeyRegistryImplBase

Implements

io.grpc.BindableService, PredictionApiKeyRegistryGrpc.AsyncService

Constructors

PredictionApiKeyRegistryImplBase()

public PredictionApiKeyRegistryImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition