Get Circuit by ID
Haiqu.get_circuit(circuit_id)
Get a circuit by ID.- Parameters: circuit_id (str) — The ID of the circuit stored in the Haiqu cloud.
- Returns: The requested circuit.
- Return type: CircuitModel
Examples
Get Job by ID
Haiqu.get_job(job_id)
Get a job by ID.- Parameters: job_id (str) — The ID of the job stored in the Haiqu cloud.
- Returns: The requested job.
- Return type: JOB_MODELS
Examples
Get Artifact by Name
Haiqu.get_artifact(artifact_name)
Get an artifact by name how it was logged with haiqu.log().- Parameters: artifact_name (str) — The name of the artifact.
- Returns: The requested artifact.
- Return type: ArtifactModel