ComputeRuntime Class
Spark compute runtime configuration.
Constructor
Python
ComputeRuntime(*, spark_runtime_version: str | None = None)
Keyword-Only Parameters
Examples
Creating a ComputeRuntime object.
Python
from azure.ai.ml.entities import ComputeRuntime
compute_runtime = ComputeRuntime(spark_runtime_version="3.3.0")
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python feedback
Azure SDK for Python is an open source project. Select a link to provide feedback: