From 3063cf847a360fb1f7a2a52efdf5261c24ea817d Mon Sep 17 00:00:00 2001 From: david Date: Mon, 23 Dec 2019 22:36:35 +0800 Subject: [PATCH] (concepts): change data types to upper case because lower case would fail when you want to apply this FeatureSet --- docs/concepts.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/concepts.md b/docs/concepts.md index 5d15e28ba1..860515c369 100644 --- a/docs/concepts.md +++ b/docs/concepts.md @@ -99,20 +99,20 @@ Entities in Feast are defined within Feature Sets and are not treated as standal Feast supports the following types for feature values -* Bytes -* String -* Int32 -* Int64 -* Double -* Float -* Bool -* Bytes List -* String List -* Int32 List -* Int64 List -* Double List -* Float List -* Bool List +* BYTES +* STRING +* INT32 +* INT64 +* DOUBLE +* FLOAT +* BOOL +* BYTES_LIST +* STRING_LIST +* INT32_LIST +* INT64_LIST +* DOUBLE_LIST +* FLOAT_LIST +* BOOL_LIST ## Glossary