amplify.client.FujitsuDA2SolverClientResult

class FujitsuDA2SolverClientResult

A class that provides information about the execution results obtained by FujitsuDA2SolverClient.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

annealing_time_ms

[Deprecated] The annealing time in a given job, measured in milliseconds.

solutions

A list of solutions.

solver_input_parameters

Solver's set parameters and their values.

status

The Status of the job in FujitsuDA2Solver.

timing

Timing-related information about FujitsuDA2SolverClient.

property annealing_time_ms

[Deprecated] The annealing time in a given job, measured in milliseconds.

Type:

int

property solutions

A list of solutions. Each element in the list is a ClientSolution object. The values of "energy", "configuration", and frequency" of the QuboSolution of FujitsuDA2Solver are mapped to energy, values, and frequency properties, respectively.

Type:

list

property solver_input_parameters

Solver's set parameters and their values.

property status

The Status of the job in FujitsuDA2Solver. 'Deleted' is output as the default behavior, since Amplify SDK posts Delete request of the job after obtaining the results.

Type:

str

property timing

Timing-related information about FujitsuDA2SolverClient.

Type:

FujitsuDA2SolverClientResultTiming