associatedModels

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

Parameters

value

The models to associate with this detector.


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


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

Parameters

values

The models to associate with this detector.


@JvmName(name = "ehskroqunlwohmci")
suspend fun associatedModels(argument: List<suspend DetectorModelArgsBuilder.() -> Unit>)
@JvmName(name = "ucuohcnhrgdrjhns")
suspend fun associatedModels(vararg argument: suspend DetectorModelArgsBuilder.() -> Unit)
@JvmName(name = "mkjmoduuanqfycvm")
suspend fun associatedModels(argument: suspend DetectorModelArgsBuilder.() -> Unit)

Parameters

argument

The models to associate with this detector.