Class Evaluation

  • All Implemented Interfaces:
    INeedClient, java.io.Serializable

    public class Evaluation
    extends java.lang.Object
    implements java.io.Serializable, INeedClient
    A reference to an Evaluation for a LearningSession on the DataRobot server. Client code that uses the DataRobot AI API package generally should not construct these objects directly, they should be instantiated by AI API Client methods. This object may be out of sync with the DataRobot sever, for example, if multiple processes or users have permission to modify or delete it on the server.
    See Also:
    Serialized Form
    • Constructor Detail

      • Evaluation

        public Evaluation​(java.lang.String summary,
                          java.lang.Double score,
                          java.lang.String label)
      • Evaluation

        public Evaluation()
    • Method Detail

      • getSummary

        public java.lang.String getSummary()
      • getScore

        public double getScore()
      • getLabel

        public java.lang.String getLabel()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object