cirq.google.Engine.get_job¶
-
Engine.get_job(job_resource_name: str) → Dict[source]¶ Returns metadata about a previously created job.
See get_job_result if you want the results of the job and not justmetadata about the job.Params:job_resource_name: A string of the formprojects/project_id/programs/program_id/jobs/job_id.Returns: A dictionary containing the metadata.