vertexAutomlVisionConfig property

  1. @TagNumber.new(13)
VertexAutoMLVisionConfig get vertexAutomlVisionConfig

Configs of Vertex AutoML vision processor.

Implementation

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

Implementation

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