CapabilityHostProperties Class
CapabilityHostProperties.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
CapabilityHostProperties(*, description: str | None = None, tags: dict[str, str] | None = None, ai_services_connections: list[str] | None = None, capability_host_kind: str | _models.CapabilityHostKind | None = None, customer_subnet: str | None = None, storage_connections: list[str] | None = None, thread_storage_connections: list[str] | None = None, vector_store_connections: list[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
description
|
The asset description text. Default value: None
|
|
tags
|
Tag dictionary. Tags can be added, removed, and updated. Default value: None
|
|
ai_services_connections
|
List of AI services connections. Default value: None
|
|
capability_host_kind
|
Kind of this capability host. "Agents" Default value: None
|
|
customer_subnet
|
Customer subnet info to help set up this capability host. Default value: None
|
|
storage_connections
|
List of connection names from those available in the account or project to be used as a storage resource. Default value: None
|
|
thread_storage_connections
|
List of connection names from those available in the account or project to be used for Thread storage. Default value: None
|
|
vector_store_connections
|
List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). Default value: None
|
Variables
| Name | Description |
|---|---|
|
description
|
The asset description text. |
|
tags
|
Tag dictionary. Tags can be added, removed, and updated. |
|
ai_services_connections
|
List of AI services connections. |
|
capability_host_kind
|
Kind of this capability host. "Agents" |
|
customer_subnet
|
Customer subnet info to help set up this capability host. |
|
provisioning_state
|
Provisioning state for the CapabilityHost. Known values are: "Succeeded", "Failed", "Canceled", "Creating", "Updating", and "Deleting". |
|
storage_connections
|
List of connection names from those available in the account or project to be used as a storage resource. |
|
thread_storage_connections
|
List of connection names from those available in the account or project to be used for Thread storage. |
|
vector_store_connections
|
List of connection names from those available in the account or project to be used for vector database (e.g. CosmosDB). |