sttModelPath property
Normal choice is the id (resolved via the model registry); path is the escape hatch for an artifact you staged yourself.
Implementation
@$pb.TagNumber(1)
$core.String get sttModelPath => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set sttModelPath($core.String value) => $_setString(0, value);