AssetAiService
object
The service backing AI usage on this device. This will usually be a class of models from an external provider (e.g. Claude, Gemini) but can also be a local AI model or API gateway.
Fields
category
AssetAiServiceCategory!
non-null
The service category.
vendor
String!
non-null
Vendor/provider (e.g. Anthropic, OpenAI, Microsoft).
name
String!
non-null
The service name.
detections
AssetAiDetectionConnection
Detection results linked with this service.
Arguments
first
Int
default: 20
Page size.
after
String
Cursor for the last page item.