Class RankProfile.Input

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

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

    Constructors
    Constructor
    Description
    Input(com.yahoo.searchlib.rankingexpression.Reference name, com.yahoo.search.schema.RankProfile.InputType type, Optional<com.yahoo.tensor.Tensor> defaultValue)
     
    Input(com.yahoo.searchlib.rankingexpression.Reference name, com.yahoo.tensor.TensorType tType, Optional<com.yahoo.tensor.Tensor> defaultValue)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<com.yahoo.tensor.Tensor>
     
    boolean
     
    int
     
    com.yahoo.searchlib.rankingexpression.Reference
     
     
    com.yahoo.search.schema.RankProfile.InputType
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Input

      public Input(com.yahoo.searchlib.rankingexpression.Reference name, com.yahoo.search.schema.RankProfile.InputType type, Optional<com.yahoo.tensor.Tensor> defaultValue)
    • Input

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

    • name

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

      public com.yahoo.search.schema.RankProfile.InputType 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