Skip to main content

Interface: LocalFeaturePackArtifact

Defined in: Data/Core/FeaturePackTypes.ts:103

Properties

gzipped?

optional gzipped?: boolean

Defined in: Data/Core/FeaturePackTypes.ts:111


kind

kind: "index" | "model"

Defined in: Data/Core/FeaturePackTypes.ts:104


path

path: string

Defined in: Data/Core/FeaturePackTypes.ts:106

Install location relative to the pack root. Same rules as FeaturePackArtifact.path.


sha256

sha256: string

Defined in: Data/Core/FeaturePackTypes.ts:110

Lowercase hex SHA-256 of the packaged bytes, before any decompression.


size_bytes

size_bytes: number

Defined in: Data/Core/FeaturePackTypes.ts:108

Size of the file as it sits in the package (compressed when gzipped).