uri property

String? uri
getter/setter pair

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.

Implementation

core.String? uri;