resolvedArtifacts property

  1. @TagNumber.new(10)
PbList<ModelFileDescriptor> get resolvedArtifacts

Concrete artifacts selected by C++ model path resolution. The primary model entry mirrors resolved_path; companion entries carry explicit ModelFileRole values such as MODEL_FILE_ROLE_VISION_PROJECTOR.

Implementation

@$pb.TagNumber(10)
$pb.PbList<ModelFileDescriptor> get resolvedArtifacts => $_getList(9);