nominal-api 0.706.0__py3-none-any.whl → 0.707.0__py3-none-any.whl
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.
Potentially problematic release.
This version of nominal-api might be problematic. Click here for more details.
- nominal_api/__init__.py +2 -2
- nominal_api/_impl.py +2492 -3379
- nominal_api/api/__init__.py +37 -0
- nominal_api/api_ids/__init__.py +4 -0
- nominal_api/api_rids/__init__.py +15 -0
- nominal_api/attachments_api/__init__.py +12 -0
- nominal_api/authentication_api/__init__.py +19 -0
- nominal_api/authorization/__init__.py +20 -0
- nominal_api/comments_api/__init__.py +18 -0
- nominal_api/connect_download/__init__.py +4 -0
- nominal_api/datasource/__init__.py +5 -0
- nominal_api/datasource_api/__init__.py +30 -0
- nominal_api/datasource_logset/__init__.py +4 -0
- nominal_api/datasource_logset_api/__init__.py +19 -0
- nominal_api/datasource_pagination_api/__init__.py +6 -0
- nominal_api/event/__init__.py +37 -0
- nominal_api/ingest_api/__init__.py +128 -0
- nominal_api/ingest_workflow_api/__init__.py +29 -0
- nominal_api/persistent_compute_api/__init__.py +33 -0
- nominal_api/scout/__init__.py +9 -0
- nominal_api/scout_api/__init__.py +12 -0
- nominal_api/scout_asset_api/__init__.py +42 -0
- nominal_api/scout_assets/__init__.py +4 -0
- nominal_api/scout_catalog/__init__.py +57 -0
- nominal_api/scout_channelvariables_api/__init__.py +13 -0
- nominal_api/scout_chart_api/__init__.py +5 -0
- nominal_api/scout_chartdefinition_api/__init__.py +143 -0
- nominal_api/scout_checklistexecution_api/__init__.py +44 -0
- nominal_api/scout_checks_api/__init__.py +79 -0
- nominal_api/scout_comparisonnotebook_api/__init__.py +53 -0
- nominal_api/scout_comparisonrun_api/__init__.py +10 -0
- nominal_api/scout_compute_api/__init__.py +314 -0
- nominal_api/scout_compute_api_deprecated/__init__.py +51 -0
- nominal_api/scout_compute_resolved_api/__init__.py +143 -0
- nominal_api/scout_dataexport_api/__init__.py +24 -0
- nominal_api/scout_datareview_api/__init__.py +107 -0
- nominal_api/scout_datasource/__init__.py +4 -0
- nominal_api/scout_datasource_connection/__init__.py +5 -0
- nominal_api/scout_datasource_connection_api/__init__.py +61 -0
- nominal_api/scout_datasource_connection_api_influx/__init__.py +4 -0
- nominal_api/scout_favorites/__init__.py +4 -0
- nominal_api/scout_favorites_api/__init__.py +8 -0
- nominal_api/scout_integrations_api/__init__.py +23 -0
- nominal_api/scout_internal_search_api/__init__.py +12 -0
- nominal_api/scout_jobs_api/__init__.py +5 -0
- nominal_api/scout_layout_api/__init__.py +28 -0
- nominal_api/scout_metadata/__init__.py +7 -0
- nominal_api/scout_notebook_api/__init__.py +22 -0
- nominal_api/scout_plotting/__init__.py +4 -0
- nominal_api/scout_rids_api/__init__.py +26 -0
- nominal_api/scout_run_api/__init__.py +49 -0
- nominal_api/scout_template_api/__init__.py +19 -0
- nominal_api/scout_units_api/__init__.py +10 -0
- nominal_api/scout_versioning_api/__init__.py +24 -0
- nominal_api/scout_video/__init__.py +6 -0
- nominal_api/scout_video_api/__init__.py +62 -0
- nominal_api/scout_workbookcommon_api/__init__.py +8 -0
- nominal_api/secrets_api/__init__.py +16 -0
- nominal_api/security_api_workspace/__init__.py +13 -0
- nominal_api/storage_datasource_api/__init__.py +8 -0
- nominal_api/storage_deletion_api/__init__.py +6 -0
- nominal_api/storage_series_api/__init__.py +4 -0
- nominal_api/storage_writer_api/__init__.py +33 -0
- nominal_api/themes_api/__init__.py +19 -0
- nominal_api/timeseries_archetype/__init__.py +4 -0
- nominal_api/timeseries_archetype_api/__init__.py +19 -0
- nominal_api/timeseries_channelmetadata/__init__.py +4 -0
- nominal_api/timeseries_channelmetadata_api/__init__.py +11 -0
- nominal_api/timeseries_logicalseries/__init__.py +4 -0
- nominal_api/timeseries_logicalseries_api/__init__.py +50 -0
- nominal_api/timeseries_seriescache/__init__.py +4 -0
- nominal_api/timeseries_seriescache_api/__init__.py +20 -0
- nominal_api/upload_api/__init__.py +4 -0
- {nominal_api-0.706.0.dist-info → nominal_api-0.707.0.dist-info}/METADATA +2 -2
- nominal_api-0.707.0.dist-info/RECORD +78 -0
- nominal_api-0.706.0.dist-info/RECORD +0 -78
- {nominal_api-0.706.0.dist-info → nominal_api-0.707.0.dist-info}/WHEEL +0 -0
- {nominal_api-0.706.0.dist-info → nominal_api-0.707.0.dist-info}/top_level.txt +0 -0
nominal_api/api/__init__.py
CHANGED
|
@@ -36,3 +36,40 @@ from .._impl import (
|
|
|
36
36
|
api_Unit as Unit,
|
|
37
37
|
)
|
|
38
38
|
|
|
39
|
+
__all__ = [
|
|
40
|
+
'ArchivedStatus',
|
|
41
|
+
'Channel',
|
|
42
|
+
'ColumnName',
|
|
43
|
+
'Empty',
|
|
44
|
+
'ErrorResult',
|
|
45
|
+
'ErrorType',
|
|
46
|
+
'Granularity',
|
|
47
|
+
'Handle',
|
|
48
|
+
'HandleVisitor',
|
|
49
|
+
'InProgressResult',
|
|
50
|
+
'IngestStatus',
|
|
51
|
+
'IngestStatusV2',
|
|
52
|
+
'IngestStatusV2Visitor',
|
|
53
|
+
'Label',
|
|
54
|
+
'LogicalSeriesRid',
|
|
55
|
+
'McapChannelId',
|
|
56
|
+
'McapChannelLocator',
|
|
57
|
+
'McapChannelLocatorVisitor',
|
|
58
|
+
'McapChannelTopic',
|
|
59
|
+
'Property',
|
|
60
|
+
'PropertyName',
|
|
61
|
+
'PropertyValue',
|
|
62
|
+
'Range',
|
|
63
|
+
'S3Path',
|
|
64
|
+
'SerializableError',
|
|
65
|
+
'SeriesArchetypeRid',
|
|
66
|
+
'SeriesDataType',
|
|
67
|
+
'SuccessResult',
|
|
68
|
+
'TagName',
|
|
69
|
+
'TagValue',
|
|
70
|
+
'TimeUnit',
|
|
71
|
+
'Timestamp',
|
|
72
|
+
'Token',
|
|
73
|
+
'Unit',
|
|
74
|
+
]
|
|
75
|
+
|
nominal_api/api_ids/__init__.py
CHANGED
nominal_api/api_rids/__init__.py
CHANGED
|
@@ -14,3 +14,18 @@ from .._impl import (
|
|
|
14
14
|
api_rids_WorkspaceRid as WorkspaceRid,
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
+
__all__ = [
|
|
18
|
+
'AttachmentRid',
|
|
19
|
+
'AutomaticCheckEvaluationRid',
|
|
20
|
+
'ChunkRid',
|
|
21
|
+
'DataSourceRid',
|
|
22
|
+
'DatasetRid',
|
|
23
|
+
'EventRid',
|
|
24
|
+
'NominalDataSourceOrDatasetRid',
|
|
25
|
+
'NominalDataSourceRid',
|
|
26
|
+
'SegmentRid',
|
|
27
|
+
'VideoFileRid',
|
|
28
|
+
'VideoRid',
|
|
29
|
+
'WorkspaceRid',
|
|
30
|
+
]
|
|
31
|
+
|
|
@@ -11,3 +11,15 @@ from .._impl import (
|
|
|
11
11
|
attachments_api_UpdateAttachmentRequest as UpdateAttachmentRequest,
|
|
12
12
|
)
|
|
13
13
|
|
|
14
|
+
__all__ = [
|
|
15
|
+
'Attachment',
|
|
16
|
+
'AttachmentUri',
|
|
17
|
+
'CreateAttachmentRequest',
|
|
18
|
+
'GetAttachmentsRequest',
|
|
19
|
+
'GetAttachmentsResponse',
|
|
20
|
+
'SearchAttachmentsQuery',
|
|
21
|
+
'SearchAttachmentsQueryVisitor',
|
|
22
|
+
'UpdateAttachmentRequest',
|
|
23
|
+
'AttachmentService',
|
|
24
|
+
]
|
|
25
|
+
|
|
@@ -18,3 +18,22 @@ from .._impl import (
|
|
|
18
18
|
authentication_api_UserV2 as UserV2,
|
|
19
19
|
)
|
|
20
20
|
|
|
21
|
+
__all__ = [
|
|
22
|
+
'AppearanceSetting',
|
|
23
|
+
'DefaultTimeRangeTypeSetting',
|
|
24
|
+
'OrgRid',
|
|
25
|
+
'OrgSettings',
|
|
26
|
+
'SearchUsersQuery',
|
|
27
|
+
'SearchUsersQueryVisitor',
|
|
28
|
+
'SearchUsersRequest',
|
|
29
|
+
'SearchUsersResponseV2',
|
|
30
|
+
'SortBy',
|
|
31
|
+
'SortByField',
|
|
32
|
+
'TimezoneSetting',
|
|
33
|
+
'UpdateMyProfileRequest',
|
|
34
|
+
'UserRid',
|
|
35
|
+
'UserSettings',
|
|
36
|
+
'UserV2',
|
|
37
|
+
'AuthenticationServiceV2',
|
|
38
|
+
]
|
|
39
|
+
|
|
@@ -19,3 +19,23 @@ from .._impl import (
|
|
|
19
19
|
authorization_RegisterInWorkspaceRequest as RegisterInWorkspaceRequest,
|
|
20
20
|
)
|
|
21
21
|
|
|
22
|
+
__all__ = [
|
|
23
|
+
'ApiKey',
|
|
24
|
+
'ApiKeyRid',
|
|
25
|
+
'AuthorizationRequest',
|
|
26
|
+
'Claim',
|
|
27
|
+
'ClaimVisitor',
|
|
28
|
+
'CreateApiKeyRequest',
|
|
29
|
+
'CreateApiKeyResponse',
|
|
30
|
+
'GetAccessTokenFromApiKeyRequest',
|
|
31
|
+
'GetAccessTokenRequest',
|
|
32
|
+
'GetAccessTokenResponse',
|
|
33
|
+
'IsEmailAllowedRequest',
|
|
34
|
+
'IsEmailAllowedResponse',
|
|
35
|
+
'ListApiKeyRequest',
|
|
36
|
+
'ListApiKeyResponse',
|
|
37
|
+
'RegisterInWorkspaceRequest',
|
|
38
|
+
'AuthorizationService',
|
|
39
|
+
'InternalApiKeyService',
|
|
40
|
+
]
|
|
41
|
+
|
|
@@ -17,3 +17,21 @@ from .._impl import (
|
|
|
17
17
|
comments_api_ResourceType as ResourceType,
|
|
18
18
|
)
|
|
19
19
|
|
|
20
|
+
__all__ = [
|
|
21
|
+
'Comment',
|
|
22
|
+
'CommentParent',
|
|
23
|
+
'CommentParentVisitor',
|
|
24
|
+
'CommentParentComment',
|
|
25
|
+
'CommentParentResource',
|
|
26
|
+
'CommentRid',
|
|
27
|
+
'Conversation',
|
|
28
|
+
'ConversationNode',
|
|
29
|
+
'CreateCommentRequest',
|
|
30
|
+
'EditCommentRequest',
|
|
31
|
+
'Reaction',
|
|
32
|
+
'ReactionRid',
|
|
33
|
+
'ReactionType',
|
|
34
|
+
'ResourceType',
|
|
35
|
+
'CommentsService',
|
|
36
|
+
]
|
|
37
|
+
|
|
@@ -29,3 +29,33 @@ from .._impl import (
|
|
|
29
29
|
datasource_api_SeriesArchetypeRidOrLogicalSeriesRidVisitor as SeriesArchetypeRidOrLogicalSeriesRidVisitor,
|
|
30
30
|
)
|
|
31
31
|
|
|
32
|
+
__all__ = [
|
|
33
|
+
'BatchGetChannelPrefixTreeRequest',
|
|
34
|
+
'BatchGetChannelPrefixTreeResponse',
|
|
35
|
+
'BatchGetDataScopeBoundsRequest',
|
|
36
|
+
'BatchGetDataScopeBoundsResponse',
|
|
37
|
+
'ChannelMetadata',
|
|
38
|
+
'ChannelOrPrefix',
|
|
39
|
+
'ChannelOrPrefixVisitor',
|
|
40
|
+
'ChannelPrefixTree',
|
|
41
|
+
'ChannelPrefixTreeNode',
|
|
42
|
+
'ChannelWithAvailableTags',
|
|
43
|
+
'ChannelWithTagFilters',
|
|
44
|
+
'DataScopeFilters',
|
|
45
|
+
'DataSourcePrefixNode',
|
|
46
|
+
'GetAvailableTagsForChannelRequest',
|
|
47
|
+
'GetAvailableTagsForChannelResponse',
|
|
48
|
+
'GetDataScopeBoundsRequest',
|
|
49
|
+
'GetDataScopeBoundsResponse',
|
|
50
|
+
'GetTagValuesForDataSourceRequest',
|
|
51
|
+
'IndexChannelPrefixTreeRequest',
|
|
52
|
+
'SearchChannelsRequest',
|
|
53
|
+
'SearchChannelsResponse',
|
|
54
|
+
'SearchFilteredChannelsRequest',
|
|
55
|
+
'SearchFilteredChannelsResponse',
|
|
56
|
+
'SearchHierarchicalChannelsRequest',
|
|
57
|
+
'SearchHierarchicalChannelsResponse',
|
|
58
|
+
'SeriesArchetypeRidOrLogicalSeriesRid',
|
|
59
|
+
'SeriesArchetypeRidOrLogicalSeriesRidVisitor',
|
|
60
|
+
]
|
|
61
|
+
|
|
@@ -18,3 +18,22 @@ from .._impl import (
|
|
|
18
18
|
datasource_logset_api_SearchLogsResponse as SearchLogsResponse,
|
|
19
19
|
)
|
|
20
20
|
|
|
21
|
+
__all__ = [
|
|
22
|
+
'AttachLogsAndFinalizeRequest',
|
|
23
|
+
'BasicLogBody',
|
|
24
|
+
'CreateLogSetRequest',
|
|
25
|
+
'Log',
|
|
26
|
+
'LogBody',
|
|
27
|
+
'LogBodyVisitor',
|
|
28
|
+
'LogFormat',
|
|
29
|
+
'LogHandle',
|
|
30
|
+
'LogHandleVisitor',
|
|
31
|
+
'LogSetMetadata',
|
|
32
|
+
'LogSetRid',
|
|
33
|
+
'S3LogHandle',
|
|
34
|
+
'SearchLogSetsRequest',
|
|
35
|
+
'SearchLogSetsResponse',
|
|
36
|
+
'SearchLogsRequest',
|
|
37
|
+
'SearchLogsResponse',
|
|
38
|
+
]
|
|
39
|
+
|
nominal_api/event/__init__.py
CHANGED
|
@@ -36,3 +36,40 @@ from .._impl import (
|
|
|
36
36
|
event_WorkbookEventOrigin as WorkbookEventOrigin,
|
|
37
37
|
)
|
|
38
38
|
|
|
39
|
+
__all__ = [
|
|
40
|
+
'ApiEventOrigin',
|
|
41
|
+
'ArchiveEvent',
|
|
42
|
+
'BatchUpdateDispositionRequest',
|
|
43
|
+
'BatchUpdateDispositionResponse',
|
|
44
|
+
'BatchUpdateEventRequest',
|
|
45
|
+
'BatchUpdateEventResponse',
|
|
46
|
+
'CheckOriginMetadata',
|
|
47
|
+
'CreateEvent',
|
|
48
|
+
'DataReviewEventOrigin',
|
|
49
|
+
'Event',
|
|
50
|
+
'EventDisposition',
|
|
51
|
+
'EventDispositionStatus',
|
|
52
|
+
'EventOrigin',
|
|
53
|
+
'EventOriginVisitor',
|
|
54
|
+
'EventType',
|
|
55
|
+
'EventsHistogramBucket',
|
|
56
|
+
'EventsHistogramRequest',
|
|
57
|
+
'EventsHistogramResponse',
|
|
58
|
+
'GetEvents',
|
|
59
|
+
'HistogramFilterQuery',
|
|
60
|
+
'HistogramFilterQueryVisitor',
|
|
61
|
+
'SearchEventOriginType',
|
|
62
|
+
'SearchEventsRequest',
|
|
63
|
+
'SearchEventsResponse',
|
|
64
|
+
'SearchQuery',
|
|
65
|
+
'SearchQueryVisitor',
|
|
66
|
+
'SortField',
|
|
67
|
+
'SortOptions',
|
|
68
|
+
'TemplateEventOrigin',
|
|
69
|
+
'UpdateDispositionRequest',
|
|
70
|
+
'UpdateEvent',
|
|
71
|
+
'UpdateEventRequest',
|
|
72
|
+
'WorkbookEventOrigin',
|
|
73
|
+
'EventService',
|
|
74
|
+
]
|
|
75
|
+
|
|
@@ -127,3 +127,131 @@ from .._impl import (
|
|
|
127
127
|
ingest_api_VideoTimestampManifestVisitor as VideoTimestampManifestVisitor,
|
|
128
128
|
)
|
|
129
129
|
|
|
130
|
+
__all__ = [
|
|
131
|
+
'AbsoluteTimestamp',
|
|
132
|
+
'AbsoluteTimestampVisitor',
|
|
133
|
+
'AsyncHandle',
|
|
134
|
+
'Authentication',
|
|
135
|
+
'AuthenticationVisitor',
|
|
136
|
+
'ChannelConfig',
|
|
137
|
+
'ChannelPrefix',
|
|
138
|
+
'CompleteMultipartUploadResponse',
|
|
139
|
+
'ContainerizedExtractor',
|
|
140
|
+
'ContainerizedExtractorRid',
|
|
141
|
+
'ContainerizedOpts',
|
|
142
|
+
'CsvOpts',
|
|
143
|
+
'CustomTimestamp',
|
|
144
|
+
'DataSourceRefName',
|
|
145
|
+
'DataflashOpts',
|
|
146
|
+
'DatasetIngestTarget',
|
|
147
|
+
'DatasetIngestTargetVisitor',
|
|
148
|
+
'DatasetSpec',
|
|
149
|
+
'DeprecatedNewCsv',
|
|
150
|
+
'DeprecatedNewDataSource',
|
|
151
|
+
'DeprecatedNewDataSourceVisitor',
|
|
152
|
+
'DeprecatedTimestampMetadata',
|
|
153
|
+
'DeprecatedTriggerIngest',
|
|
154
|
+
'DockerImageSource',
|
|
155
|
+
'EnvironmentVariable',
|
|
156
|
+
'EpochTimestamp',
|
|
157
|
+
'ExistingDatasetIngestDestination',
|
|
158
|
+
'ExistingVideoIngestDestination',
|
|
159
|
+
'FileExtractionInput',
|
|
160
|
+
'FileFilter',
|
|
161
|
+
'FileFilterVisitor',
|
|
162
|
+
'FileOutputFormat',
|
|
163
|
+
'FileSuffix',
|
|
164
|
+
'GcsIngestSource',
|
|
165
|
+
'GetContainerizedExtractorsRequest',
|
|
166
|
+
'GetContainerizedExtractorsResponse',
|
|
167
|
+
'IngestDataSource',
|
|
168
|
+
'IngestDataSourceVisitor',
|
|
169
|
+
'IngestDatasetFileDetails',
|
|
170
|
+
'IngestDestination',
|
|
171
|
+
'IngestDestinationVisitor',
|
|
172
|
+
'IngestDetails',
|
|
173
|
+
'IngestDetailsVisitor',
|
|
174
|
+
'IngestMcapRequest',
|
|
175
|
+
'IngestMcapResponse',
|
|
176
|
+
'IngestMetadata',
|
|
177
|
+
'IngestOptions',
|
|
178
|
+
'IngestOptionsVisitor',
|
|
179
|
+
'IngestProgressV2',
|
|
180
|
+
'IngestRequest',
|
|
181
|
+
'IngestResponse',
|
|
182
|
+
'IngestRunDataSource',
|
|
183
|
+
'IngestRunRequest',
|
|
184
|
+
'IngestRunResponse',
|
|
185
|
+
'IngestSource',
|
|
186
|
+
'IngestSourceVisitor',
|
|
187
|
+
'IngestSourceMetadata',
|
|
188
|
+
'IngestStatus',
|
|
189
|
+
'IngestVideoFileDetails',
|
|
190
|
+
'IngestVideoRequest',
|
|
191
|
+
'IngestVideoResponse',
|
|
192
|
+
'InitiateMultipartUploadRequest',
|
|
193
|
+
'InitiateMultipartUploadResponse',
|
|
194
|
+
'Iso8601Timestamp',
|
|
195
|
+
'JournalJsonOpts',
|
|
196
|
+
'JournalTimestampMetadata',
|
|
197
|
+
'LogTime',
|
|
198
|
+
'McapChannelConfig',
|
|
199
|
+
'McapChannelConfigType',
|
|
200
|
+
'McapChannelConfigTypeVisitor',
|
|
201
|
+
'McapChannels',
|
|
202
|
+
'McapChannelsVisitor',
|
|
203
|
+
'McapDestination',
|
|
204
|
+
'McapDestinationVisitor',
|
|
205
|
+
'McapIngestionOutput',
|
|
206
|
+
'McapProtobufTimeseriesOpts',
|
|
207
|
+
'McapSource',
|
|
208
|
+
'McapSourceVisitor',
|
|
209
|
+
'McapTimestampType',
|
|
210
|
+
'McapTimestampTypeVisitor',
|
|
211
|
+
'McapVideoChannelConfig',
|
|
212
|
+
'NewDataSource',
|
|
213
|
+
'NewDatasetIngestDestination',
|
|
214
|
+
'NewVideoIngestDestination',
|
|
215
|
+
'NoTimestampManifest',
|
|
216
|
+
'ParquetOpts',
|
|
217
|
+
'Part',
|
|
218
|
+
'PartWithSize',
|
|
219
|
+
'PublicAuthentication',
|
|
220
|
+
'RegisterContainerizedExtractorRequest',
|
|
221
|
+
'RegisterContainerizedExtractorResponse',
|
|
222
|
+
'ReingestDatasetsRequest',
|
|
223
|
+
'ReingestDatasetsResponse',
|
|
224
|
+
'ReingestFilesMapping',
|
|
225
|
+
'RelativeTimestamp',
|
|
226
|
+
'RunRid',
|
|
227
|
+
'S3IngestSource',
|
|
228
|
+
'ScaleParameter',
|
|
229
|
+
'ScaleParameterVisitor',
|
|
230
|
+
'SearchContainerizedExtractorsQuery',
|
|
231
|
+
'SearchContainerizedExtractorsQueryVisitor',
|
|
232
|
+
'SearchContainerizedExtractorsRequest',
|
|
233
|
+
'SignPartResponse',
|
|
234
|
+
'SkipRowsConfig',
|
|
235
|
+
'TagDetails',
|
|
236
|
+
'TimeOffsetSpec',
|
|
237
|
+
'TimeOffsetSpecVisitor',
|
|
238
|
+
'TimestampManifest',
|
|
239
|
+
'TimestampMetadata',
|
|
240
|
+
'TimestampType',
|
|
241
|
+
'TimestampTypeVisitor',
|
|
242
|
+
'TriggerFileIngest',
|
|
243
|
+
'TriggerIngest',
|
|
244
|
+
'TriggeredIngest',
|
|
245
|
+
'UpdateContainerizedExtractorRequest',
|
|
246
|
+
'UserAndPasswordAuthentication',
|
|
247
|
+
'UtcTimestamp',
|
|
248
|
+
'VideoFileIngestDetails',
|
|
249
|
+
'VideoIngestTarget',
|
|
250
|
+
'VideoIngestTargetVisitor',
|
|
251
|
+
'VideoOpts',
|
|
252
|
+
'VideoTimestampManifest',
|
|
253
|
+
'VideoTimestampManifestVisitor',
|
|
254
|
+
'ContainerizedExtractorService',
|
|
255
|
+
'IngestService',
|
|
256
|
+
]
|
|
257
|
+
|
|
@@ -28,3 +28,32 @@ from .._impl import (
|
|
|
28
28
|
ingest_workflow_api_ValidatedFileInput as ValidatedFileInput,
|
|
29
29
|
)
|
|
30
30
|
|
|
31
|
+
__all__ = [
|
|
32
|
+
'Empty',
|
|
33
|
+
'EnsureExtractorJobCreatedRequest',
|
|
34
|
+
'EnsureExtractorJobCreatedResponse',
|
|
35
|
+
'EnsureImagePullSecretCreatedRequest',
|
|
36
|
+
'EnsureImagePullSecretCreatedResponse',
|
|
37
|
+
'EnsureWorkspaceConfigMapCreatedRequest',
|
|
38
|
+
'EnsureWorkspaceNamespaceCreatedRequest',
|
|
39
|
+
'EnsureWorkspaceServiceAccountCreatedRequest',
|
|
40
|
+
'ExtractorJobState',
|
|
41
|
+
'FetchExtractorJobLogsRequest',
|
|
42
|
+
'FetchExtractorJobLogsResponse',
|
|
43
|
+
'GetExtractorJobStateRequest',
|
|
44
|
+
'GetExtractorJobStateResponse',
|
|
45
|
+
'IngestDataflashRequest',
|
|
46
|
+
'IngestDataflashResponse',
|
|
47
|
+
'IngestMcapProtobufRequest',
|
|
48
|
+
'IngestMcapProtobufResponse',
|
|
49
|
+
'McapProtoChannels',
|
|
50
|
+
'McapProtoChannelsVisitor',
|
|
51
|
+
'McapTopicName',
|
|
52
|
+
'MultipartUploadDetails',
|
|
53
|
+
'ObjectLocator',
|
|
54
|
+
'PresignedFileInput',
|
|
55
|
+
'PresignedUrl',
|
|
56
|
+
'TimeUnitSeconds',
|
|
57
|
+
'ValidatedFileInput',
|
|
58
|
+
]
|
|
59
|
+
|
|
@@ -32,3 +32,36 @@ from .._impl import (
|
|
|
32
32
|
persistent_compute_api_SubscriptionUpdateVisitor as SubscriptionUpdateVisitor,
|
|
33
33
|
)
|
|
34
34
|
|
|
35
|
+
__all__ = [
|
|
36
|
+
'AppendResult',
|
|
37
|
+
'ClientMessage',
|
|
38
|
+
'ClientMessageVisitor',
|
|
39
|
+
'ComputeNodeAppendResponse',
|
|
40
|
+
'ComputeNodeAppendResponseVisitor',
|
|
41
|
+
'FullResult',
|
|
42
|
+
'GroupedComputeNodeAppendResponse',
|
|
43
|
+
'GroupedComputeNodeAppendResponses',
|
|
44
|
+
'HealthMessage',
|
|
45
|
+
'HealthMessageVisitor',
|
|
46
|
+
'InvalidComputationType',
|
|
47
|
+
'Milliseconds',
|
|
48
|
+
'Ping',
|
|
49
|
+
'Pong',
|
|
50
|
+
'ServerMessage',
|
|
51
|
+
'ServerMessageVisitor',
|
|
52
|
+
'ShutdownNotice',
|
|
53
|
+
'StreamingComputeNodeRequest',
|
|
54
|
+
'StreamingComputeNodeSubscription',
|
|
55
|
+
'SubscriptionCreation',
|
|
56
|
+
'SubscriptionCreationVisitor',
|
|
57
|
+
'SubscriptionCreationError',
|
|
58
|
+
'SubscriptionCreationMessage',
|
|
59
|
+
'SubscriptionCreationSuccess',
|
|
60
|
+
'SubscriptionId',
|
|
61
|
+
'SubscriptionOptions',
|
|
62
|
+
'SubscriptionUpdate',
|
|
63
|
+
'SubscriptionUpdateVisitor',
|
|
64
|
+
'SubscriptionUpdateError',
|
|
65
|
+
'SubscriptionUpdateMessage',
|
|
66
|
+
]
|
|
67
|
+
|
nominal_api/scout/__init__.py
CHANGED
|
@@ -11,3 +11,15 @@ from .._impl import (
|
|
|
11
11
|
scout_api_Priority as Priority,
|
|
12
12
|
)
|
|
13
13
|
|
|
14
|
+
__all__ = [
|
|
15
|
+
'ChannelLocator',
|
|
16
|
+
'ClosedWithFurtherActionDispositionState',
|
|
17
|
+
'ClosedWithIgnoreDispositionState',
|
|
18
|
+
'DataSourceRefName',
|
|
19
|
+
'DispositionState',
|
|
20
|
+
'DispositionStateVisitor',
|
|
21
|
+
'HexColor',
|
|
22
|
+
'PendingReviewDispositionState',
|
|
23
|
+
'Priority',
|
|
24
|
+
]
|
|
25
|
+
|
|
@@ -41,3 +41,45 @@ from .._impl import (
|
|
|
41
41
|
scout_asset_api_UpdateTypeRequest as UpdateTypeRequest,
|
|
42
42
|
)
|
|
43
43
|
|
|
44
|
+
__all__ = [
|
|
45
|
+
'AddDataScopesToAssetRequest',
|
|
46
|
+
'Asset',
|
|
47
|
+
'AssetDataScope',
|
|
48
|
+
'AssetSortOptions',
|
|
49
|
+
'AssetTypeDataScopeConfig',
|
|
50
|
+
'Channel',
|
|
51
|
+
'ChannelMetadata',
|
|
52
|
+
'CreateAssetDataScope',
|
|
53
|
+
'CreateAssetRequest',
|
|
54
|
+
'CreateTypeRequest',
|
|
55
|
+
'DataScopeName',
|
|
56
|
+
'PropertyConfig',
|
|
57
|
+
'RemoveType',
|
|
58
|
+
'SearchAssetChannelsRequest',
|
|
59
|
+
'SearchAssetChannelsResponse',
|
|
60
|
+
'SearchAssetsQuery',
|
|
61
|
+
'SearchAssetsQueryVisitor',
|
|
62
|
+
'SearchAssetsRequest',
|
|
63
|
+
'SearchAssetsResponse',
|
|
64
|
+
'SearchTypesQuery',
|
|
65
|
+
'SearchTypesQueryVisitor',
|
|
66
|
+
'SearchTypesRequest',
|
|
67
|
+
'SearchTypesResponse',
|
|
68
|
+
'SeriesTagName',
|
|
69
|
+
'SeriesTagValue',
|
|
70
|
+
'SortField',
|
|
71
|
+
'SortKey',
|
|
72
|
+
'SortKeyVisitor',
|
|
73
|
+
'SortProperty',
|
|
74
|
+
'TagConfig',
|
|
75
|
+
'TagConfigVisitor',
|
|
76
|
+
'Type',
|
|
77
|
+
'TypeSortOptions',
|
|
78
|
+
'UpdateAssetRefNamesRequest',
|
|
79
|
+
'UpdateAssetRequest',
|
|
80
|
+
'UpdateAttachmentsRequest',
|
|
81
|
+
'UpdateOrRemoveAssetType',
|
|
82
|
+
'UpdateOrRemoveAssetTypeVisitor',
|
|
83
|
+
'UpdateTypeRequest',
|
|
84
|
+
]
|
|
85
|
+
|
|
@@ -56,3 +56,60 @@ from .._impl import (
|
|
|
56
56
|
scout_catalog_WeakTimestampType as WeakTimestampType,
|
|
57
57
|
)
|
|
58
58
|
|
|
59
|
+
__all__ = [
|
|
60
|
+
'AbsoluteTimestamp',
|
|
61
|
+
'AbsoluteTimestampVisitor',
|
|
62
|
+
'AddFileToDataset',
|
|
63
|
+
'AllPropertiesAndLabelsResponse',
|
|
64
|
+
'Bounds',
|
|
65
|
+
'Channel',
|
|
66
|
+
'ChannelConfig',
|
|
67
|
+
'ChannelDetails',
|
|
68
|
+
'CreateDataset',
|
|
69
|
+
'CustomTimestamp',
|
|
70
|
+
'Dataset',
|
|
71
|
+
'DatasetFile',
|
|
72
|
+
'DatasetFileUri',
|
|
73
|
+
'DatasetFilesPage',
|
|
74
|
+
'DatasetFilter',
|
|
75
|
+
'DatasetOriginMetadata',
|
|
76
|
+
'EnrichedDataset',
|
|
77
|
+
'EpochTimestamp',
|
|
78
|
+
'GetChannelsForDatasetsRequest',
|
|
79
|
+
'GetDatasetsRequest',
|
|
80
|
+
'GetDetailsForChannelsRequest',
|
|
81
|
+
'GetHandlesForDatasetsRequest',
|
|
82
|
+
'Handle',
|
|
83
|
+
'HandleVisitor',
|
|
84
|
+
'IngestProgressV2',
|
|
85
|
+
'IngestStatus',
|
|
86
|
+
'Iso8601Timestamp',
|
|
87
|
+
'ListDatasetsRequest',
|
|
88
|
+
'MarkFileIngestError',
|
|
89
|
+
'MarkFileIngestSuccessful',
|
|
90
|
+
'OriginFileUri',
|
|
91
|
+
'RelativeTimestamp',
|
|
92
|
+
'RetentionPolicy',
|
|
93
|
+
'RetentionPolicyType',
|
|
94
|
+
'S3Handle',
|
|
95
|
+
'SearchDatasetsByTextRequest',
|
|
96
|
+
'SearchDatasetsByTextResponse',
|
|
97
|
+
'SearchDatasetsQuery',
|
|
98
|
+
'SearchDatasetsQueryVisitor',
|
|
99
|
+
'SearchDatasetsRequest',
|
|
100
|
+
'SearchDatasetsResponse',
|
|
101
|
+
'SkipRowsConfig',
|
|
102
|
+
'SortField',
|
|
103
|
+
'SortOptions',
|
|
104
|
+
'TimestampMetadata',
|
|
105
|
+
'TimestampType',
|
|
106
|
+
'TimestampTypeVisitor',
|
|
107
|
+
'UnitConfig',
|
|
108
|
+
'UpdateBoundsRequest',
|
|
109
|
+
'UpdateDatasetMetadata',
|
|
110
|
+
'UpdateIngestStatus',
|
|
111
|
+
'UpdateIngestStatusV2',
|
|
112
|
+
'WeakTimestampType',
|
|
113
|
+
'CatalogService',
|
|
114
|
+
]
|
|
115
|
+
|
|
@@ -12,3 +12,16 @@ from .._impl import (
|
|
|
12
12
|
scout_channelvariables_api_WorkbookContext as WorkbookContext,
|
|
13
13
|
)
|
|
14
14
|
|
|
15
|
+
__all__ = [
|
|
16
|
+
'ChannelVariable',
|
|
17
|
+
'ChannelVariableName',
|
|
18
|
+
'ComputeNodeWithContext',
|
|
19
|
+
'ComputeSpec',
|
|
20
|
+
'ComputeSpecVisitor',
|
|
21
|
+
'ComputeSpecV1',
|
|
22
|
+
'VariableLocator',
|
|
23
|
+
'VariableLocatorVisitor',
|
|
24
|
+
'WorkbookChannelVariableMap',
|
|
25
|
+
'WorkbookContext',
|
|
26
|
+
]
|
|
27
|
+
|