Interface GuardrailTopic.Builder

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

public static interface GuardrailTopic.Builder extends SdkPojo, CopyableBuilder<GuardrailTopic.Builder,GuardrailTopic>
  • 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

      GuardrailTopic.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

      GuardrailTopic.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: