Uses of Class
software.amazon.awssdk.services.machinelearning.model.EntityStatus
-
Packages that use EntityStatus Package Description software.amazon.awssdk.services.machinelearning.model -
-
Uses of EntityStatus in software.amazon.awssdk.services.machinelearning.model
Methods in software.amazon.awssdk.services.machinelearning.model that return EntityStatus Modifier and Type Method Description static EntityStatusEntityStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EntityStatusBatchPrediction. status()The status of theBatchPrediction.EntityStatusDataSource. status()The current status of theDataSource.EntityStatusEvaluation. status()The status of the evaluation.EntityStatusGetBatchPredictionResponse. status()The status of theBatchPrediction, which can be one of the following values:EntityStatusGetDataSourceResponse. status()The current status of theDataSource.EntityStatusGetEvaluationResponse. status()The status of the evaluation.EntityStatusGetMlModelResponse. status()The current status of theMLModel.EntityStatusMLModel. status()The current status of anMLModel.static EntityStatusEntityStatus. 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.Methods in software.amazon.awssdk.services.machinelearning.model that return types with arguments of type EntityStatus Modifier and Type Method Description static Set<EntityStatus>EntityStatus. knownValues()Methods in software.amazon.awssdk.services.machinelearning.model with parameters of type EntityStatus Modifier and Type Method Description BatchPrediction.BuilderBatchPrediction.Builder. status(EntityStatus status)The status of theBatchPrediction.DataSource.BuilderDataSource.Builder. status(EntityStatus status)The current status of theDataSource.Evaluation.BuilderEvaluation.Builder. status(EntityStatus status)The status of the evaluation.GetBatchPredictionResponse.BuilderGetBatchPredictionResponse.Builder. status(EntityStatus status)The status of theBatchPrediction, which can be one of the following values:GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. status(EntityStatus status)The current status of theDataSource.GetEvaluationResponse.BuilderGetEvaluationResponse.Builder. status(EntityStatus status)The status of the evaluation.GetMlModelResponse.BuilderGetMlModelResponse.Builder. status(EntityStatus status)The current status of theMLModel.MLModel.BuilderMLModel.Builder. status(EntityStatus status)The current status of anMLModel.
-