pythonVersion property

String? pythonVersion
getter/setter pair

The version of Python used in prediction.

The following Python versions are available: * Python '3.7' is available when runtime_version is set to '1.15' or later. * Python '3.5' is available when runtime_version is set to a version from '1.4' to '1.14'.

  • Python '2.7' is available when runtime_version is set to '1.15' or earlier. Read more about the Python versions available for [each runtime version](/ml-engine/docs/runtime-version-list).

Required.

Implementation

core.String? pythonVersion;