| Package | Description | 
|---|---|
| com.amazonaws.services.machinelearning.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static EntityStatus | EntityStatus. fromValue(String value)Use this in place of valueOf. | 
| static EntityStatus | EntityStatus. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static EntityStatus[] | EntityStatus. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BatchPrediction. setStatus(EntityStatus status)
 The status of the  BatchPrediction. | 
| void | MLModel. setStatus(EntityStatus status)
 The current status of an  MLModel. | 
| void | GetEvaluationResult. setStatus(EntityStatus status)
 The status of the evaluation. | 
| void | GetBatchPredictionResult. setStatus(EntityStatus status)
 The status of the  BatchPrediction, which can be one of the following values: | 
| void | GetDataSourceResult. setStatus(EntityStatus status)
 The current status of the  DataSource. | 
| void | DataSource. setStatus(EntityStatus status)
 The current status of the  DataSource. | 
| void | Evaluation. setStatus(EntityStatus status)
 The status of the evaluation. | 
| void | GetMLModelResult. setStatus(EntityStatus status)
 The current status of the  MLModel. | 
| BatchPrediction | BatchPrediction. withStatus(EntityStatus status)
 The status of the  BatchPrediction. | 
| MLModel | MLModel. withStatus(EntityStatus status)
 The current status of an  MLModel. | 
| GetEvaluationResult | GetEvaluationResult. withStatus(EntityStatus status)
 The status of the evaluation. | 
| GetBatchPredictionResult | GetBatchPredictionResult. withStatus(EntityStatus status)
 The status of the  BatchPrediction, which can be one of the following values: | 
| GetDataSourceResult | GetDataSourceResult. withStatus(EntityStatus status)
 The current status of the  DataSource. | 
| DataSource | DataSource. withStatus(EntityStatus status)
 The current status of the  DataSource. | 
| Evaluation | Evaluation. withStatus(EntityStatus status)
 The status of the evaluation. | 
| GetMLModelResult | GetMLModelResult. withStatus(EntityStatus status)
 The current status of the  MLModel. | 
Copyright © 2018. All rights reserved.