ModelLifecycleResolvedArtifactPaths constructor

const ModelLifecycleResolvedArtifactPaths({
  1. required String primaryModelPath,
  2. String? visionProjectorPath,
  3. String? tokenizerPath,
  4. String? configPath,
  5. String? vocabularyPath,
  6. String? mergesPath,
  7. String? labelsPath,
})

Implementation

const ModelLifecycleResolvedArtifactPaths({
  required this.primaryModelPath,
  this.visionProjectorPath,
  this.tokenizerPath,
  this.configPath,
  this.vocabularyPath,
  this.mergesPath,
  this.labelsPath,
});