public abstract static class ServingServiceGrpc.ServingServiceImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
ServingServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
getBatchFeatures(ServingAPIProto.GetBatchFeaturesRequest request,
io.grpc.stub.StreamObserver<ServingAPIProto.GetBatchFeaturesResponse> responseObserver)
Get batch features asynchronously.
|
void |
getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request,
io.grpc.stub.StreamObserver<ServingAPIProto.GetFeastServingInfoResponse> responseObserver)
Get information about this Feast serving.
|
void |
getJob(ServingAPIProto.GetJobRequest request,
io.grpc.stub.StreamObserver<ServingAPIProto.GetJobResponse> responseObserver)
Get the latest job status for batch feature retrieval.
|
void |
getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest request,
io.grpc.stub.StreamObserver<ServingAPIProto.GetOnlineFeaturesResponse> responseObserver)
Get online features synchronously.
|
public void getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request, io.grpc.stub.StreamObserver<ServingAPIProto.GetFeastServingInfoResponse> responseObserver)
Get information about this Feast serving.
public void getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest request, io.grpc.stub.StreamObserver<ServingAPIProto.GetOnlineFeaturesResponse> responseObserver)
Get online features synchronously.
public void getBatchFeatures(ServingAPIProto.GetBatchFeaturesRequest request, io.grpc.stub.StreamObserver<ServingAPIProto.GetBatchFeaturesResponse> responseObserver)
Get batch features asynchronously. The client should check the status of the returned job periodically by calling ReloadJob to determine if the job has completed successfully or with an error. If the job completes successfully i.e. status = JOB_STATUS_DONE with no error, then the client can check the file_uris for the location to download feature values data. The client is assumed to have access to these file URIs.
public void getJob(ServingAPIProto.GetJobRequest request, io.grpc.stub.StreamObserver<ServingAPIProto.GetJobResponse> responseObserver)
Get the latest job status for batch feature retrieval.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2020 Gojek. All rights reserved.