Interface PromptMetadataEntry.Builder

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

@Mutable @NotThreadSafe public static interface PromptMetadataEntry.Builder extends SdkPojo, CopyableBuilder<PromptMetadataEntry.Builder,PromptMetadataEntry>
  • Method Details

    • key

      The key of a metadata tag for a prompt variant.

      Parameters:
      key - The key of a metadata tag for a prompt variant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of a metadata tag for a prompt variant.

      Parameters:
      value - The value of a metadata tag for a prompt variant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.