Package org.gridgain.ml.model
Class ModelConfig
java.lang.Object
org.gridgain.ml.model.ModelConfig
- All Implemented Interfaces:
Serializable
Class representing configuration settings for a machine learning model.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating ModelConfig instances. -
Method Summary
Modifier and TypeMethodDescriptionintGets the batch size.static ModelConfig.Builderbuilder()Creates a new builder for ModelConfig.Gets the engine options.
-
Method Details
-
batchSize
public int batchSize()Gets the batch size.- Returns:
- Batch size
-
engineOptions
Gets the engine options.- Returns:
- Engine options
-
builder
Creates a new builder for ModelConfig.- Returns:
- A new Builder instance
-