Compute
Compute configurations let you choose the machine resources used for long-running platform jobs.
Use processing compute for ingestion and onboarding. Use training compute for model training. Create each configuration once, then reuse its id in the workflows that need it.
How it works
Each compute configuration has a name, a workload type, and a machine type.
Larger machine types can help with larger workloads or faster jobs, but they may increase cost.
Create a processing configuration
Processing configurations are used by ingestion and onboarding workflows.
First, retrieve the available processing machine types. Choose one of the returned name values for machine_type.
Then create the compute configuration with compute_type: "PROCESSING".
Save the returned id. You will use it when creating ingestion and onboarding configurations.
Create a training configuration
Training configurations are used by model training workflows.
First, retrieve the available training machine types. Choose one of the returned name values for machine_type.
Then create the compute configuration with compute_type: "TRAINING".
Save the returned id. You will use it when creating training configurations.

