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

Constructor

ComputeTargetException(exception_message, **kwargs)

Parameters

exception_message
str
Required

A message describing the error.

exception_message
str
Required

A message describing the error.