This function returns a string representation of the object.
Examples
AUTO_VI$..str..()
#> [1] "<AUTO_VI class>"
my_vi <- auto_vi(fitted_model = lm(speed ~ dist, data = cars))
my_vi$..str..()
#> [1] "<AUTO_VI object>\n Status:\n - Fitted model: lm\n - Keras model: UNKNOWN\n - Output node index: 1\n - Result: UNKNOWN"