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