Skip to content

Commit 51cbdc7

Browse files
david30907dfeast-ci-bot
authored andcommitted
<docs>(concepts): change data types to upper case because lower case would fail when you want to apply this FeatureSet (feast-dev#389)
1 parent 5fc779c commit 51cbdc7

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docs/concepts.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@ Entities in Feast are defined within Feature Sets and are not treated as standal
9999

100100
Feast supports the following types for feature values
101101

102-
* Bytes
103-
* String
104-
* Int32
105-
* Int64
106-
* Double
107-
* Float
108-
* Bool
109-
* Bytes List
110-
* String List
111-
* Int32 List
112-
* Int64 List
113-
* Double List
114-
* Float List
115-
* Bool List
102+
* BYTES
103+
* STRING
104+
* INT32
105+
* INT64
106+
* DOUBLE
107+
* FLOAT
108+
* BOOL
109+
* BYTES_LIST
110+
* STRING_LIST
111+
* INT32_LIST
112+
* INT64_LIST
113+
* DOUBLE_LIST
114+
* FLOAT_LIST
115+
* BOOL_LIST
116116

117117
## Glossary
118118

0 commit comments

Comments
 (0)