ComputeRuntime Class 
Spark compute runtime configuration.
Constructor
ComputeRuntime(*, spark_runtime_version: str | None = None)
		Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 spark_runtime_version 
	 | 
	
		
		 Spark runtime version. Default value: None 
			 | 
Examples
Creating a ComputeRuntime object.
   from azure.ai.ml.entities import ComputeRuntime
   compute_runtime = ComputeRuntime(spark_runtime_version="3.4.0")