# S4 method for H2OModel
show(object)
H2OModel
object.model_id
character
string specifying the key for the model fit in the H2O cloud's key-value store.algorithm
character
string specifying the algorithm that were used to fit the model.parameters
list
containing the parameter settings that were used to fit the model that differ from the defaults.allparameters
list
containg all parameters used to fit the model.model
list
containing the characteristics of the model returned by the algorithm.