Interface ServingAPIProto.GetOnlineFeaturesResponse.FeatureVectorOrBuilder

    • Method Detail

      • getValues

        ValueProto.Value getValues​(int index)
        repeated .feast.types.Value values = 1;
      • getValuesCount

        int getValuesCount()
        repeated .feast.types.Value values = 1;
      • getStatusesList

        List<ServingAPIProto.FieldStatus> getStatusesList()
        repeated .feast.serving.FieldStatus statuses = 2;
        Returns:
        A list containing the statuses.
      • getStatusesCount

        int getStatusesCount()
        repeated .feast.serving.FieldStatus statuses = 2;
        Returns:
        The count of statuses.
      • getStatuses

        ServingAPIProto.FieldStatus getStatuses​(int index)
        repeated .feast.serving.FieldStatus statuses = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The statuses at the given index.
      • getStatusesValueList

        List<Integer> getStatusesValueList()
        repeated .feast.serving.FieldStatus statuses = 2;
        Returns:
        A list containing the enum numeric values on the wire for statuses.
      • getStatusesValue

        int getStatusesValue​(int index)
        repeated .feast.serving.FieldStatus statuses = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of statuses at the given index.
      • getEventTimestampsList

        List<com.google.protobuf.Timestamp> getEventTimestampsList()
        repeated .google.protobuf.Timestamp event_timestamps = 3;
      • getEventTimestamps

        com.google.protobuf.Timestamp getEventTimestamps​(int index)
        repeated .google.protobuf.Timestamp event_timestamps = 3;
      • getEventTimestampsCount

        int getEventTimestampsCount()
        repeated .google.protobuf.Timestamp event_timestamps = 3;
      • getEventTimestampsOrBuilderList

        List<? extends com.google.protobuf.TimestampOrBuilder> getEventTimestampsOrBuilderList()
        repeated .google.protobuf.Timestamp event_timestamps = 3;
      • getEventTimestampsOrBuilder

        com.google.protobuf.TimestampOrBuilder getEventTimestampsOrBuilder​(int index)
        repeated .google.protobuf.Timestamp event_timestamps = 3;