Google Cloud Tpu V2 Client - Class ApiVersion (1.4.5)

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

TPU API Version.

Protobuf type google.cloud.tpu.v2.Node.ApiVersion

Namespace

Google \ Cloud \ Tpu \ V2 \ Node

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

API_VERSION_UNSPECIFIED

Value: 0

API version is unknown.

Generated from protobuf enum API_VERSION_UNSPECIFIED = 0;

V1_ALPHA1

Value: 1

TPU API V1Alpha1 version.

Generated from protobuf enum V1_ALPHA1 = 1;

V1

Value: 2

TPU API V1 version.

Generated from protobuf enum V1 = 2;

V2_ALPHA1

Value: 3

TPU API V2Alpha1 version.

Generated from protobuf enum V2_ALPHA1 = 3;

V2

Value: 4

TPU API V2 version.

Generated from protobuf enum V2 = 4;