Uses of Class
feast.proto.types.ValueProto.ValueType.Enum
-
Packages that use ValueProto.ValueType.Enum Package Description feast.proto.core feast.proto.types -
-
Uses of ValueProto.ValueType.Enum in feast.proto.core
Methods in feast.proto.core that return ValueProto.ValueType.Enum Modifier and Type Method Description ValueProto.ValueType.EnumDataSourceProto.DataSource.RequestDataOptions.Builder. getDeprecatedSchemaOrDefault(String key, ValueProto.ValueType.Enum defaultValue)Mapping of feature name to typeValueProto.ValueType.EnumDataSourceProto.DataSource.RequestDataOptions. getDeprecatedSchemaOrDefault(String key, ValueProto.ValueType.Enum defaultValue)Mapping of feature name to typeValueProto.ValueType.EnumDataSourceProto.DataSource.RequestDataOptionsOrBuilder. getDeprecatedSchemaOrDefault(String key, ValueProto.ValueType.Enum defaultValue)Mapping of feature name to typeValueProto.ValueType.EnumDataSourceProto.DataSource.RequestDataOptions.Builder. getDeprecatedSchemaOrThrow(String key)Mapping of feature name to typeValueProto.ValueType.EnumDataSourceProto.DataSource.RequestDataOptions. getDeprecatedSchemaOrThrow(String key)Mapping of feature name to typeValueProto.ValueType.EnumDataSourceProto.DataSource.RequestDataOptionsOrBuilder. getDeprecatedSchemaOrThrow(String key)Mapping of feature name to typeValueProto.ValueType.EnumEntityProto.EntitySpecV2.Builder. getValueType()Type of the entity.ValueProto.ValueType.EnumEntityProto.EntitySpecV2. getValueType()Type of the entity.ValueProto.ValueType.EnumEntityProto.EntitySpecV2OrBuilder. getValueType()Type of the entity.ValueProto.ValueType.EnumFeatureProto.FeatureSpecV2.Builder. getValueType()Value type of the feature.ValueProto.ValueType.EnumFeatureProto.FeatureSpecV2. getValueType()Value type of the feature.ValueProto.ValueType.EnumFeatureProto.FeatureSpecV2OrBuilder. getValueType()Value type of the feature.Methods in feast.proto.core that return types with arguments of type ValueProto.ValueType.Enum Modifier and Type Method Description Map<String,ValueProto.ValueType.Enum>DataSourceProto.DataSource.RequestDataOptions.Builder. getDeprecatedSchema()Deprecated.Map<String,ValueProto.ValueType.Enum>DataSourceProto.DataSource.RequestDataOptions. getDeprecatedSchema()Deprecated.Map<String,ValueProto.ValueType.Enum>DataSourceProto.DataSource.RequestDataOptionsOrBuilder. getDeprecatedSchema()Deprecated.Map<String,ValueProto.ValueType.Enum>DataSourceProto.DataSource.RequestDataOptions.Builder. getDeprecatedSchemaMap()Mapping of feature name to typeMap<String,ValueProto.ValueType.Enum>DataSourceProto.DataSource.RequestDataOptions. getDeprecatedSchemaMap()Mapping of feature name to typeMap<String,ValueProto.ValueType.Enum>DataSourceProto.DataSource.RequestDataOptionsOrBuilder. getDeprecatedSchemaMap()Mapping of feature name to typeMap<String,ValueProto.ValueType.Enum>DataSourceProto.DataSource.RequestDataOptions.Builder. getMutableDeprecatedSchema()Deprecated.Methods in feast.proto.core with parameters of type ValueProto.ValueType.Enum Modifier and Type Method Description ValueProto.ValueType.EnumDataSourceProto.DataSource.RequestDataOptions.Builder. getDeprecatedSchemaOrDefault(String key, ValueProto.ValueType.Enum defaultValue)Mapping of feature name to typeValueProto.ValueType.EnumDataSourceProto.DataSource.RequestDataOptions. getDeprecatedSchemaOrDefault(String key, ValueProto.ValueType.Enum defaultValue)Mapping of feature name to typeValueProto.ValueType.EnumDataSourceProto.DataSource.RequestDataOptionsOrBuilder. getDeprecatedSchemaOrDefault(String key, ValueProto.ValueType.Enum defaultValue)Mapping of feature name to typeDataSourceProto.DataSource.RequestDataOptions.BuilderDataSourceProto.DataSource.RequestDataOptions.Builder. putDeprecatedSchema(String key, ValueProto.ValueType.Enum value)Mapping of feature name to typeEntityProto.EntitySpecV2.BuilderEntityProto.EntitySpecV2.Builder. setValueType(ValueProto.ValueType.Enum value)Type of the entity.FeatureProto.FeatureSpecV2.BuilderFeatureProto.FeatureSpecV2.Builder. setValueType(ValueProto.ValueType.Enum value)Value type of the feature.Method parameters in feast.proto.core with type arguments of type ValueProto.ValueType.Enum Modifier and Type Method Description DataSourceProto.DataSource.RequestDataOptions.BuilderDataSourceProto.DataSource.RequestDataOptions.Builder. putAllDeprecatedSchema(Map<String,ValueProto.ValueType.Enum> values)Mapping of feature name to type -
Uses of ValueProto.ValueType.Enum in feast.proto.types
Methods in feast.proto.types that return ValueProto.ValueType.Enum Modifier and Type Method Description static ValueProto.ValueType.EnumValueProto.ValueType.Enum. forNumber(int value)ValueProto.ValueType.EnumFieldProto.Field.Builder. getValue().feast.types.ValueType.Enum value = 2;ValueProto.ValueType.EnumFieldProto.Field. getValue().feast.types.ValueType.Enum value = 2;ValueProto.ValueType.EnumFieldProto.FieldOrBuilder. getValue().feast.types.ValueType.Enum value = 2;static ValueProto.ValueType.EnumValueProto.ValueType.Enum. valueOf(int value)Deprecated.static ValueProto.ValueType.EnumValueProto.ValueType.Enum. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ValueProto.ValueType.EnumValueProto.ValueType.Enum. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueProto.ValueType.Enum[]ValueProto.ValueType.Enum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in feast.proto.types that return types with arguments of type ValueProto.ValueType.Enum Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ValueProto.ValueType.Enum>ValueProto.ValueType.Enum. internalGetValueMap()Methods in feast.proto.types with parameters of type ValueProto.ValueType.Enum Modifier and Type Method Description FieldProto.Field.BuilderFieldProto.Field.Builder. setValue(ValueProto.ValueType.Enum value).feast.types.ValueType.Enum value = 2;
-