Class RankProfile.Input

java.lang.Object
com.yahoo.schema.RankProfile.Input
Enclosing class:
RankProfile

public static final class RankProfile.Input extends Object
  • Constructor Details

    • Input

      public Input(com.yahoo.searchlib.rankingexpression.Reference name, com.yahoo.tensor.TensorType type, Optional<com.yahoo.tensor.Tensor> defaultValue)
  • Method Details

    • name

      public com.yahoo.searchlib.rankingexpression.Reference name()
    • type

      public com.yahoo.tensor.TensorType type()
    • defaultValue

      public Optional<com.yahoo.tensor.Tensor> defaultValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object