Class Hierarchy
- java.lang.Object
- org.apache.ignite.example.ml.custom.CustomInput (implements java.io.Serializable)
- org.apache.ignite.example.ml.custom.CustomInputMarshaller<I> (implements org.apache.ignite.marshalling.ByteArrayMarshaller<T>, java.io.Serializable)
- org.apache.ignite.example.ml.custom.CustomOutput (implements java.io.Serializable)
- org.apache.ignite.example.ml.custom.CustomOutputListMarshaller<O> (implements org.apache.ignite.marshalling.ByteArrayMarshaller<T>, java.io.Serializable)
- org.apache.ignite.example.ml.custom.CustomOutputMarshaller<O> (implements org.apache.ignite.marshalling.ByteArrayMarshaller<T>, java.io.Serializable)
- org.apache.ignite.example.ml.custom.CustomTranslator (implements ai.djl.translate.NoBatchifyTranslator<I,
O>) - org.apache.ignite.example.ml.custom.CustomTranslator.Builder
- org.apache.ignite.example.ml.custom.CustomTranslatorFactory (implements java.io.Serializable, ai.djl.translate.TranslatorFactory)
- org.gridgain.ml.compute.MlComputeJob<I,
O> (implements org.apache.ignite.compute.ComputeJob<T, R>) - org.apache.ignite.example.ml.custom.CustomBatchComputeJob<I,
O> - org.apache.ignite.example.ml.custom.CustomComputeJob<I,
O>
- org.apache.ignite.example.ml.custom.CustomBatchComputeJob<I,