HuggingFaceDownloadDownloadFileAsync Method

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public Task<string> DownloadFileAsync(
	string url,
	string outputFilePath,
	IProgress<int>? progress,
	string? tokenId
)

Parameters

url  String

[Missing <param name="url"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.HuggingFaceDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

outputFilePath  String

[Missing <param name="outputFilePath"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.HuggingFaceDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

progress  IProgressInt32

[Missing <param name="progress"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.HuggingFaceDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

tokenId  String

[Missing <param name="tokenId"/> documentation for "M:SuperBuilderWinService.ProvidersImpl.HuggingFaceDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

Return Value

TaskString

[Missing <returns> documentation for "M:SuperBuilderWinService.ProvidersImpl.HuggingFaceDownload.DownloadFileAsync(System.String,System.String,System.IProgress{System.Int32},System.String)"]

Implements

IDownloadDownloadFileAsync(String, String, IProgressInt32, String)

See Also