ValidateModel {datarobot} | R Documentation |
Validate that model belongs to class 'dataRobotModel' and includes projectId and modelId.
Description
Validate that model belongs to class 'dataRobotModel' and includes projectId and modelId.
Usage
ValidateModel(model)
Arguments
model |
An S3 object of class dataRobotModel like that returned by the function GetModel, or each element of the list returned by the function ListModels. |
[Package datarobot version 2.18.6 Index]