ML Configuration Definitions for DataRobot provider SYS.ML.Configuration.Type=2 for DataRobot. More...
Public Attributes | |
apiToken | |
More... | |
url | |
More... | |
![]() | |
Description | |
Description of this Configurtion. More... | |
Name | |
Configuration name. More... | |
Owner | |
Username/Rolename that is the owner of this ML Configuration. More... | |
Type | |
Provider. More... | |
Using | |
Default USING clause for the provider. More... | |
Static Private Member Functions | |
_.Library.Status | Create (_.Library.String name, _.Library.String desc, _.Library.String using, _.Library.String owner, _.Library.String url, _.Library.String apiToken) |
Create DataRobot configuration. | |
_.Library.Status | Modify (_.Library.String name, _.Library.String desc, _.Library.String using, _.Library.String owner, _.Library.String url, _.Library.String apiToken) |
Modify an ML configuration. More... | |
ML Configuration Definitions for DataRobot provider SYS.ML.Configuration.Type=2 for DataRobot.
|
staticprivate |
Modify an ML configuration.
name - Name of the configuration to modify desc - Description for the configuration using - default USING clause for the configuration. This is a JSON string of ket:value pairs (See CREATE MODEL for examples) owner - Username/Rolename that owns this ML Configuration url - Uniform Resource Locator for this ML Configuration apiToken - apiToken for this ML Configuration To change Description, Using, Owner, url apiTokem, supply a new value (including "" to set the new value to null).
To leave the value alone, don't pass any value for the parameter Name and Type cannot be modified
apiToken |
url |