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.
      • getLabelsCount

        int getLabelsCount()
         Labels for user defined metadata on a feature
         
        map<string, string> labels = 3;
      • containsLabels

        boolean containsLabels​(String key)
         Labels for user defined metadata on a feature
         
        map<string, string> labels = 3;
      • getLabelsMap

        Map<String,​String> getLabelsMap()
         Labels for user defined metadata on a feature
         
        map<string, string> labels = 3;
      • getLabelsOrDefault

        String getLabelsOrDefault​(String key,
                                  String defaultValue)
         Labels for user defined metadata on a feature
         
        map<string, string> labels = 3;
      • getLabelsOrThrow

        String getLabelsOrThrow​(String key)
         Labels for user defined metadata on a feature
         
        map<string, string> labels = 3;