Type TrainOutput Namespace tensorflow.python.saved_model.model_utils Parent _SupervisedOutput Interfaces ITrainOutput Properties loss loss_dyn metrics metrics_dyn predictions predictions_dyn PythonObject Public properties IDictionary<object, object> loss get; object loss_dyn get; IDictionary<object, object> metrics get; object metrics_dyn get; IDictionary<object, object> predictions get; object predictions_dyn get; object PythonObject get;