vertexAutomlVisionConfig property
Configs of Vertex AutoML vision processor.
Implementation
@$pb.TagNumber(13)
VertexAutoMLVisionConfig get vertexAutomlVisionConfig => $_getN(4);
Implementation
@$pb.TagNumber(13)
set vertexAutomlVisionConfig(VertexAutoMLVisionConfig v) {
setField(13, v);
}