associatedModels

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

Parameters

value

The models to associate with this detector.


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


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

Parameters

values

The models to associate with this detector.


@JvmName(name = "ltwvqgkmwfmucyqi")
suspend fun associatedModels(argument: List<suspend DetectorModelArgsBuilder.() -> Unit>)
@JvmName(name = "gmiocnjfbxkrjgga")
suspend fun associatedModels(vararg argument: suspend DetectorModelArgsBuilder.() -> Unit)
@JvmName(name = "bdhtbsjuitiaqjim")
suspend fun associatedModels(argument: suspend DetectorModelArgsBuilder.() -> Unit)

Parameters

argument

The models to associate with this detector.