InlineFile interface
A file to be included in the input data for a tool run and the path where it will be mounted, relative to the working directory.
Properties
| encoded |
File contents: Compressed using .gz then base64-encoded. |
| mount |
Absolute path within the container at which to mount this file. |
Property Details
encodedFile
File contents: Compressed using .gz then base64-encoded.
encodedFile: string
Property Value
string
mountPath
Absolute path within the container at which to mount this file.
mountPath: string
Property Value
string