AiResourceInfo
An AI service resource that can host models or projects.
Class Diagram
Section titled “Class Diagram”---
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
}
Yaml Example
Section titled “Yaml Example”serviceUrl: https://my-resource.services.ai.azure.comProperties
Section titled “Properties”| 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 |