Interface InferenceMBean
An MBean that provides the inference configuration.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the inference configuration as a Json string.Get the inference configuration as a Json string.voidsetConfigJson(String path, String configJson)
-
Field Details
-
TYPE
- See Also:
-
-
Method Details
-
getConfigJson
String getConfigJson()Get the inference configuration as a Json string. -
getConfigNodeStateJson
String getConfigNodeStateJson()Get the inference configuration as a Json string. -
setConfigJson
@Description("Adds or replaces the inference configuration at the specified path with the provided JSON. If saved successful, the system reInitializes with the updated configuration.") void setConfigJson(@Name("path") @Description("The node path where the configuration should be stored.") String path, @Name("configJson") @Description("The inferenceConfig as a JSON sting.") String configJson)
-