vaapi 0.7.36__tar.gz → 0.7.37__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vaapi-0.7.36 → vaapi-0.7.37}/PKG-INFO +1 -1
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/__init__.py +1 -1
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/cognition_representation/client.py +8 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/cognition_representation.py +4 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi.egg-info/PKG-INFO +1 -1
- {vaapi-0.7.36 → vaapi-0.7.37}/README.md +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/pyproject.toml +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/setup.cfg +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/base_client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/behavior_frame_option/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/behavior_frame_option/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/behavior_options/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/behavior_options/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/behavior_options_state/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/behavior_options_state/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/cognition_frame/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/cognition_frame/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/cognition_representation/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/api_error.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/client_wrapper.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/datetime_utils.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/file.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/http_client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/jsonable_encoder.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/pagination.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/pydantic_utilities.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/query_encoder.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/remove_none_from_dict.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/core/request_options.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/events/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/events/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/experiment/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/experiment/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/game/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/game/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/image/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/image/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/log_status/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/log_status/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/logs/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/logs/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/motion_frame/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/motion_frame/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/motion_representation/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/motion_representation/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/robots/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/robots/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/teams/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/teams/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/timeline/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/timeline/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/annotation.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/behavior_option.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/behavior_option_state.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/behaviorframe_options.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/cognition_frame.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/event.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/experiment.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/frame_filter.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/game.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/image.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/log.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/log_status.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/motion_frame.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/motion_representation.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/robots.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/teams.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/timeline.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/video.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/xabsl_symbol_complete.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/types/xabsl_symbol_sparse.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/videos/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/videos/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/xabsl_symbol_complete/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/xabsl_symbol_complete/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/xabsl_symbol_sparse/__init__.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi/xabsl_symbol_sparse/client.py +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi.egg-info/SOURCES.txt +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi.egg-info/dependency_links.txt +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi.egg-info/requires.txt +0 -0
- {vaapi-0.7.36 → vaapi-0.7.37}/vaapi.egg-info/top_level.txt +0 -0
|
@@ -78,6 +78,8 @@ class CognitionRepresentationClient:
|
|
|
78
78
|
id: int,
|
|
79
79
|
*,
|
|
80
80
|
frame: typing.Optional[int] = OMIT,
|
|
81
|
+
start_pos: typing.Optional[int] = OMIT,
|
|
82
|
+
size: typing.Optional[int] = OMIT,
|
|
81
83
|
representation_data: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
|
|
82
84
|
request_options: typing.Optional[RequestOptions] = None,
|
|
83
85
|
) -> CognitionRepresentation:
|
|
@@ -96,6 +98,8 @@ class CognitionRepresentationClient:
|
|
|
96
98
|
method="PATCH",
|
|
97
99
|
json={
|
|
98
100
|
"frame": frame,
|
|
101
|
+
"start_pos": start_pos,
|
|
102
|
+
"size": size,
|
|
99
103
|
"representation_data": representation_data,
|
|
100
104
|
},
|
|
101
105
|
request_options=request_options,
|
|
@@ -162,6 +166,8 @@ class CognitionRepresentationClient:
|
|
|
162
166
|
self,
|
|
163
167
|
*,
|
|
164
168
|
frame: typing.Optional[int] = OMIT,
|
|
169
|
+
start_pos: typing.Optional[int] = OMIT,
|
|
170
|
+
size: typing.Optional[int] = OMIT,
|
|
165
171
|
representation_data: typing.Optional[typing.Dict[str, typing.Any]] = OMIT,
|
|
166
172
|
request_options: typing.Optional[RequestOptions] = None,
|
|
167
173
|
) -> CognitionRepresentation:
|
|
@@ -180,6 +186,8 @@ class CognitionRepresentationClient:
|
|
|
180
186
|
method="POST",
|
|
181
187
|
json={
|
|
182
188
|
"frame": frame,
|
|
189
|
+
"start_pos": start_pos,
|
|
190
|
+
"size": size,
|
|
183
191
|
"representation_data": representation_data,
|
|
184
192
|
},
|
|
185
193
|
request_options=request_options,
|
|
@@ -17,6 +17,10 @@ class CognitionRepresentation(pydantic_v1.BaseModel):
|
|
|
17
17
|
pydantic_v1.Field(default=None)
|
|
18
18
|
)
|
|
19
19
|
|
|
20
|
+
start_pos: typing.Optional[int] = pydantic_v1.Field(default=None)
|
|
21
|
+
|
|
22
|
+
size: typing.Optional[int] = pydantic_v1.Field(default=None)
|
|
23
|
+
|
|
20
24
|
def json(self, **kwargs: typing.Any) -> str:
|
|
21
25
|
kwargs_with_defaults: typing.Any = {
|
|
22
26
|
"by_alias": True,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|