configJson property
For backends needing companion file paths, e.g. {"vocab_path":"..."}.
Implementation
@$pb.TagNumber(2)
$core.String get configJson => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set configJson($core.String value) => $_setString(1, value);