How to use Azure Spark serverless compute in AML Compute?

Puneet 0 Reputation points
2024-12-02T07:38:46.15+00:00

We want to use Azure Serverless compute from our Azure python sdk.

cpu_cluster = AmlCompute(
                name=self.cluster_name,
                type="amlcompute",
                size=self.compute_size,  
                min_instances=self.min_instances,  
                max_instances=self.max_instances,  
                idle_time_before_scale_down=self.idle_time_before_scale_down,  
                tier=self.tier
            )
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,004 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.