See: Description
Class | Description |
---|---|
FeatureServiceMetadata |
Class that encapsulates metadata for a FeatureService, including the schema for join keys and
request context in GetFeaturesRequestData, as well as the in-order output schema of feature
values in GetFeaturesResponse.
|
FeatureValue |
Class that represents each feature value in the feature vector returned in the
GetFeaturesResponse
|
NameAndType |
Class that represents the return types for parameters of FeatureServiceMetadata
|
SloInformation |
Class that represents SLO Info provided by Tecton when serving feature values.
|
SloInformation.Builder |
Enum | Description |
---|---|
FeatureStatus |
Enum that represents the different feature statuses that can be returned when requesting feature
values.
|
MetadataOption |
Enum representing options for different metadata information that can be requested from the
FeatureService API
|
SloInformation.SloIneligibilityReason |
Reasons due to which the Feature Serving Response can be ineligible for SLO
|
ValueType |
Enum that represents the different data types (primitive or custom) of feature values
|