Class PromptVersionMetadata (1.75.0)

PromptVersionMetadata(display_name: str, prompt_id: str, version_id: str)

Metadata containing the display name, prompt id, and version id of a prompt version.

Returned by the list_prompt_versions method.

Attributes

Name Description
display_name str
The display name of the prompt version.
prompt_id str
The id of the prompt.
version_id str
The version id of the prompt.