jobs_job_def
¶
OQTOPUS Cloud User API
OQTOPUS Cloud User API. This API is used to interact with the OQTOPUS Cloud service. The API provides endpoints to manage devices, jobs, and results. # noqa: E501
OpenAPI spec version: 1.0 Contact: oqtopus-team[at]googlegroups.com Generated by: https://github.com/swagger-api/swagger-codegen.git
Classes:
-
JobsJobDef–NOTE: This class is auto generated by the swagger code generator program.
JobsJobDef
¶
JobsJobDef(
job_id=None,
name=None,
description=None,
job_type=None,
status=None,
device_id=None,
shots=None,
job_info=None,
transpiler_info=None,
simulator_info=None,
mitigation_info=None,
execution_time=None,
submitted_at=None,
ready_at=None,
running_at=None,
ended_at=None,
)
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
Methods:
-
to_dict–Returns the model properties as a dict
-
to_str–Returns the string representation of the model
Attributes:
-
description–Gets the description of this JobsJobDef. # noqa: E501
-
device_id–Gets the device_id of this JobsJobDef. # noqa: E501
-
ended_at–Gets the ended_at of this JobsJobDef. # noqa: E501
-
execution_time–Gets the execution_time of this JobsJobDef. # noqa: E501
-
job_id–Gets the job_id of this JobsJobDef. # noqa: E501
-
job_info–Gets the job_info of this JobsJobDef. # noqa: E501
-
job_type–Gets the job_type of this JobsJobDef. # noqa: E501
-
mitigation_info–Gets the mitigation_info of this JobsJobDef. # noqa: E501
-
name–Gets the name of this JobsJobDef. # noqa: E501
-
ready_at–Gets the ready_at of this JobsJobDef. # noqa: E501
-
running_at–Gets the running_at of this JobsJobDef. # noqa: E501
-
shots–Gets the shots of this JobsJobDef. # noqa: E501
-
simulator_info–Gets the simulator_info of this JobsJobDef. # noqa: E501
-
status–Gets the status of this JobsJobDef. # noqa: E501
-
submitted_at–Gets the submitted_at of this JobsJobDef. # noqa: E501
-
transpiler_info–Gets the transpiler_info of this JobsJobDef. # noqa: E501
description
property
writable
¶
description
Gets the description of this JobsJobDef. # noqa: E501
:return: The description of this JobsJobDef. # noqa: E501 :rtype: str
device_id
property
writable
¶
device_id
Gets the device_id of this JobsJobDef. # noqa: E501
:return: The device_id of this JobsJobDef. # noqa: E501 :rtype: str
ended_at
property
writable
¶
ended_at
Gets the ended_at of this JobsJobDef. # noqa: E501
:return: The ended_at of this JobsJobDef. # noqa: E501 :rtype: datetime
execution_time
property
writable
¶
execution_time
Gets the execution_time of this JobsJobDef. # noqa: E501
:return: The execution_time of this JobsJobDef. # noqa: E501 :rtype: float
job_id
property
writable
¶
job_id
Gets the job_id of this JobsJobDef. # noqa: E501
:return: The job_id of this JobsJobDef. # noqa: E501 :rtype: JobsJobId
job_info
property
writable
¶
job_info
Gets the job_info of this JobsJobDef. # noqa: E501
:return: The job_info of this JobsJobDef. # noqa: E501 :rtype: JobsJobInfo
job_type
property
writable
¶
job_type
Gets the job_type of this JobsJobDef. # noqa: E501
:return: The job_type of this JobsJobDef. # noqa: E501 :rtype: JobsJobType
mitigation_info
property
writable
¶
mitigation_info
Gets the mitigation_info of this JobsJobDef. # noqa: E501
:return: The mitigation_info of this JobsJobDef. # noqa: E501 :rtype: dict(str, object)
name
property
writable
¶
name
Gets the name of this JobsJobDef. # noqa: E501
:return: The name of this JobsJobDef. # noqa: E501 :rtype: str
ready_at
property
writable
¶
ready_at
Gets the ready_at of this JobsJobDef. # noqa: E501
:return: The ready_at of this JobsJobDef. # noqa: E501 :rtype: datetime
running_at
property
writable
¶
running_at
Gets the running_at of this JobsJobDef. # noqa: E501
:return: The running_at of this JobsJobDef. # noqa: E501 :rtype: datetime
shots
property
writable
¶
shots
Gets the shots of this JobsJobDef. # noqa: E501
:return: The shots of this JobsJobDef. # noqa: E501 :rtype: int
simulator_info
property
writable
¶
simulator_info
Gets the simulator_info of this JobsJobDef. # noqa: E501
:return: The simulator_info of this JobsJobDef. # noqa: E501 :rtype: dict(str, object)
status
property
writable
¶
status
Gets the status of this JobsJobDef. # noqa: E501
:return: The status of this JobsJobDef. # noqa: E501 :rtype: JobsJobStatus
submitted_at
property
writable
¶
submitted_at
Gets the submitted_at of this JobsJobDef. # noqa: E501
:return: The submitted_at of this JobsJobDef. # noqa: E501 :rtype: datetime
transpiler_info
property
writable
¶
transpiler_info
Gets the transpiler_info of this JobsJobDef. # noqa: E501
:return: The transpiler_info of this JobsJobDef. # noqa: E501 :rtype: dict(str, object)