amplify.client.FujitsuDAMixedModeSolverClientResult
- class FujitsuDAMixedModeSolverClientResult
A class that provides information about the execution results obtained by
FujitsuDAMixedModeSolverClient
.- __init__(*args, **kwargs)
Methods
__init__
(*args, **kwargs)Attributes
[Deprecated] The annealing time in a given job, measured in milliseconds.
A list of solutions.
Solver's set parameters and their values.
The Status of the job in FujitsuDAMixedModeSolver.
Timing-related information about
FujitsuDAMixedModeSolverClient
.- property annealing_time_ms
[Deprecated] The annealing time in a given job, measured in milliseconds.
- Type:
- property solutions
A list of solutions. Each element in the list is a
ClientSolution
object. The values of"energy"
,"configuration"
, andfrequency"
of the QuboSolution of FujitsuDAMixedModeSolver are mapped toenergy
,values
, andfrequency
properties, respectively.- Type:
- property solver_input_parameters
Solver’s set parameters and their values.
- property status
The Status of the job in FujitsuDAMixedModeSolver.
'Deleted'
is output as the default behavior, since Amplify SDK posts Delete request of the job after obtaining the results.- Type:
- property timing
Timing-related information about
FujitsuDAMixedModeSolverClient
.