CreateRunGroupRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val 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
val maxGpus: Int?

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

Link copied to clipboard
val maxRuns: Int?

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

Link copied to clipboard
val 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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String