maxRuntimeInSeconds property

int? maxRuntimeInSeconds
final

The maximum length of time, in seconds, that the training or compilation job can run. If job does not complete during this time, Amazon SageMaker ends the job. If value is not specified, default value is 1 day. The maximum value is 28 days.

Implementation

final int? maxRuntimeInSeconds;