amplify.client.ABSClientResult¶
- class ABSClientResult¶
Bases:
pybind11_object
A class that provides information about the execution results obtained by
ABSClient
.- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)Attributes
[Deprecated] The annealing time in a given job, measured in milliseconds.
Whether column-by-column one-hot constraints is detected or not.
Whether row-by-row one-hot constraints is detected or not.
A list of solutions.
Provides the timing-related information.
- property annealing_time_ms¶
[Deprecated] The annealing time in a given job, measured in milliseconds.
- Type:
- property one_hot_column¶
Whether column-by-column one-hot constraints is detected or not.
- Type:
- property solutions¶
A list of solutions. Each element of the list is
ClientSolution
.- Type:
- property timing¶
Provides the timing-related information.
- Type: