modelVersion property
The [AI Platform Prediction model version](/ml-engine/docs/prediction-overview) to be evaluated.
Prediction input and output is sampled from this model version. When creating an evaluation job, specify the model version in the following format: "projects/{project_id}/models/{model_name}/versions/{version_name}" There can only be one evaluation job per model version.
Required.
Implementation
core.String? modelVersion;