vertexAutomlVideoConfig property

  1. @TagNumber.new(14)
VertexAutoMLVideoConfig get vertexAutomlVideoConfig

Configs of Vertex AutoML video processor.

Implementation

@$pb.TagNumber(14)
VertexAutoMLVideoConfig get vertexAutomlVideoConfig => $_getN(5);
  1. @TagNumber.new(14)
set vertexAutomlVideoConfig (VertexAutoMLVideoConfig v)

Implementation

@$pb.TagNumber(14)
set vertexAutomlVideoConfig(VertexAutoMLVideoConfig v) {
  setField(14, v);
}