public static final class ServingServiceGrpc.ServingServiceStub extends io.grpc.stub.AbstractStub<ServingServiceGrpc.ServingServiceStub>
| Modifier and Type | Method and Description |
|---|---|
protected ServingServiceGrpc.ServingServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
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.
|
protected ServingServiceGrpc.ServingServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ServingServiceGrpc.ServingServiceStub>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.
Copyright © 2020 Gojek. All rights reserved.