GpuResourceResponse

data class GpuResourceResponse(val count: Int, val sku: String)

The GPU resource.

Constructors

Link copied to clipboard
constructor(count: Int, sku: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int

The count of the GPU resource.

Link copied to clipboard
val sku: String

The SKU of the GPU resource.