finishedAt property

DateTime? finishedAt
final

The epoch time when Amazon Machine Learning marked the MLModel as COMPLETED or FAILED. FinishedAt is only available when the MLModel is in the COMPLETED or FAILED state.

Implementation

final DateTime? finishedAt;