For the complete documentation index, see llms.txt. This page is also available as Markdown.

Working with Containers

The container entity makes the input, output, or submittedSample container available to the scripting engine.

  • The container can be queried for its name, for example:

    input.::container::.::name::
  • Container name, UDFs / fields, and entity information can be read or written, for example:

    output.::container::.::example udf1:: = input.::container::.::example udf1::

Example basic expressions:

-exp 'output.container.::containerUDF:: = ::This is a string::'
-exp 'input.::container::.::containerUDF:: = ::This is a string::'
-exp 'submittedSample.container.::containerUDF:: = ::This is a string::'

The word 'container' may be optionally surrounded by "::"

Last updated

Was this helpful?