ProjectCapabilityHostProperties interface
Properties
| ai |
List of AI services connections. |
| provisioning |
Provisioning state for the CapabilityHost. NOTE: This property will not be serialized. It can only be populated by the server. |
| storage |
List of connection names from those available in the account or project to be used as a storage resource. |
| thread |
List of connection names from those available in the account or project to be used for Thread storage. |
| vector |
List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). |
Property Details
aiServicesConnections
List of AI services connections.
aiServicesConnections?: string[]
Property Value
string[]
provisioningState
Provisioning state for the CapabilityHost. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
storageConnections
List of connection names from those available in the account or project to be used as a storage resource.
storageConnections?: string[]
Property Value
string[]
threadStorageConnections
List of connection names from those available in the account or project to be used for Thread storage.
threadStorageConnections?: string[]
Property Value
string[]
vectorStoreConnections
List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB).
vectorStoreConnections?: string[]
Property Value
string[]