registryItemId property
The model framework and model type are inferred from the ML model registry item; For valid model types (classification, detections) we will return the formatted labels or annotations from the associated inference outputs.
Implementation
@$pb.TagNumber(1)
$core.String get registryItemId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set registryItemId($core.String v) { $_setString(0, v); }