ImageServingStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Statistics about image serving during a retrieval activity.
public class ImageServingStatistics : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.ImageServingStatistics>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.ImageServingStatistics>
type ImageServingStatistics = class
interface IJsonModel<ImageServingStatistics>
interface IPersistableModel<ImageServingStatistics>
Public Class ImageServingStatistics
Implements IJsonModel(Of ImageServingStatistics), IPersistableModel(Of ImageServingStatistics)
- Inheritance
-
ImageServingStatistics
- Implements
Properties
| Name | Description |
|---|---|
| ImagesRetrieved |
The number of images retrieved from the asset store. |
| ImagesSentToModel |
The number of images sent to the downstream model. |
| TotalImageSizeBytes |
The total size in bytes of images sent to the model. |
| VerbalizationUsed |
Indicates whether image verbalization was used instead of direct image serving. |