ImageServingStatistics interface
Statistics about image serving during a retrieval activity.
Properties
| images |
The number of images retrieved from the asset store. |
| images |
The number of images sent to the downstream model. |
| served |
The set of images the model selected to be served to the downstream model for this retrieval activity. |
| total |
The total size in bytes of images sent to the model. |
| verbalization |
Indicates whether image verbalization was used instead of direct image serving. |
Property Details
imagesRetrieved
The number of images retrieved from the asset store.
imagesRetrieved?: number
Property Value
number
imagesSentToModel
The number of images sent to the downstream model.
imagesSentToModel?: number
Property Value
number
servedImages
The set of images the model selected to be served to the downstream model for this retrieval activity.
servedImages?: ServedImage[]
Property Value
totalImageSizeBytes
The total size in bytes of images sent to the model.
totalImageSizeBytes?: number
Property Value
number
verbalizationUsed
Indicates whether image verbalization was used instead of direct image serving.
verbalizationUsed?: boolean
Property Value
boolean