Class ValueType (1.35.0)

ValueType(value)

An enum representing the value type of a feature.

Values: VALUE_TYPE_UNSPECIFIED (0): The value type is unspecified. BOOL (1): Used for Feature that is a boolean. BOOL_ARRAY (2): Used for Feature that is a list of boolean. DOUBLE (3): Used for Feature that is double. DOUBLE_ARRAY (4): Used for Feature that is a list of double. INT64 (9): Used for Feature that is INT64. INT64_ARRAY (10): Used for Feature that is a list of INT64. STRING (11): Used for Feature that is string. STRING_ARRAY (12): Used for Feature that is a list of String. BYTES (13): Used for Feature that is bytes.