OutputDataMount interface
Definition of a mount for collecting tool output data.
Properties
| mount |
Absolute path within the container from which to collect output data. |
| mount |
The protocol to use for mounting this storage. Overrides any value specified on the storage container. |
| storage |
URI of location to persist output to. |
Property Details
mountPath
Absolute path within the container from which to collect output data.
mountPath: string
Property Value
string
mountProtocol
The protocol to use for mounting this storage. Overrides any value specified on the storage container.
mountProtocol?: string
Property Value
string
storageUri
URI of location to persist output to.
storageUri: string
Property Value
string