jobs_sampling_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:
-
JobsSamplingResult–NOTE: This class is auto generated by the swagger code generator program.
JobsSamplingResult
¶
JobsSamplingResult(counts=None, divided_counts=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:
-
counts–Gets the counts of this JobsSamplingResult. # noqa: E501
-
divided_counts–Gets the divided_counts of this JobsSamplingResult. # noqa: E501
counts
property
writable
¶
counts
Gets the counts of this JobsSamplingResult. # noqa: E501
:return: The counts of this JobsSamplingResult. # noqa: E501 :rtype: dict(str, object)
divided_counts
property
writable
¶
divided_counts
Gets the divided_counts of this JobsSamplingResult. # noqa: E501
:return: The divided_counts of this JobsSamplingResult. # noqa: E501 :rtype: dict(str, object)