containerCommand property

List<String>? containerCommand
getter/setter pair

The command with which the replica's custom container is run.

If provided, it will override default ENTRYPOINT of the docker image. If not provided, the docker image's ENTRYPOINT is used. It cannot be set if custom container image is not provided. Note that this field and [TrainingInput.args] are mutually exclusive, i.e., both cannot be set at the same time.

Implementation

core.List<core.String>? containerCommand;