Interface FeatureProto.FeatureSpecV2OrBuilder

    • Method Detail

      • getName

        String getName()
         Name of the feature. Not updatable.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the feature. Not updatable.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getValueTypeValue

        int getValueTypeValue()
         Value type of the feature. Not updatable.
         
        .feast.types.ValueType.Enum value_type = 2;
        Returns:
        The enum numeric value on the wire for valueType.
      • getValueType

        ValueProto.ValueType.Enum getValueType()
         Value type of the feature. Not updatable.
         
        .feast.types.ValueType.Enum value_type = 2;
        Returns:
        The valueType.
      • getTagsCount

        int getTagsCount()
         Tags for user defined metadata on a feature
         
        map<string, string> tags = 3;
      • containsTags

        boolean containsTags​(String key)
         Tags for user defined metadata on a feature
         
        map<string, string> tags = 3;
      • getTagsMap

        Map<String,​String> getTagsMap()
         Tags for user defined metadata on a feature
         
        map<string, string> tags = 3;
      • getTagsOrDefault

        String getTagsOrDefault​(String key,
                                String defaultValue)
         Tags for user defined metadata on a feature
         
        map<string, string> tags = 3;
      • getTagsOrThrow

        String getTagsOrThrow​(String key)
         Tags for user defined metadata on a feature
         
        map<string, string> tags = 3;
      • getDescription

        String getDescription()
        string description = 4;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 4;
        Returns:
        The bytes for description.