Class ResourceAnnotations (0.1.0)

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

Message describing general annotation for resources.

Attributes

Name Description
application_annotations MutableSequence[google.cloud.visionai_v1.types.StreamAnnotation]
Annotations that will be applied to the whole application.
node_annotations MutableSequence[google.cloud.visionai_v1.types.ApplicationNodeAnnotation]
Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.