Advisor.Config
説明
Advisor.Config オブジェクトを使用して、カスタム モデル アドバイザー構成を作成します。
作成
説明
は、編集可能な空のモデル アドバイザー構成にアクセスできるようにするモデル アドバイザー構成オブジェクトを作成します。このオブジェクトを使用して以下を行うことができます。cfgObj = Advisor.Config
空の構成にチェックおよびフォルダーを追加して、カスタム構成を作成する。
既存の構成ファイルをアクティブな構成として読み込み、カスタマイズする。
オブジェクト関数
loadConfig | カスタマイズする既存の構成ファイルを読み込む |
addFolder | Create new folders in configuration |
addCheck | Add built-in and published custom checks in configuration |
select | Include check and folder instances in Model Advisor analysis |
deselect | Exclude check and folder instances from Model Advisor analysis |
enable | Enable check and folder instances in configuration |
disable | Disable check and folder instances in configuration |
delete | Delete check and folder instances from configuration |
isSelected | Determine if check and folder instances are selected in configuration |
saveConfiguration | Save Model Advisor configuration to JSON file |
getConfigFile | Return active Model Advisor configuration filename |
createFromCheckList | Add checks in Model Advisor configuration using predefined list of check IDs |
getInputParameters | Return input parameters for check |
setInputParameters | Update input parameter for a check |
getInputParameterByName | Return value of input parameter for check |
setInputParameterByName | Update value of input parameter for a check |
例
バージョン履歴
R2024b で導入