Get desktop application:
View/edit binary Protocol Buffers messages
Get information about this Feast serving.
(message has no fields)
Feast version of this serving deployment.
Get online features synchronously.
(message has no fields)
Feast version of this transformation service deployment.
Type of transformation service deployment. This is either Python, or custom
In JSON "val" field can be omitted
Used in:
,Used in:
,Name of the Feature View to retrieve the feature from.
Name of the Feature to retrieve the feature from.
Used in:
Status is unset for this field.
Field value is present for this field and age is within max age.
Values could be found for entity key and age is within max age, but this field value is not assigned a value on ingestion into feast.
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.
Values could be found for entity key, but field values are outside the maximum allowable range.
Used as request type in: GrpcFeatureServer.GetOnlineFeatures, ServingService.GetOnlineFeatures
The entity data is specified in a columnar format A map of entity name -> list of values
Context for OnDemand Feature Transformation (was moved to dedicated parameter to avoid unnecessary separation logic on serving side) A map of variable name -> list of values
ToDo (oleksii): remove this message (since it's not used) and move EntityRow on package level
List of features that are being retrieved
List of entity rows, containing entity id and timestamp data. Used during retrieval of feature rows and for joining feature rows into a final dataset
Optional field to specify project name override. If specified, uses the given project for retrieval. Overrides the projects specified in Feature References if both are specified.
Used in:
Request timestamp of this row. This value will be used, together with maxAge, to determine feature staleness.
Map containing mapping of entity name to entity value.
Used as response type in: GrpcFeatureServer.GetOnlineFeatures, ServingService.GetOnlineFeatures
Length of "results" array should match length of requested features. We also preserve the same order of features here as in metadata.feature_names
Used in:
Used in:
Used in:
Used in:
,Having a oneOf provides forward compatibility if we need to support compound types that are not supported by arrow natively.