ComputeTargetException Class
An exception related to failures when creating, interacting with, or configuring a compute target. This exception is commonly raised for failures attaching a compute target, missing headers, and unsupported configuration values.
Initialize a new instance of ComputeTargetException.
- Inheritance
-
azureml._common.exceptions.AzureMLExceptionComputeTargetException
Constructor
ComputeTargetException(exception_message, **kwargs)
Parameters
Name | Description |
---|---|
exception_message
Required
|
A message describing the error. |
exception_message
Required
|
A message describing the error. |