Class TestingDataResult

    • Method Detail

      • input

        public final TestingData input()

        The testing dataset that was supplied for training.

        Returns:
        The testing dataset that was supplied for training.
      • output

        public final TestingData output()

        The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.

        Returns:
        The subset of the dataset that was actually tested. Some images (assets) might not be tested due to file formatting and other issues.
      • validation

        public final ValidationData validation()

        The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.

        Returns:
        The location of the data validation manifest. The data validation manifest is created for the test dataset during model training.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)