ComputeRuntime クラス

Note

これは試験段階のクラスであり、いつでも変更される可能性があります。 詳細については、https://aka.ms/azuremlexperimental を参照してください。

Spark コンピューティング ランタイムの構成。

継承
azure.ai.ml.entities._mixins.RestTranslatableMixin
ComputeRuntime

コンストラクター

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

キーワードのみのパラメーター

名前 説明
spark_runtime_version

Spark ランタイムのバージョン。

ComputeRuntime オブジェクトの作成。


   from azure.ai.ml.entities import ComputeRuntime

   compute_runtime = ComputeRuntime(spark_runtime_version="3.2.0")