stopSequences

@JvmName(name = "kbkpwjvnljwtmehm")
suspend fun stopSequences(value: Output<List<String>>)
@JvmName(name = "mdniovwudxeibift")
suspend fun stopSequences(value: List<String>?)

Parameters

value

List of strings that define sequences after which the model will stop generating.


@JvmName(name = "cyuypqeboaxlyiay")
suspend fun stopSequences(vararg values: Output<String>)


@JvmName(name = "iyhpssopjtfiobwk")
suspend fun stopSequences(values: List<Output<String>>)
@JvmName(name = "vchsxwlbhywaahix")
suspend fun stopSequences(vararg values: String)

Parameters

values

List of strings that define sequences after which the model will stop generating.