ExperimentExecutionException Class
An exception related to failures in configuring, running, or updating a submitted run. Validation of the run configuration covers most of the uses of this exception. Other possible sources can be failures when submitting the experiment run.
Initialize a new instance of ExperimentExecutionException.
- Inheritance
-
azureml._common.exceptions.AzureMLExceptionExperimentExecutionException
Constructor
ExperimentExecutionException(exception_message, **kwargs)
Parameters
Name | Description |
---|---|
exception_message
Required
|
A message describing the error. |
exception_message
Required
|
A message describing the error. |