GetInfoReturn

@Serializable
data class GetInfoReturn(val gpu: SystemInfo.GPUInfo, val modelName: String, val modelVersion: String, val commandLine: String)

Constructors

Link copied to clipboard
constructor(gpu: SystemInfo.GPUInfo, modelName: String, modelVersion: String, commandLine: String)

Properties

Link copied to clipboard

The command line string used to launch the browser. Will be the empty string if not supported.

Link copied to clipboard

Information about the GPUs on the system.

Link copied to clipboard

A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported.

Link copied to clipboard

A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported.