Special Segmentation Format: gpu
The gpu value is made up of 2 granularity levels - vendor and model. These granularity levels are explained in Special Filter: gpu. A particular level needs to be selected, and this is to be included in the property name, namely gpu.vendor or gpu.model.
The following example requests data segmented by all GPU vendor:
{
"segmentBy": "gpu.vendor",
"segments": [
{
"type": "regex",
"value": ".*",
"split": true
}
]
}
In the above example, no filtering is being done, and instead, a regular expression to include everything is set as the value. This will result in all the GPU vendors to be returned.