CapabilityHostProperties interface
model interface CapabilityHostProperties
- Extends
Properties
| aca |
List of Aca Environment connections. |
| ai |
List of AI services connections. |
| capability |
Kind of this capability host. |
| customer |
Customer subnet info to help set up this capability host. |
| messages | List of messages containing errors. |
| provisioning |
Provisioning state for the CapabilityHost. |
| storage |
List of Storage connections. |
| thread |
List of Thread storage connections. |
| vector |
List of VectorStore connections. |
Inherited Properties
| description | The asset description text. |
| properties | The asset property dictionary. |
| tags | Tag dictionary. Tags can be added, removed, and updated. |
Property Details
acaEnvironmentConnections
List of Aca Environment connections.
acaEnvironmentConnections?: string[]
Property Value
string[]
aiServicesConnections
List of AI services connections.
aiServicesConnections?: string[]
Property Value
string[]
capabilityHostKind
Kind of this capability host.
capabilityHostKind?: string
Property Value
string
customerSubnet
Customer subnet info to help set up this capability host.
customerSubnet?: string
Property Value
string
messages
List of messages containing errors.
messages?: string[]
Property Value
string[]
provisioningState
Provisioning state for the CapabilityHost.
provisioningState?: string
Property Value
string
storageConnections
List of Storage connections.
storageConnections?: string[]
Property Value
string[]
threadStorageConnections
List of Thread storage connections.
threadStorageConnections?: string[]
Property Value
string[]
vectorStoreConnections
List of VectorStore connections.
vectorStoreConnections?: string[]
Property Value
string[]
Inherited Property Details
description
The asset description text.
description?: string
Property Value
string
Inherited From ResourceBase.description
properties
The asset property dictionary.
properties?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceBase.properties
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceBase.tags