Type CallbackList Namespace tensorflow.python.keras.callbacks Parent PythonObjectContainer Interfaces ICallbackList Methods append on_predict_batch_begin on_predict_batch_end on_test_batch_begin on_test_batch_end Properties callbacks model params PythonObject queue_length Public instance methods void append(ProgbarLogger callback) void on_predict_batch_begin(int batch, object logs) void on_predict_batch_end(int batch, object logs) void on_test_batch_begin(int batch, object logs) void on_test_batch_end(int batch, object logs) Public properties IList<object> callbacks get; set; Model model get; set; IDictionary<string, object> params get; set; object PythonObject get; int queue_length get; set;