get_model_properties: Get PMML model properties

Description Usage Arguments Value See Also Examples

View source: R/model_operations.R

Description

Get PMML model name, description, input and output field properties.

Usage

1

Arguments

model_name

Name of the PMML model whose properties are requested.

...

Additional arguments passed on to the underlying HTTP method. This might be necessary if you need to set some curl options explicitly via config.

Value

A list with the following components:

See Also

upload_model

Examples

1
2
3
4
## Not run: 
  get_model_properties("iris_model")

## End(Not run)

alex23lemm/zementisr documentation built on Jan. 9, 2020, 1:49 a.m.