quri_parts.riqu.rest.models.job module#

riqu (Rest Interface for QUantum computing)

the cloud server with riqu interface. # noqa: E501

OpenAPI spec version: 1.1

Generated by: https://github.com/swagger-api/swagger-codegen.git

class quri_parts.riqu.rest.models.job.Job(id=None, qasm=None, transpiled_qasm=None, transpiler=None, shots=None, status=None, result=None, created=None, in_queue=None, out_queue=None, ended=None, remark=None)#

Bases: object

NOTE: This class is auto generated by the swagger code generator program.

Do not edit the class manually.

swagger_types = {'created': 'datetime', 'ended': 'datetime', 'id': 'str', 'in_queue': 'datetime', 'out_queue': 'datetime', 'qasm': 'str', 'remark': 'str', 'result': 'str', 'shots': 'int', 'status': 'str', 'transpiled_qasm': 'str', 'transpiler': 'str'}#
attribute_map = {'created': 'created', 'ended': 'ended', 'id': 'id', 'in_queue': 'in_queue', 'out_queue': 'out_queue', 'qasm': 'qasm', 'remark': 'remark', 'result': 'result', 'shots': 'shots', 'status': 'status', 'transpiled_qasm': 'transpiled_qasm', 'transpiler': 'transpiler'}#
property id#

E501

Returns

The id of this Job. # noqa: E501

Return type

str

Type

Gets the id of this Job. # noqa

property qasm#

E501

Returns

The qasm of this Job. # noqa: E501

Return type

str

Type

Gets the qasm of this Job. # noqa

property transpiled_qasm#

E501

Returns

The transpiled_qasm of this Job. # noqa: E501

Return type

str

Type

Gets the transpiled_qasm of this Job. # noqa

property transpiler#

E501

Returns

The transpiler of this Job. # noqa: E501

Return type

str

Type

Gets the transpiler of this Job. # noqa

property shots#

E501

Returns

The shots of this Job. # noqa: E501

Return type

int

Type

Gets the shots of this Job. # noqa

property status#

E501

Returns

The status of this Job. # noqa: E501

Return type

str

Type

Gets the status of this Job. # noqa

property result#

E501

Returns

The result of this Job. # noqa: E501

Return type

str

Type

Gets the result of this Job. # noqa

property created#

E501

Returns

The created of this Job. # noqa: E501

Return type

datetime

Type

Gets the created of this Job. # noqa

property in_queue#

E501

Returns

The in_queue of this Job. # noqa: E501

Return type

datetime

Type

Gets the in_queue of this Job. # noqa

property out_queue#

E501

Returns

The out_queue of this Job. # noqa: E501

Return type

datetime

Type

Gets the out_queue of this Job. # noqa

property ended#

E501

Returns

The ended of this Job. # noqa: E501

Return type

datetime

Type

Gets the ended of this Job. # noqa

property remark#

E501

Returns

The remark of this Job. # noqa: E501

Return type

str

Type

Gets the remark of this Job. # noqa

to_dict()#

Returns the model properties as a dict

to_str()#

Returns the string representation of the model