Skip to content
Prompty

AiResourceInfo

An AI service resource that can host models or projects.

---
title: AiResourceInfo
config:
  look: handDrawn
  theme: colorful
  class:
    hideEmptyMembersBox: true
---
classDiagram
    class AiResourceInfo {
        +string name
        +string kind
        +string endpoint
        +string location
        +string resourceGroup
        +string serviceUrl
    }
serviceUrl: https://my-resource.services.ai.azure.com
Name Type Description
name string Provider resource name
kind string Provider resource kind
endpoint string Inference endpoint
location string Provider region or location
resourceGroup string Provider resource group or equivalent administrative grouping
serviceUrl string Optional service root used to enumerate projects