amplify.client.HitachiClientResult

class HitachiClientResult

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

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

annealing_time_ms

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

job_id

ID that identifies the job.

solutions

A list of solutions.

status

The status of Web API execution result.

timing

Provides the timing-related information.

property annealing_time_ms

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

Type:

int

property job_id

ID that identifies the job.

Type:

str

property solutions

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

Type:

list

property status

The status of Web API execution result.

Type:

int

property timing

Provides the timing-related information.

Type:

HitachiClientResultTiming