Enum ServingAPIProto.GetOnlineFeaturesResponse.FieldStatus

    • Field Detail

      • INVALID_VALUE

        public static final int INVALID_VALUE
         Status is unset for this field.
         
        INVALID = 0;
        See Also:
        Constant Field Values
      • PRESENT_VALUE

        public static final int PRESENT_VALUE
         Field value is present for this field and age is within max age.
         
        PRESENT = 1;
        See Also:
        Constant Field Values
      • NULL_VALUE_VALUE

        public static final int NULL_VALUE_VALUE
         Values could be found for entity key and age is within max age, but
         this field value is assigned a value on ingestion into feast.
         
        NULL_VALUE = 2;
        See Also:
        Constant Field Values
      • NOT_FOUND_VALUE

        public static final int NOT_FOUND_VALUE
         Entity key did not return any values as they do not exist in Feast.
         This could suggest that the feature values have not yet been ingested
         into feast or the ingestion failed.
         
        NOT_FOUND = 3;
        See Also:
        Constant Field Values
      • OUTSIDE_MAX_AGE_VALUE

        public static final int OUTSIDE_MAX_AGE_VALUE
         Values could be found for entity key, but field values are outside the maximum 
         allowable range.
         
        OUTSIDE_MAX_AGE = 4;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ServingAPIProto.GetOnlineFeaturesResponse.FieldStatus[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ServingAPIProto.GetOnlineFeaturesResponse.FieldStatus c : ServingAPIProto.GetOnlineFeaturesResponse.FieldStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ServingAPIProto.GetOnlineFeaturesResponse.FieldStatus valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static ServingAPIProto.GetOnlineFeaturesResponse.FieldStatus valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static ServingAPIProto.GetOnlineFeaturesResponse.FieldStatus valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null