OutputResponse

data class OutputResponse(val uri: String)

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

Constructors

Link copied to clipboard
constructor(uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val uri: String

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.