containers

@JvmName(name = "yelowwcnlhuqeshv")
suspend fun containers(value: Output<List<ModelContainerArgs>>)
@JvmName(name = "gtqtipevjhpysyui")
suspend fun containers(value: List<ModelContainerArgs>?)

Parameters

value

Specifies containers in the inference pipeline. If not specified, the primary_container argument is required. Fields are documented below.


@JvmName(name = "anqljoxynomtxlel")
suspend fun containers(vararg values: Output<ModelContainerArgs>)


@JvmName(name = "dpdhkrvaiupgouov")
suspend fun containers(values: List<Output<ModelContainerArgs>>)
@JvmName(name = "hmimopyucwugmtgd")
suspend fun containers(vararg values: ModelContainerArgs)

Parameters

values

Specifies containers in the inference pipeline. If not specified, the primary_container argument is required. Fields are documented below.


@JvmName(name = "gojthmgoqpexokxg")
suspend fun containers(argument: List<suspend ModelContainerArgsBuilder.() -> Unit>)
@JvmName(name = "wwcjmqnwrirbrais")
suspend fun containers(vararg argument: suspend ModelContainerArgsBuilder.() -> Unit)
@JvmName(name = "qtgrsfitkahctrtp")
suspend fun containers(argument: suspend ModelContainerArgsBuilder.() -> Unit)

Parameters

argument

Specifies containers in the inference pipeline. If not specified, the primary_container argument is required. Fields are documented below.