Package ai.konduit.serving.output.types
Class ClassifierOutput
- java.lang.Object
-
- ai.konduit.serving.output.types.ClassifierOutput
-
- All Implemented Interfaces:
BatchOutput,java.io.Serializable
public class ClassifierOutput extends java.lang.Object implements BatchOutput
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassifierOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringbatchId()Return the batch id for this batch output.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.konduit.serving.output.types.BatchOutput
setBatchId
-
-
-
-
Method Detail
-
batchId
public java.lang.String batchId()
Description copied from interface:BatchOutputReturn the batch id for this batch output. The batch id used for retraining.- Specified by:
batchIdin interfaceBatchOutput- Returns:
- batch id
-
-