The name of the Training Job to fetch artifacts from.
Examples
-
gpt2training-1
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.
flexai training fetch <training_job_name> [ --destination <local_path> ]
The name of the Training Job to fetch artifacts from.
gpt2training-1
The local path to download the artifacts to. If not specified, artifacts will be downloaded to the current directory.
--destination ./artifacts