modelId property
Registry id, catalog id, or absolute path. Unset = use the resident semantic-segmentation model. Mirrors EmbeddingsRequest.model_id and VLMGenerationRequest.model_id.
Implementation
@$pb.TagNumber(3)
$core.String get modelId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set modelId($core.String value) => $_setString(2, value);