Partager via


ComputeRuntime Classe

Notes

Il s’agit d’une classe expérimentale qui peut changer à tout moment. Pour plus d’informations, consultez https://aka.ms/azuremlexperimental.

Configuration du runtime de calcul Spark.

Héritage
azure.ai.ml.entities._mixins.RestTranslatableMixin
ComputeRuntime

Constructeur

ComputeRuntime(*, spark_runtime_version: str | None = None)

Paramètres de mot clé uniquement

Nom Description
spark_runtime_version

Version du runtime Spark.

Exemples

Création d’un objet ComputeRuntime.


   from azure.ai.ml.entities import ComputeRuntime

   compute_runtime = ComputeRuntime(spark_runtime_version="3.2.0")