Modifier and Type | Method and Description |
---|---|
static OrtEnvironment.LoggingLevel |
OrtEnvironment.LoggingLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrtEnvironment.LoggingLevel[] |
OrtEnvironment.LoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static OrtEnvironment |
OrtEnvironment.getEnvironment(OrtEnvironment.LoggingLevel logLevel)
Gets the OrtEnvironment.
|
static OrtEnvironment |
OrtEnvironment.getEnvironment(OrtEnvironment.LoggingLevel loggingLevel,
java.lang.String name)
Gets the OrtEnvironment.
|