tpuTfVersion property
The AI Platform runtime version that includes a TensorFlow version matching the one used in the custom container.
This field is required if the replica is a TPU worker that uses a custom
container. Otherwise, do not specify this field. This must be a [runtime
version that currently supports training with
TPUs](/ml-engine/docs/tensorflow/runtime-version-list#tpu-support). Note
that the version of TensorFlow included in a runtime version may differ
from the numbering of the runtime version itself, because it may have a
different
patch version.
In this field, you must specify the runtime version (TensorFlow minor
version). For example, if your custom container runs TensorFlow 1.x.y
,
specify 1.x
.
Implementation
core.String? tpuTfVersion;