AiGuardrailGuardrailTopicConfigArgs

data class AiGuardrailGuardrailTopicConfigArgs(val definition: Output<String>, val examples: Output<List<String>>? = null, val name: Output<String>, val type: Output<AiGuardrailGuardrailTopicType>) : ConvertibleToJava<AiGuardrailGuardrailTopicConfigArgs>

Topic config in topic policy.

Constructors

Link copied to clipboard
constructor(definition: Output<String>, examples: Output<List<String>>? = null, name: Output<String>, type: Output<AiGuardrailGuardrailTopicType>)

Properties

Link copied to clipboard
val definition: Output<String>

Definition of topic in topic policy

Link copied to clipboard
val examples: Output<List<String>>? = null

List of text examples

Link copied to clipboard
val name: Output<String>

Name of topic in topic policy

Link copied to clipboard

Type of topic in a policy.

Functions

Link copied to clipboard
open override fun toJava(): AiGuardrailGuardrailTopicConfigArgs