Table of Contents

Struct ModelProvisioningProgress

Namespace
Qavren.Edge.Onnx
Assembly
Qavren.Edge.Onnx.dll

One progress report, for a determinate bar.

public readonly record struct ModelProvisioningProgress : IEquatable<ModelProvisioningProgress>
Implements
Inherited Members

Constructors

ModelProvisioningProgress(string, string, long, long?, bool)

One progress report, for a determinate bar.

Properties

BytesCompleted

Bytes on disk so far, including any resumed prefix.

BytesTotal

The expected total, or null when the server declared none.

ModelId

The model being provisioned.

RelativePath

The file being provisioned.

Resumed

True when this transfer continued a partial file. False after a server ignored the range request and the .part file was truncated.