Methods:
Creates a streaming dataset. Use a streaming dataset if your dataset is receiving information from multiple sources over an extended period of time.
POSTcreateStreamingTokenCreates a streaming token for the specified project. Streaming tokens are used to authenticate requests when appending data to streaming datasets.
GETlistStreamingTokensRetrieves a list of all streaming tokens.
DELETEdeleteStreamingTokenDeletes the specified streaming token.
GETgetRecentFeatureGroupStreamedDataReturns recently streamed data to a streaming feature group.
POSTupsertItemEmbeddingsUpserts an embedding vector for an item id for a model_id.
POSTdeleteItemEmbeddingsDeletes KNN embeddings for a list of item IDs for a given model ID.
POSTupsertMultipleItemEmbeddingsUpserts a knn embedding for multiple item ids for a model_id.
POSTappendDataAppends new data into the feature group for a given lookup key recordId.
POSTappendMultipleDataAppends new data into the feature group for a given lookup key recordId.