DimensionMismatchException Class

An exception indicating that dimensions of user input data and user's model output don't match.

Initialize a new instance of UserErrorException.

Inheritance
azureml.exceptions._azureml_exception.UserErrorException
DimensionMismatchException

Constructor

DimensionMismatchException(exception_message, **kwargs)

Parameters

Name Description
exception_message
Required
str

A message describing the error.

exception_message
Required
str

A message describing the error.