ComputeRuntime Class
Spark compute runtime configuration.
- Inheritance
-
azure.ai.ml.entities._mixins.RestTranslatableMixinComputeRuntime
Constructor
ComputeRuntime(*, spark_runtime_version: str | None = None)
Keyword-Only Parameters
Name | Description |
---|---|
spark_runtime_version
|
Spark runtime version. |
Examples
Creating a ComputeRuntime object.
from azure.ai.ml.entities import ComputeRuntime
compute_runtime = ComputeRuntime(spark_runtime_version="3.3.0")
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python