JobOutputOptions

Configuration for output data location and format.

Types

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

Properties

Link copied to clipboard

Output data format. Currently only "Parquet" is supported.

Link copied to clipboard

S3 ARN or URI where output files will be written.

Functions

Link copied to clipboard
inline fun copy(block: JobOutputOptions.Builder.() -> Unit = {}): JobOutputOptions
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