java.lang.Object
com.langfuse.client.resources.prompts.types.PromptMeta

public final class PromptMeta extends Object
  • Method Details

    • getName

      public String getName()
    • getType

      public PromptType getType()
      Returns:
      Indicates whether the prompt is a text or chat prompt.
    • getVersions

      public List<Integer> getVersions()
    • getLabels

      public List<String> getLabels()
    • getTags

      public List<String> getTags()
    • getLastUpdatedAt

      public OffsetDateTime getLastUpdatedAt()
    • getLastConfig

      public Object getLastConfig()
      Returns:
      Config object of the most recent prompt version that matches the filters (if any are provided)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static PromptMeta.NameStage builder()