synth_ai.sdk.artifacts.client
ArtifactsClient
list_artifacts
list_artifacts(self) -> Dict[str, Any]
get_model
get_model(self, model_id: str) -> Dict[str, Any]
get_prompt
get_prompt(self, job_id: str) -> Dict[str, Any]
export_to_huggingface
export_to_huggingface(self) -> Dict[str, Any]
get_prompt_snapshot
get_prompt_snapshot(self, job_id: str, snapshot_id: str) -> Dict[str, Any]
list_prompt_snapshots
list_prompt_snapshots(self, job_id: str) -> List[Dict[str, Any]]
get_models_on_wasabi
get_models_on_wasabi(self) -> Dict[str, Any]
Was this page helpful?