Uses of Class
software.amazon.awssdk.services.comprehend.model.ModelType
-
Packages that use ModelType Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ModelType in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ModelType Modifier and Type Method Description static ModelTypeModelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelTypeCreateFlywheelRequest. modelType()The model type.ModelTypeFlywheelProperties. modelType()Model type of the flywheel's model.ModelTypeFlywheelSummary. modelType()Model type of the flywheel's model.static ModelTypeModelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelType[]ModelType. 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 ModelType Modifier and Type Method Description static Set<ModelType>ModelType. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type ModelType Modifier and Type Method Description CreateFlywheelRequest.BuilderCreateFlywheelRequest.Builder. modelType(ModelType modelType)The model type.FlywheelProperties.BuilderFlywheelProperties.Builder. modelType(ModelType modelType)Model type of the flywheel's model.FlywheelSummary.BuilderFlywheelSummary.Builder. modelType(ModelType modelType)Model type of the flywheel's model.
-