amplify.client.NECClientResult

class NECClientResult

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

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

annealing_time_ms

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

solution_info

The list of solutions with information on time, constraint satisfaction, memory usage.

solutions

The list of solutions.

timing

Provides the timing-related information.

property annealing_time_ms

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

Type:

int

property solution_info

The list of solutions with information on time, constraint satisfaction, memory usage.

Type:

list

property solutions

The list of solutions. Each element of the list is ClientSolution.

Type:

list

property timing

Provides the timing-related information.

Type:

NECClientResultTiming