PlatformDevice

The devices that are available on the container instance. The only supported device type is a GPU.

Types

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

Properties

Link copied to clipboard
val id: String

The ID for the GPUs on the container instance. The available GPU IDs can also be obtained on the container instance in the /var/lib/ecs/gpu/nvidia_gpu_info.json file.

Link copied to clipboard

The type of device that's available on the container instance. The only supported value is GPU.

Functions

Link copied to clipboard
inline fun copy(block: PlatformDevice.Builder.() -> Unit = {}): PlatformDevice
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