PlatformDevice
public struct PlatformDevice : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID for the GPU(s) 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.
Declaration
Swift
public let id: String
-
The type of device that is available on the container instance. The only supported value is GPU.
Declaration
Swift
public let type: PlatformDeviceType
-
Undocumented
Declaration
Swift
public init(id: String, type: PlatformDeviceType)