Google Cloud Tpu V2 Client - Class SymptomType (1.2.0)

Reference documentation and code samples for the Google Cloud Tpu V2 Client class SymptomType.

SymptomType represents the different types of Symptoms that a TPU can be at.

Protobuf type google.cloud.tpu.v2.Symptom.SymptomType

Namespace

Google \ Cloud \ Tpu \ V2 \ Symptom

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SYMPTOM_TYPE_UNSPECIFIED

Value: 0

Unspecified symptom.

Generated from protobuf enum SYMPTOM_TYPE_UNSPECIFIED = 0;

LOW_MEMORY

Value: 1

TPU VM memory is low.

Generated from protobuf enum LOW_MEMORY = 1;

OUT_OF_MEMORY

Value: 2

TPU runtime is out of memory.

Generated from protobuf enum OUT_OF_MEMORY = 2;

EXECUTE_TIMED_OUT

Value: 3

TPU runtime execution has timed out.

Generated from protobuf enum EXECUTE_TIMED_OUT = 3;

MESH_BUILD_FAIL

Value: 4

TPU runtime fails to construct a mesh that recognizes each TPU device's neighbors.

Generated from protobuf enum MESH_BUILD_FAIL = 4;

HBM_OUT_OF_MEMORY

Value: 5

TPU HBM is out of memory.

Generated from protobuf enum HBM_OUT_OF_MEMORY = 5;

PROJECT_ABUSE

Value: 6

Abusive behaviors have been identified on the current project.

Generated from protobuf enum PROJECT_ABUSE = 6;