vertexAutomlVisionConfig property

  1. @TagNumber(13)
VertexAutoMLVisionConfig vertexAutomlVisionConfig

Configs of Vertex AutoML vision processor.

Implementation

@$pb.TagNumber(13)
VertexAutoMLVisionConfig get vertexAutomlVisionConfig => $_getN(4);
  1. @TagNumber(13)
void vertexAutomlVisionConfig=(VertexAutoMLVisionConfig v)

Implementation

@$pb.TagNumber(13)
set vertexAutomlVisionConfig(VertexAutoMLVisionConfig v) { setField(13, v); }