InputDataMount interface
Data URI and path where it will be mounted in the tool container.
Properties
| mount |
Absolute path within the container at which to mount this input. |
| mount |
The protocol to use for mounting this storage. Overrides any value specified on the storage container. |
| storage |
URI of input data to mount. |
Property Details
mountPath
Absolute path within the container at which to mount this input.
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 input data to mount.
storageUri: string
Property Value
string