executorImageUri property

String? executorImageUri
getter/setter pair

The URI of a container image in Artifact Registry that will run the provided Python package.

Vertex AI provides a wide range of executor images with pre-installed packages to meet users' various use cases. See the list of [pre-built containers for training](https://cloud.google.com/vertex-ai/docs/training/pre-built-containers). You must use an image from this list.

Required.

Implementation

core.String? executorImageUri;