computeTime property
The approximate CPU time in milliseconds that Amazon Machine Learning spent
processing the MLModel
, normalized and scaled on computation
resources. ComputeTime
is only available if the
MLModel
is in the COMPLETED
state.
Implementation
final int? computeTime;