containers

@JvmName(name = "mbgoyjufgbabmkaw")
suspend fun containers(value: Output<List<ModelContainerArgs>>)
@JvmName(name = "lkbvfgspvkxlapya")
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 = "gxfiufiftvyufkoa")
suspend fun containers(vararg values: Output<ModelContainerArgs>)


@JvmName(name = "mdnwuhudcmxveiyo")
suspend fun containers(values: List<Output<ModelContainerArgs>>)
@JvmName(name = "nswndqngcgffghgk")
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 = "dtorqwlgepxqjwfg")
suspend fun containers(argument: List<suspend ModelContainerArgsBuilder.() -> Unit>)
@JvmName(name = "xppiblylondvponj")
suspend fun containers(vararg argument: suspend ModelContainerArgsBuilder.() -> Unit)
@JvmName(name = "yngawixooxwmhxow")
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.