GetRunGroupResult

data class GetRunGroupResult(val arn: String? = null, val creationTime: String? = null, val id: String? = null, val maxCpus: Double? = null, val maxDuration: Double? = null, val maxGpus: Double? = null, val maxRuns: Double? = null, val name: String? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, creationTime: String? = null, id: String? = null, maxCpus: Double? = null, maxDuration: Double? = null, maxGpus: Double? = null, maxRuns: Double? = null, name: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The run group's ARN.

Link copied to clipboard
val creationTime: String? = null

When the run group was created.

Link copied to clipboard
val id: String? = null

The run group's ID.

Link copied to clipboard
val maxCpus: Double? = null

The group's maximum CPU count setting.

Link copied to clipboard
val maxDuration: Double? = null

The group's maximum duration setting in minutes.

Link copied to clipboard
val maxGpus: Double? = null

The maximum GPUs that can be used by a run group.

Link copied to clipboard
val maxRuns: Double? = null

The group's maximum concurrent run setting.

Link copied to clipboard
val name: String? = null

The group's name.

Link copied to clipboard
val tags: Map<String, String>? = null

Tags for the group.