Class ImagePrediction


  • public class ImagePrediction
    extends Object
    Result of an image prediction request.
    • Constructor Detail

      • ImagePrediction

        public ImagePrediction()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • project

        public UUID project()
        Get the project value.
        Returns:
        the project value
      • iteration

        public UUID iteration()
        Get the iteration value.
        Returns:
        the iteration value
      • created

        public org.joda.time.DateTime created()
        Get the created value.
        Returns:
        the created value
      • predictions

        public List<Prediction> predictions()
        Get the predictions value.
        Returns:
        the predictions value