tb_ce_client.models.AiModelId
Extends: EntityId
| Name | Type | Description | Notes |
|---|
EntityId:
{entity_type: EntityType, id: UUID}— base type for all entity identifiers.
TENANT | CUSTOMER | USER | DASHBOARD | ASSET | DEVICE | ALARM | RULE_CHAIN | RULE_NODE | ENTITY_VIEW | … (36 values total)
- Package:
tb_ce_client.models - Attribute access:
obj.,obj.name, etc. - Serialize:
obj.model_dump()orobj.model_dump(by_alias=True)for camelCase JSON - Deserialize:
AiModelId.model_validate(data)orAiModelId.model_validate_json(json_str) - None fields: Optional attributes default to
None; accessing them never raises exceptions