Uses of Class
software.amazon.awssdk.services.comprehend.model.ModelStatus
-
Packages that use ModelStatus Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ModelStatus in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ModelStatus Modifier and Type Method Description static ModelStatusModelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelStatusDocumentClassifierSummary. latestVersionStatus()Provides the status of the latest document classifier version.ModelStatusEntityRecognizerSummary. latestVersionStatus()Provides the status of the latest entity recognizer version.ModelStatusDocumentClassifierFilter. status()Filters the list of classifiers based on status.ModelStatusDocumentClassifierProperties. status()The status of the document classifier.ModelStatusEntityRecognizerFilter. status()The status of an entity recognizer.ModelStatusEntityRecognizerProperties. status()Provides the status of the entity recognizer.static ModelStatusModelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelStatus[]ModelStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ModelStatus Modifier and Type Method Description static Set<ModelStatus>ModelStatus. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type ModelStatus Modifier and Type Method Description DocumentClassifierSummary.BuilderDocumentClassifierSummary.Builder. latestVersionStatus(ModelStatus latestVersionStatus)Provides the status of the latest document classifier version.EntityRecognizerSummary.BuilderEntityRecognizerSummary.Builder. latestVersionStatus(ModelStatus latestVersionStatus)Provides the status of the latest entity recognizer version.DocumentClassifierFilter.BuilderDocumentClassifierFilter.Builder. status(ModelStatus status)Filters the list of classifiers based on status.DocumentClassifierProperties.BuilderDocumentClassifierProperties.Builder. status(ModelStatus status)The status of the document classifier.EntityRecognizerFilter.BuilderEntityRecognizerFilter.Builder. status(ModelStatus status)The status of an entity recognizer.EntityRecognizerProperties.BuilderEntityRecognizerProperties.Builder. status(ModelStatus status)Provides the status of the entity recognizer.
-