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