amplify.client.ToshibaClientResultTiming

class ToshibaClientResultTiming

A class that provides the timing-related information about the Toshiba SBM client.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

time

Net calculation time in seconds, without overhead such as data transfer time.

wait

The amount of time (in seconds) to wait in the queue for the preceding request to finish.

property time

Net calculation time in seconds, without overhead such as data transfer time.

Type:

float

property wait

The amount of time (in seconds) to wait in the queue for the preceding request to finish.

Type:

float