maxWaitTimeInSeconds property

int? maxWaitTimeInSeconds
final

The maximum length of time, in seconds, how long you are willing to wait for a managed spot training job to complete. It is the amount of time spent waiting for Spot capacity plus the amount of time the training job runs. It must be equal to or greater than MaxRuntimeInSeconds.

Implementation

final int? maxWaitTimeInSeconds;