registryItemId property

  1. @TagNumber(1)
String registryItemId

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);
  1. @TagNumber(1)
void registryItemId=(String v)

Implementation

@$pb.TagNumber(1)
set registryItemId($core.String v) { $_setString(0, v); }