outputUriPrefix property

String? outputUriPrefix
getter/setter pair

Google Cloud Storage URI to output directory.

For example, gs://bucket/directory. The requesting user must have write permission to the bucket. The directory will be created if it doesn't exist.

Required.

Implementation

core.String? outputUriPrefix;