makeOMLRunParameter: Construct OMLRunParameter.

View source: R/OMLRunParameter_Class.R

makeOMLRunParameterR Documentation

Construct OMLRunParameter.

Description

Construct a run parameter object for a run.

Usage

makeOMLRunParameter(name, value, component = NA_character_)

Arguments

name

[character(1)]
The name of the parameter.

value

[character(1)]
The value of the parameter.

component

[character(1)]
The implementation name of a component, if the parameter belongs to this component. This name must match a component of the implementation.

See Also

Other run-related functions: convertOMLMlrRunToBMR(), convertOMLRunToBMR(), deleteOMLObject(), getOMLRun(), listOMLRuns(), makeOMLRun(), tagOMLObject(), uploadOMLRun()


OpenML documentation built on Oct. 20, 2022, 1:07 a.m.