DatasetValidationError Class

Defines an exception for Dataset validation errors.

Class DatasetValidationError constructor.

Inheritance
azureml.exceptions._azureml_exception.UserErrorException
DatasetValidationError

Constructor

DatasetValidationError(message, exception=None)

Parameters

Name Description
message
Required
str

The error message.

exception

The exception that caused this error.

default value: None
message
Required
str

The error message.

exception
Required

The exception that caused this error.