0 / 0
Go back to the English version of the documentation
异常
Last updated: 2024年10月07日
异常 (SPSS Modeler)

本节描述可能的异常实例。 它们全都是 Python 异常的子类。

MetadataException 对象

在元数据对象的操作期间发生错误时,就会抛出此异常。

UnsupportedOperationException 对象

当特定操作不允许执行时,就会抛出此异常。

InconsistentOutputDataModel 对象

当同时调用 setSparkOutputSchemasetSparkOutputData,但这两个对象所共有的字段名和存储类型信息不一致时,就会抛出此异常。

IncompatibleModelContentType 对象

在下列情况下,将抛出此异常:
  • 使用 setModelContentFormString 来设置模型,但使用 getModelContentToPath 来获取值
  • 使用 setModelContentFormPath 来设置模型,但使用 getModelContentToString 来获取值

DataOutputNotSupported 对象

此异常在 pyspark:buildmodel 函数所处理的执行中的 setSparkOutputData 中引发。

ModelInputNotSupported 对象

仅当脚本未在 pyspark:applymodel 函数中调用 getModelContentPathByKeygetModelContentToString API 时,才会引发此异常。

ModelOutputNotSupported 对象

仅当脚本未在 pyspark:buildmodel 函数中调用 setModelContentFromPathsetModelContentFromString API 时,才会引发此异常。

ASContextException 对象

发生意外的运行时异常时,就会抛出此异常。

Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more