Builder

class Builder

Properties

Link copied to clipboard
var maxCpus: Int?

The maximum number of CPUs that can run concurrently across all active runs in the run group.

Link copied to clipboard

The maximum time for each run (in minutes). If a run exceeds the maximum run time, the run fails automatically.

Link copied to clipboard
var maxGpus: Int?

The maximum number of GPUs that can run concurrently across all active runs in the run group.

Link copied to clipboard
var maxRuns: Int?

The maximum number of runs that can be running at the same time.

Link copied to clipboard
var name: String?

A name for the group.

Link copied to clipboard

To ensure that requests don't run multiple times, specify a unique ID for each request.

Link copied to clipboard

Tags for the group.