sparknlp_jsl.compatibility#

Verifies which models are compatible with the current distribution.

Module Contents#

Classes#

Compatibility

Verifies which models are compatible with the current distribution.

class Compatibility(spark: pyspark.sql.SparkSession)#

Verifies which models are compatible with the current distribution.

instance#
spark#
findVersion(model: str = 'all')#

Returns the private models that are compatible with the current library version.

Parameters:

model (str) – Name of the model that you try to find. If ‘all’ (default), returns all private models.

showVersion(model: str = 'all')#

Prints the private models that are compatibles with the current library version.

Parameters:

model (str) – Name of the model that you try to find. If ‘all’ (default), prints all private models.