public static final class ServingServiceGrpc.ServingServiceFutureStub extends io.grpc.stub.AbstractStub<ServingServiceGrpc.ServingServiceFutureStub>
| Modifier and Type | Method and Description |
|---|---|
protected ServingServiceGrpc.ServingServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetBatchFeaturesResponse> |
getBatchFeatures(ServingAPIProto.GetBatchFeaturesRequest request)
Get batch features asynchronously.
|
com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetFeastServingInfoResponse> |
getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request)
Get information about this Feast serving.
|
com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetJobResponse> |
getJob(ServingAPIProto.GetJobRequest request)
Get the latest job status for batch feature retrieval.
|
com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetOnlineFeaturesResponse> |
getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest request)
Get online features synchronously.
|
protected ServingServiceGrpc.ServingServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ServingServiceGrpc.ServingServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetFeastServingInfoResponse> getFeastServingInfo(ServingAPIProto.GetFeastServingInfoRequest request)
Get information about this Feast serving.
public com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetOnlineFeaturesResponse> getOnlineFeatures(ServingAPIProto.GetOnlineFeaturesRequest request)
Get online features synchronously.
public com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetBatchFeaturesResponse> getBatchFeatures(ServingAPIProto.GetBatchFeaturesRequest request)
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 com.google.common.util.concurrent.ListenableFuture<ServingAPIProto.GetJobResponse> getJob(ServingAPIProto.GetJobRequest request)
Get the latest job status for batch feature retrieval.
Copyright © 2020 Gojek. All rights reserved.