Class MlConfigurationSchema
java.lang.Object
org.gridgain.internal.ml.configuration.MlConfigurationSchema
Configuration schema for ML inference functionality.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intThread pool size for ML inference operations. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
threadPoolSize
@Range(min=1L) @Value(hasDefault=true) public final int threadPoolSizeThread pool size for ML inference operations.This pool is used for CPU-intensive model inference tasks. Threads are created on-demand up to this maximum and released after being idle. When ML inference is not in use, the pool shrinks to zero threads.
-
-
Constructor Details
-
MlConfigurationSchema
public MlConfigurationSchema()
-