amplify.client.ABSClientResult

class ABSClientResult

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

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

annealing_time_ms

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

one_hot_column

Whether column-by-column one-hot constraints is detected or not.

one_hot_row

Whether row-by-row one-hot constraints is detected or not.

solutions

A 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 one_hot_column

Whether column-by-column one-hot constraints is detected or not.

Type:

bool

property one_hot_row

Whether row-by-row one-hot constraints is detected or not.

Type:

bool

property solutions

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

Type:

list

property timing

Provides the timing-related information.

Type:

ABSClientResultTiming