containerCommand

@JvmName(name = "bpkmylcmnvctxcad")
suspend fun containerCommand(value: Output<List<String>>)
@JvmName(name = "pkiwjpdsaqgcgwrs")
suspend fun containerCommand(value: List<String>?)

Parameters

value

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.


@JvmName(name = "ikydufglauqlknma")
suspend fun containerCommand(vararg values: Output<String>)


@JvmName(name = "ghupnmbutgakkorb")
suspend fun containerCommand(values: List<Output<String>>)
@JvmName(name = "rcmwjuskrpndxpwx")
suspend fun containerCommand(vararg values: String)

Parameters

values

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.