Uses of Class
com.oracle.bmc.ailanguage.model.NerModelVersion
-
Packages that use NerModelVersion Package Description com.oracle.bmc.ailanguage.model com.oracle.bmc.ailanguage.requests -
-
Uses of NerModelVersion in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return NerModelVersion Modifier and Type Method Description static NerModelVersion
NerModelVersion. create(String key)
static NerModelVersion
NerModelVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static NerModelVersion[]
NerModelVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NerModelVersion in com.oracle.bmc.ailanguage.requests
Methods in com.oracle.bmc.ailanguage.requests that return NerModelVersion Modifier and Type Method Description NerModelVersion
DetectLanguageEntitiesRequest. getModelVersion()
Named Entity Recognition model versions.Methods in com.oracle.bmc.ailanguage.requests with parameters of type NerModelVersion Modifier and Type Method Description DetectLanguageEntitiesRequest.Builder
DetectLanguageEntitiesRequest.Builder. modelVersion(NerModelVersion modelVersion)
Named Entity Recognition model versions.
-