jobs_submit_job_request
¶
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:
-
JobsSubmitJobRequest–NOTE: This class is auto generated by the swagger code generator program.
JobsSubmitJobRequest
¶
JobsSubmitJobRequest(
name=None,
description=None,
device_id=None,
job_type=None,
job_info=None,
transpiler_info=None,
simulator_info=None,
mitigation_info=None,
shots=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 JobsSubmitJobRequest. # noqa: E501
-
device_id–Gets the device_id of this JobsSubmitJobRequest. # noqa: E501
-
job_info–Gets the job_info of this JobsSubmitJobRequest. # noqa: E501
-
job_type–Gets the job_type of this JobsSubmitJobRequest. # noqa: E501
-
mitigation_info–Gets the mitigation_info of this JobsSubmitJobRequest. # noqa: E501
-
name–Gets the name of this JobsSubmitJobRequest. # noqa: E501
-
shots–Gets the shots of this JobsSubmitJobRequest. # noqa: E501
-
simulator_info–Gets the simulator_info of this JobsSubmitJobRequest. # noqa: E501
-
transpiler_info–Gets the transpiler_info of this JobsSubmitJobRequest. # noqa: E501
description
property
writable
¶
description
Gets the description of this JobsSubmitJobRequest. # noqa: E501
:return: The description of this JobsSubmitJobRequest. # noqa: E501 :rtype: str
device_id
property
writable
¶
device_id
Gets the device_id of this JobsSubmitJobRequest. # noqa: E501
:return: The device_id of this JobsSubmitJobRequest. # noqa: E501 :rtype: str
job_info
property
writable
¶
job_info
Gets the job_info of this JobsSubmitJobRequest. # noqa: E501
:return: The job_info of this JobsSubmitJobRequest. # noqa: E501 :rtype: JobsSubmitJobInfo
job_type
property
writable
¶
job_type
Gets the job_type of this JobsSubmitJobRequest. # noqa: E501
:return: The job_type of this JobsSubmitJobRequest. # noqa: E501 :rtype: JobsJobType
mitigation_info
property
writable
¶
mitigation_info
Gets the mitigation_info of this JobsSubmitJobRequest. # noqa: E501
:return: The mitigation_info of this JobsSubmitJobRequest. # noqa: E501 :rtype: dict(str, object)
name
property
writable
¶
name
Gets the name of this JobsSubmitJobRequest. # noqa: E501
:return: The name of this JobsSubmitJobRequest. # noqa: E501 :rtype: str
shots
property
writable
¶
shots
Gets the shots of this JobsSubmitJobRequest. # noqa: E501
:return: The shots of this JobsSubmitJobRequest. # noqa: E501 :rtype: int
simulator_info
property
writable
¶
simulator_info
Gets the simulator_info of this JobsSubmitJobRequest. # noqa: E501
:return: The simulator_info of this JobsSubmitJobRequest. # noqa: E501 :rtype: dict(str, object)
transpiler_info
property
writable
¶
transpiler_info
Gets the transpiler_info of this JobsSubmitJobRequest. # noqa: E501
:return: The transpiler_info of this JobsSubmitJobRequest. # noqa: E501 :rtype: dict(str, object)