Class LogsPolicy (0.6.0)

LogsPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved.

Attributes

NameDescription
destination google.cloud.batch_v1alpha.types.LogsPolicy.Destination
Where logs should be saved.
logs_path str
The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.

Classes

Destination

Destination(value)

The destination (if any) for logs.