status property
The current status of the MLModel
. This element can have one of
the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe aMLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- TheMLModel
is marked as deleted. It isn't usable.
Implementation
final EntityStatus? status;