Reference documentation and code samples for the Google Cloud Tpu V1 Client class ApiVersion.
TPU API Version.
Protobuf type google.cloud.tpu.v1.Node.ApiVersion
Namespace
Google \ Cloud \ Tpu \ V1 \ NodeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
API_VERSION_UNSPECIFIED
Value: 0API version is unknown.
Generated from protobuf enum API_VERSION_UNSPECIFIED = 0;
V1_ALPHA1
Value: 1TPU API V1Alpha1 version.
Generated from protobuf enum V1_ALPHA1 = 1;
V1
Value: 2TPU API V1 version.
Generated from protobuf enum V1 = 2;
V2_ALPHA1
Value: 3TPU API V2Alpha1 version.
Generated from protobuf enum V2_ALPHA1 = 3;