Package apple.coreml.enums
Class MLUpdateProgressEvent
- java.lang.Object
-
- apple.coreml.enums.MLUpdateProgressEvent
-
public final class MLUpdateProgressEvent extends java.lang.ObjectEvents on which update task is capable of invoking progress handler. [@note] MLUpdateProgressEventMiniBatchEnd may induce performance problems during pipeline execution.
-
-
Field Summary
Fields Modifier and Type Field Description static longEpochEndstatic longMiniBatchEndstatic longTrainingBegin
-
-
-
Field Detail
-
TrainingBegin
public static final long TrainingBegin
- See Also:
- Constant Field Values
-
EpochEnd
public static final long EpochEnd
- See Also:
- Constant Field Values
-
MiniBatchEnd
public static final long MiniBatchEnd
- See Also:
- Constant Field Values
-
-