Skip to content
Prompty

ProjectInfo

A project hosted by an AI service resource.

---
title: ProjectInfo
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class ProjectInfo {
        +string name
        +string displayName
        +string endpoint
    }
Name Type Description
name string Provider project name
displayName string Human-readable project name
endpoint string Project-scoped inference endpoint