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 EntityStatus
Use this in place of valueOf.static EntityStatus
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.Methods in com.amazonaws.services.machinelearning.model with parameters of type EntityStatusModifier and TypeMethodDescriptionvoid
BatchPrediction.setStatus
(EntityStatus status) The status of theBatchPrediction
.void
DataSource.setStatus
(EntityStatus status) The current status of theDataSource
.void
Evaluation.setStatus
(EntityStatus status) The status of the evaluation.void
GetBatchPredictionResult.setStatus
(EntityStatus status) The status of theBatchPrediction
, which can be one of the following values:void
GetDataSourceResult.setStatus
(EntityStatus status) The current status of theDataSource
.void
GetEvaluationResult.setStatus
(EntityStatus status) The status of the evaluation.void
GetMLModelResult.setStatus
(EntityStatus status) The current status of theMLModel
.void
MLModel.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
.