Action

An Action is a self-contained, composable set of code building blocks that can perform specific actions within a machine learning project.

Actions can receive parameters (e.g., args, image) within the job step via the “with” argument. For example, container@v1 action runs a container, loads inputs, and produces outputs.