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

encodedFile

File contents: Compressed using .gz then base64-encoded.

mountPath

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