DatasetExecutionError 类

定义数据集执行错误的异常。

继承
azureml.exceptions._azureml_exception.UserErrorException
DatasetExecutionError

构造函数

DatasetExecutionError(message, exception)

参数

message
str
必需

错误消息。

exception
Exception
必需

导致错误的异常。