generated/model_types.pbenum
library
Classes
-
AcceleratorPolicy
-
Requested execution placement for a load. LiteRT/ExecuTorch-aligned.
-
ArchiveStructure
-
-
ArchiveType
-
Compression flavor of a multi-file model package.
-
AudioEncoding
-
Sample layout of a raw audio payload, as opposed to AudioFormat above, which
names the container. CONTAINER means the bytes carry their own header and the
companion AudioFormat field says which one.
-
AudioFormat
-
Container format of an audio payload.
-
InferenceFramework
-
Engine that executes a model. Reached from ModelInfo.framework, so the
reserved values below are manifest-critical.
-
ModelArtifactType
-
What kind of bundle a model ships as.
-
ModelCategory
-
What a model does.
-
ModelFileRole
-
Role of a file inside a single/multi-file artifact. The generic COMPANION
role covers arbitrary sidecars; specific roles document common public
catalog files such as VLM mmproj files and tokenizer/config assets.
-
ModelFormat
-
On-disk file format, as opposed to ModelArtifactType (bundle kind) or
ArchiveType (compression).
-
ModelRegistryStatus
-
Durable catalog state, not a live transfer stream. Byte counters and
progress events live in download_service.proto.
-
ModelSource
-
-
RoutingPolicy
-
On-device versus cloud routing. PREFER_LOCAL and PREFER_CLOUD cover the
"preferred" cases; MANUAL is an explicit user override.
-
SDKEnvironment
-