Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%SYS] >  [ML] >  [DataRobot] >  [Configuration]
Private  Storage   

persistent class %SYS.ML.DataRobot.Configuration extends %SYS.ML.Configuration

ML Configuration Definitions for DataRobot provider %SYS.ML.Configuration.Type=2 for DataRobot

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 2


Summary

Properties
Description Name Owner Type Using
apiToken url

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Create %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Exists %ExistsId %Extends %GUID
%GUIDSet %GetDefault %GetLock %GetParameter
%GetProviderFromName %GetSwizzleObject %GetSystemDefault %GetUsingFromName
%Id %InsertBatch %IsA %IsModified
%IsNull %KillExtent %KillExtentData %LoadFromMemory
%LockExtent %LockId %Modify %New
%NormalizeObject %ObjectIsNull %ObjectModified %Oid
%OnBeforeAddToSync %OnDeleteFinally %OnDetermineClass %OnOpenFinally
%OnSaveFinally %Open %OpenId %OriginalNamespace
%PackageName %PhysicalAddress %PurgeIndices %Reload
%Remove %RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack
%Save %SaveDirect %SaveIndices %SerializeObject
%SetDefault %SetModified %SetSystemDefault %SortBegin
%SortEnd %SyncObjectIn %SyncTransport %UnlockExtent
%UnlockId %ValidateIndices %ValidateObject %ValidateTable


Properties

• property apiToken as %String(MAXLEN=512) [ Required ];
• property url as %String(MAXLEN=128) [ InitialExpression = "https://app.datarobot.com/",Required ];

Methods

• classmethod %Create(name As %String(MAXLEN=256)="", desc As %String(MAXLEN=256)="", using As %String(MAXLEN="")="", owner As %String(MAXLEN=160)="", url As %String(MAXLEN="")="", apiToken As %String(MAXLEN=512)="") as %Status
Create DataRobot configuration
• classmethod %Modify(name As %String(MAXLEN=256), desc As %String(MAXLEN=256), using As %String(MAXLEN=4096), owner As %String(MAXLEN=160), url As %String(MAXLEN=""), apiToken As %String(MAXLEN=512)) as %Status
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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.