CalculationResult

Contains information about an application-specific calculation result.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The data format of the calculation result.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: CalculationResult.Builder.() -> Unit = {}): CalculationResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String