Module org.elasticsearch.xcore
Class MlPlatformArchitecturesUtil
java.lang.Object
org.elasticsearch.xpack.core.ml.utils.MlPlatformArchitecturesUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetMlNodesArchitecturesSet(ActionListener<Set<String>> architecturesListener, Client client, ExecutorService executor) static voidverifyMlNodesAndModelArchitectures(ActionListener<TrainedModelConfig> successOrFailureListener, Client client, ExecutorService executor, TrainedModelConfig configToReturn)
-
Constructor Details
-
MlPlatformArchitecturesUtil
public MlPlatformArchitecturesUtil()
-
-
Method Details
-
getMlNodesArchitecturesSet
public static void getMlNodesArchitecturesSet(ActionListener<Set<String>> architecturesListener, Client client, ExecutorService executor) -
verifyMlNodesAndModelArchitectures
public static void verifyMlNodesAndModelArchitectures(ActionListener<TrainedModelConfig> successOrFailureListener, Client client, ExecutorService executor, TrainedModelConfig configToReturn)
-