ImageServingStatistics interface

Statistics about image serving during a retrieval activity.

Properties

imagesRetrieved

The number of images retrieved from the asset store.

imagesSentToModel

The number of images sent to the downstream model.

servedImages

The set of images the model selected to be served to the downstream model for this retrieval activity.

totalImageSizeBytes

The total size in bytes of images sent to the model.

verbalizationUsed

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