LogsPolicyResponse

data class LogsPolicyResponse(val destination: String, val logsPath: String)

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

Constructors

Link copied to clipboard
constructor(destination: String, logsPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Where logs should be saved.

Link copied to clipboard

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.