Skip to main content

EOIGpu

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIGpu

Class: EOIGpu

GPU health metrics returned by the EyesOnIt /health endpoint.

Constructors

Constructor

new EOIGpu(): EOIGpu

Returns

EOIGpu

Properties

index?

optional index: number


util_pct?

optional util_pct: number


mem_pct?

optional mem_pct: number


mem_free_mb?

optional mem_free_mb: number


dec_pct?

optional dec_pct: number


enc_pct?

optional enc_pct: number


temp_f?

optional temp_f: number


load_score_pct?

optional load_score_pct: number

Methods

fromJsonObj()

static fromJsonObj(obj): EOIGpu | undefined

Parameters

obj

any

Returns

EOIGpu | undefined