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.AzureMLException
ExperimentExecutionException

Constructor

ExperimentExecutionException(exception_message, **kwargs)

Parameters

exception_message
str
Required

A message describing the error.

exception_message
str
Required

A message describing the error.