Class CalculationResult

    • Method Detail

      • stdOutS3Uri

        public final String stdOutS3Uri()

        The Amazon S3 location of the stdout file for the calculation.

        Returns:
        The Amazon S3 location of the stdout file for the calculation.
      • stdErrorS3Uri

        public final String stdErrorS3Uri()

        The Amazon S3 location of the stderr error messages file for the calculation.

        Returns:
        The Amazon S3 location of the stderr error messages file for the calculation.
      • resultS3Uri

        public final String resultS3Uri()

        The Amazon S3 location of the folder for the calculation results.

        Returns:
        The Amazon S3 location of the folder for the calculation results.
      • resultType

        public final String resultType()

        The data format of the calculation result.

        Returns:
        The data format of the calculation result.
      • 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)