type property

String? type
getter/setter pair

Type of TPU.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified version.
  • "V2" : TPU v2.
  • "V3" : TPU v3.
  • "V4" : TPU v4.
  • "V5LITE_POD" : TPU v5lite pod.
  • "V5P" : TPU v5p

Implementation

core.String? type;