jobs_submit_job_info
¶
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:
-
JobsSubmitJobInfo–NOTE: This class is auto generated by the swagger code generator program.
JobsSubmitJobInfo
¶
JobsSubmitJobInfo(program=None, operator=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:
-
operator–Gets the operator of this JobsSubmitJobInfo. # noqa: E501
-
program–Gets the program of this JobsSubmitJobInfo. # noqa: E501
operator
property
writable
¶
operator
Gets the operator of this JobsSubmitJobInfo. # noqa: E501
:return: The operator of this JobsSubmitJobInfo. # noqa: E501 :rtype: list[JobsOperatorItem]
program
property
writable
¶
program
Gets the program of this JobsSubmitJobInfo. # noqa: E501
A list of OPENQASM3 program. For non-multiprogramming jobs, this field is assumed to contain exactly one program. Otherwise, those programs are combined according to the multiprogramming machinery. # noqa: E501
:return: The program of this JobsSubmitJobInfo. # noqa: E501 :rtype: list[str]