Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.flex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Fetches artifacts from a Training Job. The artifacts are stored in the /output directory of the Training Runtime environment and can be accessed even after the Training Job has completed.

Usage

flexai training fetch <training_or_fine_tuning_job_name> [flags]

Arguments

ArgumentTypeRequiredDescription
training_or_fine_tuning_job_namestringYesThe name of the Training or Fine-tuning Job to fetch artifacts from.

Flags

FlagShortTypeDefaultDescription
--destination-dstring./Destination directory to store fetched artifacts.
--help-hbooleanDisplays this help page.
--verbose-vbooleanProvides more detailed output when fetching artifacts.