View source: R/ml_pipeline_utils.R
jobj_set_param | R Documentation |
Sets a parameter value for a pipeline stage object.
jobj_set_param(jobj, setter, value, min_version = NULL, default = NULL)
jobj |
A pipeline stage jobj. |
setter |
The name of the setter method as a string. |
value |
The value to be set. |
min_version |
The minimum required Spark version for this parameter to be valid. |
default |
The default value of the parameter, to be used together with 'min_version'. An error is thrown if the user's Spark version is older than 'min_version' and 'value' differs from 'default'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.