configJson property
Backend-specific JSON config (e.g. tokenizer/vocab companion paths).
Implementation
@$pb.TagNumber(9)
$core.String get configJson => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set configJson($core.String value) => $_setString(8, value);