Class VertexAutoMLVisionConfig (0.1.0)

VertexAutoMLVisionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message of configurations of Vertex AutoML Vision Processors.

Attributes

Name Description
confidence_threshold float
Only entities with higher score than the threshold will be returned. Value 0.0 means to return all the detected entities.
max_predictions int
At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.