Skip to content

jobs_transpile_result

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:

  • JobsTranspileResult

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

JobsTranspileResult

JobsTranspileResult(
    transpiled_program=None,
    stats=None,
    virtual_physical_mapping=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:

  • stats

    Gets the stats of this JobsTranspileResult. # noqa: E501

  • transpiled_program

    Gets the transpiled_program of this JobsTranspileResult. # noqa: E501

  • virtual_physical_mapping

    Gets the virtual_physical_mapping of this JobsTranspileResult. # noqa: E501

stats property writable

stats

Gets the stats of this JobsTranspileResult. # noqa: E501

:return: The stats of this JobsTranspileResult. # noqa: E501 :rtype: str

transpiled_program property writable

transpiled_program

Gets the transpiled_program of this JobsTranspileResult. # noqa: E501

:return: The transpiled_program of this JobsTranspileResult. # noqa: E501 :rtype: str

virtual_physical_mapping property writable

virtual_physical_mapping

Gets the virtual_physical_mapping of this JobsTranspileResult. # noqa: E501

:return: The virtual_physical_mapping of this JobsTranspileResult. # noqa: E501 :rtype: str

to_dict

to_dict()

Returns the model properties as a dict

to_str

to_str()

Returns the string representation of the model