artifactStorage property

String? artifactStorage
getter/setter pair

Cloud Storage location where execution outputs should be stored.

This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.

Optional.

Implementation

core.String? artifactStorage;