associatedModels

@JvmName(name = "bmbxlloaypnfccxt")
suspend fun associatedModels(value: Output<List<DetectorModelArgs>>)
@JvmName(name = "oocnhgtnthbodvha")
suspend fun associatedModels(value: List<DetectorModelArgs>?)

Parameters

value

The models to associate with this detector.


@JvmName(name = "megvbsthcwvngyxb")
suspend fun associatedModels(vararg values: Output<DetectorModelArgs>)


@JvmName(name = "agdkfbteajbfwige")
suspend fun associatedModels(values: List<Output<DetectorModelArgs>>)
@JvmName(name = "gkdgqakthnnxnskd")
suspend fun associatedModels(vararg values: DetectorModelArgs)

Parameters

values

The models to associate with this detector.


@JvmName(name = "djbqmjbrjdhhkctp")
suspend fun associatedModels(argument: List<suspend DetectorModelArgsBuilder.() -> Unit>)
@JvmName(name = "dqtdqhypjumiihjj")
suspend fun associatedModels(vararg argument: suspend DetectorModelArgsBuilder.() -> Unit)
@JvmName(name = "kgrkhyiagikbqgnl")
suspend fun associatedModels(argument: suspend DetectorModelArgsBuilder.() -> Unit)

Parameters

argument

The models to associate with this detector.