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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `LogsPolicy` class in the Google.Cloud.Batch.V1 API manages how outputs from a Job's Tasks (stdout/stderr) are preserved."],["The latest version of the `LogsPolicy` documentation is version 2.13.0, but documentation for versions ranging from 1.0.0 to 2.12.0 are available."],["`LogsPolicy` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `LogsPolicy` class has properties for `Destination`, which defines where logs are saved, and `LogsPath`, which specifies the exact location of saved logs when the destination is set to a path."],["The `LogsPolicy` class has two constructors, one default constructor that takes no parameters and one that takes another `LogsPolicy` as a parameter."]]],[]]