ProjectInfo
A project hosted by an AI service resource.
Class Diagram
Section titled “Class Diagram”---
title: ProjectInfo
config:
look: handDrawn
theme: colorful
class:
hideEmptyMembersBox: true
---
classDiagram
class ProjectInfo {
+string name
+string displayName
+string endpoint
}
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| name | string | Provider project name |
| displayName | string | Human-readable project name |
| endpoint | string | Project-scoped inference endpoint |