-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathFILES
More file actions
157 lines (157 loc) · 5.79 KB
/
FILES
File metadata and controls
157 lines (157 loc) · 5.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.gitignore
README.md
docs/AccountMonthToDateInfo.md
docs/Action.md
docs/ActionList.md
docs/ActionsApi.md
docs/AllNotes.md
docs/AnnotationsRequestedEnum.md
docs/BBoxGeometry.md
docs/BBoxGeometryRequest.md
docs/BinaryClassificationResult.md
docs/BlankEnum.md
docs/BoundingBoxModeConfiguration.md
docs/BoundingBoxResult.md
docs/ChannelEnum.md
docs/Condition.md
docs/ConditionRequest.md
docs/CountModeConfiguration.md
docs/CountingResult.md
docs/Detector.md
docs/DetectorCreationInputRequest.md
docs/DetectorGroup.md
docs/DetectorGroupRequest.md
docs/DetectorGroupsApi.md
docs/DetectorResetApi.md
docs/DetectorTypeEnum.md
docs/DetectorsApi.md
docs/EdgeApi.md
docs/EdgeModelInfo.md
docs/EscalationTypeEnum.md
docs/ImageQueriesApi.md
docs/ImageQuery.md
docs/ImageQueryTypeEnum.md
docs/InlineResponse200.md
docs/InlineResponse2001.md
docs/InlineResponse2001EvaluationResults.md
docs/InlineResponse2002.md
docs/InlineResponse200Summary.md
docs/InlineResponse200SummaryClassCounts.md
docs/Label.md
docs/LabelValue.md
docs/LabelValueRequest.md
docs/LabelsApi.md
docs/ModeEnum.md
docs/MonthToDateAccountInfoApi.md
docs/MultiClassModeConfiguration.md
docs/MultiClassificationResult.md
docs/Note.md
docs/NoteRequest.md
docs/NotesApi.md
docs/PaginatedDetectorList.md
docs/PaginatedImageQueryList.md
docs/PaginatedRuleList.md
docs/PatchedDetectorRequest.md
docs/PayloadTemplate.md
docs/PayloadTemplateRequest.md
docs/ROI.md
docs/ROIRequest.md
docs/ResultTypeEnum.md
docs/Rule.md
docs/RuleRequest.md
docs/SnoozeTimeUnitEnum.md
docs/Source.md
docs/SourceEnum.md
docs/StatusEnum.md
docs/TextModeConfiguration.md
docs/TextRecognitionResult.md
docs/UserApi.md
docs/VerbEnum.md
docs/WebhookAction.md
docs/WebhookActionRequest.md
git_push.sh
groundlight_openapi_client/__init__.py
groundlight_openapi_client/api/__init__.py
groundlight_openapi_client/api/actions_api.py
groundlight_openapi_client/api/detector_groups_api.py
groundlight_openapi_client/api/detector_reset_api.py
groundlight_openapi_client/api/detectors_api.py
groundlight_openapi_client/api/edge_api.py
groundlight_openapi_client/api/image_queries_api.py
groundlight_openapi_client/api/labels_api.py
groundlight_openapi_client/api/month_to_date_account_info_api.py
groundlight_openapi_client/api/notes_api.py
groundlight_openapi_client/api/user_api.py
groundlight_openapi_client/api_client.py
groundlight_openapi_client/apis/__init__.py
groundlight_openapi_client/configuration.py
groundlight_openapi_client/exceptions.py
groundlight_openapi_client/model/__init__.py
groundlight_openapi_client/model/account_month_to_date_info.py
groundlight_openapi_client/model/action.py
groundlight_openapi_client/model/action_list.py
groundlight_openapi_client/model/all_notes.py
groundlight_openapi_client/model/annotations_requested_enum.py
groundlight_openapi_client/model/b_box_geometry.py
groundlight_openapi_client/model/b_box_geometry_request.py
groundlight_openapi_client/model/binary_classification_result.py
groundlight_openapi_client/model/blank_enum.py
groundlight_openapi_client/model/bounding_box_mode_configuration.py
groundlight_openapi_client/model/bounding_box_result.py
groundlight_openapi_client/model/channel_enum.py
groundlight_openapi_client/model/condition.py
groundlight_openapi_client/model/condition_request.py
groundlight_openapi_client/model/count_mode_configuration.py
groundlight_openapi_client/model/counting_result.py
groundlight_openapi_client/model/detector.py
groundlight_openapi_client/model/detector_creation_input_request.py
groundlight_openapi_client/model/detector_group.py
groundlight_openapi_client/model/detector_group_request.py
groundlight_openapi_client/model/detector_type_enum.py
groundlight_openapi_client/model/edge_model_info.py
groundlight_openapi_client/model/escalation_type_enum.py
groundlight_openapi_client/model/image_query.py
groundlight_openapi_client/model/image_query_type_enum.py
groundlight_openapi_client/model/inline_response200.py
groundlight_openapi_client/model/inline_response2001.py
groundlight_openapi_client/model/inline_response2001_evaluation_results.py
groundlight_openapi_client/model/inline_response2002.py
groundlight_openapi_client/model/inline_response200_summary.py
groundlight_openapi_client/model/inline_response200_summary_class_counts.py
groundlight_openapi_client/model/label.py
groundlight_openapi_client/model/label_value.py
groundlight_openapi_client/model/label_value_request.py
groundlight_openapi_client/model/mode_enum.py
groundlight_openapi_client/model/multi_class_mode_configuration.py
groundlight_openapi_client/model/multi_classification_result.py
groundlight_openapi_client/model/note.py
groundlight_openapi_client/model/note_request.py
groundlight_openapi_client/model/paginated_detector_list.py
groundlight_openapi_client/model/paginated_image_query_list.py
groundlight_openapi_client/model/paginated_rule_list.py
groundlight_openapi_client/model/patched_detector_request.py
groundlight_openapi_client/model/payload_template.py
groundlight_openapi_client/model/payload_template_request.py
groundlight_openapi_client/model/result_type_enum.py
groundlight_openapi_client/model/roi.py
groundlight_openapi_client/model/roi_request.py
groundlight_openapi_client/model/rule.py
groundlight_openapi_client/model/rule_request.py
groundlight_openapi_client/model/snooze_time_unit_enum.py
groundlight_openapi_client/model/source.py
groundlight_openapi_client/model/source_enum.py
groundlight_openapi_client/model/status_enum.py
groundlight_openapi_client/model/text_mode_configuration.py
groundlight_openapi_client/model/text_recognition_result.py
groundlight_openapi_client/model/verb_enum.py
groundlight_openapi_client/model/webhook_action.py
groundlight_openapi_client/model/webhook_action_request.py
groundlight_openapi_client/model_utils.py
groundlight_openapi_client/models/__init__.py
groundlight_openapi_client/rest.py
requirements.txt
setup.cfg
setup.py
test-requirements.txt
test/__init__.py
tox.ini