Intel(R) SuperBuilder

ModelScopeDownload Class

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+e5af843a4e6a75a047681ce8b5d33ceb3660e546
C#
public class ModelScopeDownload : IDownload
Inheritance
Object    ModelScopeDownload
Implements
IDownload

Constructors

Methods

DownloadFileAsync Main download method (interface implementation) Execution flow: 1. Create temporary working directory 2. Parse model URL to retrieve commitId 3. Start external process for download 4. Move files to final location 5. Handle exceptions and clean up resources
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetCommitId Parse model URL to retrieve CommitID
GetHashCode
(Inherited from Object)
GetModelID Extract model path from URL
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
RobustMove Safely move directories (supports cross-drive)
ToString
(Inherited from Object)

See Also