jobs_estimation_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:
-
JobsEstimationResult–NOTE: This class is auto generated by the swagger code generator program.
JobsEstimationResult
¶
JobsEstimationResult(exp_value=None, stds=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:
-
exp_value–Gets the exp_value of this JobsEstimationResult. # noqa: E501
-
stds–Gets the stds of this JobsEstimationResult. # noqa: E501
exp_value
property
writable
¶
exp_value
Gets the exp_value of this JobsEstimationResult. # noqa: E501
This field must contain an array of numbers with a maximum length of 2, representing a complex number. The first element corresponds to the real part, and the second corresponds to the imaginary part. # noqa: E501
:return: The exp_value of this JobsEstimationResult. # noqa: E501 :rtype: list[float]
stds
property
writable
¶
stds
Gets the stds of this JobsEstimationResult. # noqa: E501
(Only for estimation jobs) The standard deviation value # noqa: E501
:return: The stds of this JobsEstimationResult. # noqa: E501 :rtype: float