rpc GetFeastServingInfo(GetFeastServingInfoRequest) returns (GetFeastServingInfoResponse)
Get information about this Feast serving.
rpc GetOnlineFeaturesV2(GetOnlineFeaturesRequestV2) returns (GetOnlineFeaturesResponse)
Get online features (v2) synchronously.
Name | Description |
---|---|
INVALID |
Status is unset for this field. |
PRESENT |
Field value is present for this field and age is within max age. |
NULL_VALUE |
Values could be found for entity key and age is within max age, but this field value is assigned a value on ingestion into feast. |
NOT_FOUND |
Entity key did not return any values as they do not exist in Feast. This could suggest that the feature values have not yet been ingested into feast or the ingestion failed. |
OUTSIDE_MAX_AGE |
Values could be found for entity key, but field values are outside the maximum allowable range. |
Name | Description |
---|---|
FEAST_SERVING_TYPE_INVALID |
|
FEAST_SERVING_TYPE_ONLINE |
Online serving receives entity data directly and synchronously and will respond immediately. |
FEAST_SERVING_TYPE_BATCH |
Batch serving receives entity data asynchronously and orchestrates the retrieval through a staging location. |