Currently R model pipelines, as produced by AutoML for example,
are only available as read-only models that can not be constructed and trained directly by the end-user.
h2o.pipeline(model_id =NULL)
Arguments
model_id
Destination id for this model; auto-generated if not specified.