Interface DataSourceProto.DataSource.RequestDataOptionsOrBuilder

    • Method Detail

      • getDeprecatedSchemaCount

        int getDeprecatedSchemaCount()
         Mapping of feature name to type
         
        map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
      • containsDeprecatedSchema

        boolean containsDeprecatedSchema​(String key)
         Mapping of feature name to type
         
        map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
      • getDeprecatedSchemaMap

        Map<String,​ValueProto.ValueType.Enum> getDeprecatedSchemaMap()
         Mapping of feature name to type
         
        map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
      • getDeprecatedSchemaOrThrow

        ValueProto.ValueType.Enum getDeprecatedSchemaOrThrow​(String key)
         Mapping of feature name to type
         
        map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
      • getDeprecatedSchemaValueMap

        Map<String,​Integer> getDeprecatedSchemaValueMap()
         Mapping of feature name to type
         
        map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
      • getDeprecatedSchemaValueOrDefault

        int getDeprecatedSchemaValueOrDefault​(String key,
                                              int defaultValue)
         Mapping of feature name to type
         
        map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
      • getDeprecatedSchemaValueOrThrow

        int getDeprecatedSchemaValueOrThrow​(String key)
         Mapping of feature name to type
         
        map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
      • getSchemaCount

        int getSchemaCount()
        repeated .feast.core.FeatureSpecV2 schema = 3;