status property
The current status of the DataSource
. This element can have one
of the following values:
-
PENDING
- Amazon ML submitted a request to create aDataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create aDataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- TheDataSource
is marked as deleted. It is not usable.
Implementation
final EntityStatus? status;