UserErrorException クラス

無効またはサポートされていない入力に関連する例外。 この例外は、一般にパラメーターが欠落している場合、存在しないエンティティにアクセスしようとした場合、または実行の構成時に値の型が無効である場合に発生します。

UserErrorException の新しいインスタンスを初期化します。

継承
azureml._common.exceptions.AzureMLException
UserErrorException

コンストラクター

UserErrorException(exception_message, **kwargs)

パラメーター

名前 説明
exception_message
必須
str

エラーを説明するメッセージです。

exception_message
必須
str

エラーを説明するメッセージです。