lastModificationTime property
Initially, the same as CreationTime
(status is
CREATE_PENDING
). Updated when training starts (status changed
to CREATE_IN_PROGRESS
), and when training is complete (status
changed to ACTIVE
) or fails (status changed to
CREATE_FAILED
).
Implementation
final DateTime? lastModificationTime;