billableTimeInSeconds property
The billable time in seconds.
You can calculate the savings from using managed spot training using the
formula (1 - BillableTimeInSeconds / TrainingTimeInSeconds) *
100
. For example, if BillableTimeInSeconds
is 100 and
TrainingTimeInSeconds
is 500, the savings is 80%.
Implementation
final int? billableTimeInSeconds;