containers

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


@JvmName(name = "dklmucdyqgeiqcyp")
suspend fun containers(values: List<Output<ModelContainerArgs>>)
@JvmName(name = "wwnlwikuiuduyhci")
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 = "dgixrabmelwpvxwf")
suspend fun containers(argument: List<suspend ModelContainerArgsBuilder.() -> Unit>)
@JvmName(name = "yyvvtadukavxevnd")
suspend fun containers(vararg argument: suspend ModelContainerArgsBuilder.() -> Unit)
@JvmName(name = "lkaqoxhshqrgtvsu")
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.