bbox_labels are used to match documents with the specified bounding box labels (using logical OR).
from field: repeated string bbox_labels = 15;
from field: string component_name = 1;
from field: string component_type = 2;
from field: string dataset_id = 16;
Optional
intervalfrom field: viam.app.data.v1.CaptureInterval interval = 13;
from field: repeated string location_ids = 10;
from field: string method = 4;
from field: repeated string mime_type = 12;
from field: repeated string organization_ids = 11;
from field: string part_id = 9;
from field: string part_name = 8;
from field: string robot_id = 7;
from field: string robot_name = 6;
Optional
tagsfrom field: viam.app.data.v1.TagsFilter tags_filter = 14;
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeCompare with a message of the same type. Note that this function disregards extensions and unknown fields.
Parse from binary data, merging fields.
Repeated fields are appended. Map entries are added, overwriting existing keys.
If a message field is already present, it will be merged with the new data.
Optional
options: Partial<BinaryReadOptions>Parse a message from a JSON value.
Optional
options: Partial<JsonReadOptions>Protected
toJSONOverride for serialization behavior. This will be invoked when calling JSON.stringify on this message (i.e. JSON.stringify(msg)).
Note that this will not serialize google.protobuf.Any with a packed message because the protobuf JSON format specifies that it needs to be unpacked, and this is only possible with a type registry to look up the message type. As a result, attempting to serialize a message with this type will throw an Error.
This method is protected because you should not need to invoke it directly -- instead use JSON.stringify or toJsonString for stringified JSON. Alternatively, if actual JSON is desired, you should use toJson.
Static
equalsStatic
fromStatic
fromStatic
from
Filter defines the fields over which we can filter data using a logic AND. For example, if component_type and robot_id are specified, only data from that
robot_id
of typecomponent_type
is returned. However, we logical OR over the specified tags and bounding box labels, such that if component_type, robot_id, tagA, tagB are specified, we return data from thatrobot_id
of typecomponent_type
withtagA
ortagB
.Generated
from message viam.app.data.v1.Filter