Interface DataSourceProto.DataSource.RequestDataOptionsOrBuilder

    • Method Detail

      • getSchemaCount

        int getSchemaCount()
         Mapping of feature name to type
         
        map<string, .feast.types.ValueType.Enum> schema = 2;
      • containsSchema

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

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

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

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

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