Class OutputList

  • All Implemented Interfaces:
    java.io.Serializable

    public class OutputList
    extends Paged
    implements java.io.Serializable
    A reference to a list of Output objects on the DataRobot server connected to an account. 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

      • OutputList

        public OutputList()
    • Method Detail

      • getItems

        public java.util.List<Output> getItems()
        Retrieve a list of Output objects that are connected to this account
        Returns:
        A list of output objects
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
        internal
      • setAdditionalProperty

        public void setAdditionalProperty​(java.lang.String name,
                                          java.lang.Object value)
        internal
      • hashCode

        public int hashCode()
        internal
        Overrides:
        hashCode in class Paged
      • equals

        public boolean equals​(java.lang.Object other)
        internal
        Overrides:
        equals in class Paged
      • toString

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