Uses of Enum
com.amazonaws.services.machinelearning.model.EntityStatus
Packages that use EntityStatus
-
Uses of EntityStatus in com.amazonaws.services.machinelearning.model
Methods in com.amazonaws.services.machinelearning.model that return EntityStatusModifier and TypeMethodDescriptionstatic EntityStatusUse this in place of valueOf.static EntityStatusReturns 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.Methods in com.amazonaws.services.machinelearning.model with parameters of type EntityStatusModifier and TypeMethodDescriptionvoidBatchPrediction.setStatus(EntityStatus status) The status of theBatchPrediction.voidDataSource.setStatus(EntityStatus status) The current status of theDataSource.voidEvaluation.setStatus(EntityStatus status) The status of the evaluation.voidGetBatchPredictionResult.setStatus(EntityStatus status) The status of theBatchPrediction, which can be one of the following values:voidGetDataSourceResult.setStatus(EntityStatus status) The current status of theDataSource.voidGetEvaluationResult.setStatus(EntityStatus status) The status of the evaluation.voidGetMLModelResult.setStatus(EntityStatus status) The current status of theMLModel.voidMLModel.setStatus(EntityStatus status) The current status of anMLModel.BatchPrediction.withStatus(EntityStatus status) The status of theBatchPrediction.DataSource.withStatus(EntityStatus status) The current status of theDataSource.Evaluation.withStatus(EntityStatus status) The status of the evaluation.GetBatchPredictionResult.withStatus(EntityStatus status) The status of theBatchPrediction, which can be one of the following values:GetDataSourceResult.withStatus(EntityStatus status) The current status of theDataSource.GetEvaluationResult.withStatus(EntityStatus status) The status of the evaluation.GetMLModelResult.withStatus(EntityStatus status) The current status of theMLModel.MLModel.withStatus(EntityStatus status) The current status of anMLModel.