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.

Implementation

core.String? type;