Data object for updating an LLM Observability prompt version.

Hierarchy

  • LLMObsUpdatePromptVersionData

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Attributes for updating an LLM Observability prompt version. At least one of description, labels, or env_ids must be provided; all three attributes are optional individually.

Resource type of an LLM Observability prompt version.

Generated using TypeDoc