frame_cli.pull module

Module for frame pull commands.

frame_cli.pull.pull_component(name: str, destination: str | None) None[source]

Download a component.

frame_cli.pull.pull_metadata_file(model_id: str, model_version: str | None, dir_path: str) None[source]

Download FRAME metadata file.

frame_cli.pull.pull_model(name: str, destination: str | None) None[source]

Download a hybrid model and setup environment.

frame_cli.pull.setup_environment(destination: str, environment: dict[str, Any]) None[source]