runtimeVersion property

String? runtimeVersion
getter/setter pair

The AI Platform runtime version to use for this batch prediction.

If not set, AI Platform will pick the runtime version used during the CreateVersion request for this model version, or choose the latest stable version when model version information is not available such as when the model is specified by uri.

Optional.

Implementation

core.String? runtimeVersion;