modelSchema property

  1. @TagNumber(5)
CustomProcessorSourceInfo_ModelSchema get modelSchema

Model schema files which specifies the signature of the model. For VERTEX_CUSTOM models, instances schema is required. If instances schema is not specified during the processor creation, VisionAI Platform will try to get it from Vertex, if it doesn't exist, the creation will fail.

Implementation

@$pb.TagNumber(5)
CustomProcessorSourceInfo_ModelSchema get modelSchema => $_getN(3);
  1. @TagNumber(5)
set modelSchema (CustomProcessorSourceInfo_ModelSchema v)

Implementation

@$pb.TagNumber(5)
set modelSchema(CustomProcessorSourceInfo_ModelSchema v) { setField(5, v); }