DatasetValidationError 类

定义数据集验证错误的异常。

继承
azureml.exceptions._azureml_exception.UserErrorException
DatasetValidationError

构造函数

DatasetValidationError(message, exception=None)

参数

message
str
必需

错误消息。

exception
Exception
默认值: None

导致错误的异常。