trainingEndTime property
A timestamp that shows when the training job ended. This field is set only
if the training job has one of the terminal statuses
(Completed
, Failed
, or Stopped
).
Implementation
final DateTime? trainingEndTime;
A timestamp that shows when the training job ended. This field is set only
if the training job has one of the terminal statuses
(Completed
, Failed
, or Stopped
).
final DateTime? trainingEndTime;