Interface GuardrailTopicConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GuardrailTopicConfig.Builder,GuardrailTopicConfig>, SdkBuilder<GuardrailTopicConfig.Builder,GuardrailTopicConfig>, SdkPojo
Enclosing class:
GuardrailTopicConfig

public static interface GuardrailTopicConfig.Builder extends SdkPojo, CopyableBuilder<GuardrailTopicConfig.Builder,GuardrailTopicConfig>
  • Method Details

    • name

      The name of the topic to deny.

      Parameters:
      name - The name of the topic to deny.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • definition

      GuardrailTopicConfig.Builder definition(String definition)

      A definition of the topic to deny.

      Parameters:
      definition - A definition of the topic to deny.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • examples

      A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.

      Parameters:
      examples - A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • examples

      GuardrailTopicConfig.Builder examples(String... examples)

      A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.

      Parameters:
      examples - A list of prompts, each of which is an example of a prompt that can be categorized as belonging to the topic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Specifies to deny the topic.

      Parameters:
      type - Specifies to deny the topic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Specifies to deny the topic.

      Parameters:
      type - Specifies to deny the topic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: