Package org.gridgain.ml.model
Class MlBatchJobParameters<I>
java.lang.Object
org.gridgain.ml.model.ModelInfo
org.gridgain.ml.model.MlJobParameters
org.gridgain.ml.model.MlBatchJobParameters<I>
- All Implemented Interfaces:
Serializable
Machine Learning Job parameters for batch prediction operations.
This class handles multiple input batch prediction operations.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for MlBatchJobParameters.Nested classes/interfaces inherited from class org.gridgain.ml.model.MlJobParameters
MlJobParameters.OperationTypeNested classes/interfaces inherited from class org.gridgain.ml.model.ModelInfo
ModelInfo.ModelStatus -
Method Summary
Modifier and TypeMethodDescriptionGets the batch input data.static <I> MlBatchJobParameters.Builder<I>builder()Creates a new builder.voidsetBatchInput(List<I> batchInput) Sets the batch input data.toString()Creates and returns a string representation of the parameters.protected voidAbstract method for operation-specific validation.Methods inherited from class org.gridgain.ml.model.MlJobParameters
customInputMarshaller, customInputMarshaller, customJobClass, customJobClass, customOutputMarshaller, customOutputMarshaller, hasCustomComponents, hasUrl, operationType, operationType, timeoutSeconds, timeoutSeconds, validateMethods inherited from class org.gridgain.ml.model.ModelInfo
config, id, inputClass, isLoaded, loadTimestamp, name, outputClass, properties, property, property, setInputClass, setLoaded, setOutputClass, setProperty, setStatus, setTranslator, setTranslatorFactory, setUrl, setVersion, status, translator, translatorFactory, type, url, version
-
Method Details
-
batchInput
Gets the batch input data.- Returns:
- Batch input data
-
setBatchInput
Sets the batch input data.- Parameters:
batchInput- Batch input data
-
validateOperationSpecific
protected void validateOperationSpecific()Abstract method for operation-specific validation. Subclasses must implement this method to validate their specific fields.- Specified by:
validateOperationSpecificin classMlJobParameters
-
builder
Creates a new builder.- Returns:
- Builder instance
-
toString
Creates and returns a string representation of the parameters.- Overrides:
toStringin classMlJobParameters- Returns:
- string representation
-