OutputArgs

data class OutputArgs(val uri: Output<String>? = null) : ConvertibleToJava<OutputArgs>

Location of output file(s) in a Cloud Storage bucket.

Constructors

Link copied to clipboard
fun OutputArgs(uri: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): OutputArgs

Properties

Link copied to clipboard
val uri: Output<String>? = null

URI for the output file(s). For example, gs://my-bucket/outputs/. If empty, the value is populated from Job.output_uri. See Supported input and output formats.