sttModelPath property

  1. @TagNumber.new(1)
String get sttModelPath

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);
  1. @TagNumber.new(1)
set sttModelPath (String value)

Implementation

@$pb.TagNumber(1)
set sttModelPath($core.String value) => $_setString(0, value);