Compute Cluster

Purpose

This configuration sets up compute clusters for machine learning training and inference tasks. Compute clusters allow for efficient resource management, scaling, and ensure computational workloads are executed reliably and effectively.

Dependencies

  • ml_resource_group: The resource group where the compute clusters will be deployed.
  • workspace: The machine learning workspace where the compute clusters will operate.

Inputs

  • resource_group_name: The name of the resource group where the clusters are created.
  • machine_learning_workspace_id: The ID of the machine learning workspace.
  • compute_clusters: A list of compute clusters to be created, each specifying the name, virtual machine priority, size, scaling settings, and identity type.

Usage

To apply this configuration, run the following commands: ```sh terragrunt init terragrunt apply