gcsPath property

String? gcsPath
getter/setter pair

The Cloud Storage path to export the artifact to.

Should start with the bucket name, and optionally have a directory path. Examples: dst_bucket, dst_bucket/sub_dir. Existing objects with the same path will be overwritten.

Implementation

core.String? gcsPath;