Table of Contents

Constructor ModelProvisioningProgress

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

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

One progress report, for a determinate bar.

public ModelProvisioningProgress(string ModelId, string RelativePath, long BytesCompleted, long? BytesTotal, bool Resumed)

Parameters

ModelId string

The model being provisioned.

RelativePath string

The file being provisioned.

BytesCompleted long

Bytes on disk so far, including any resumed prefix.

BytesTotal long?

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

Resumed bool

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