cosmotech-api 3.3.4__py3-none-any.whl → 4.0.0.dev8__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 cosmotech-api might be problematic. Click here for more details.
- cosmotech_api/__init__.py +3 -49
- cosmotech_api/api/__init__.py +0 -3
- cosmotech_api/api/connector_api.py +7 -263
- cosmotech_api/api/dataset_api.py +65 -69
- cosmotech_api/api/organization_api.py +15 -882
- cosmotech_api/api/run_api.py +9 -11
- cosmotech_api/api/runner_api.py +20 -21
- cosmotech_api/api/scenario_api.py +121 -141
- cosmotech_api/api/scenariorun_api.py +66 -76
- cosmotech_api/api/scenariorunresult_api.py +1 -1
- cosmotech_api/api/solution_api.py +397 -1053
- cosmotech_api/api/twingraph_api.py +72 -83
- cosmotech_api/api/validator_api.py +1 -1
- cosmotech_api/api/workspace_api.py +14 -312
- cosmotech_api/api_client.py +1 -1
- cosmotech_api/configuration.py +5 -13
- cosmotech_api/exceptions.py +1 -1
- cosmotech_api/model/component_role_permissions.py +1 -1
- cosmotech_api/model/connector.py +1 -1
- cosmotech_api/model/connector_parameter.py +1 -1
- cosmotech_api/model/connector_parameter_group.py +1 -1
- cosmotech_api/model/container_resource_size_info.py +1 -1
- cosmotech_api/model/container_resource_sizing.py +1 -1
- cosmotech_api/model/dataset.py +1 -1
- cosmotech_api/model/dataset_access_control.py +1 -1
- cosmotech_api/model/dataset_compatibility.py +1 -1
- cosmotech_api/model/dataset_connector.py +1 -1
- cosmotech_api/model/dataset_copy_parameters.py +1 -1
- cosmotech_api/model/dataset_role.py +1 -1
- cosmotech_api/model/dataset_search.py +1 -1
- cosmotech_api/model/dataset_security.py +1 -1
- cosmotech_api/model/dataset_source_type.py +1 -1
- cosmotech_api/model/dataset_twin_graph_hash.py +1 -1
- cosmotech_api/model/dataset_twin_graph_info.py +1 -1
- cosmotech_api/model/dataset_twin_graph_query.py +1 -1
- cosmotech_api/model/delete_historical_data.py +1 -1
- cosmotech_api/model/file_upload_metadata.py +1 -1
- cosmotech_api/model/file_upload_validation.py +1 -1
- cosmotech_api/model/graph_properties.py +1 -1
- cosmotech_api/model/organization.py +1 -1
- cosmotech_api/model/organization_access_control.py +1 -1
- cosmotech_api/model/organization_role.py +1 -1
- cosmotech_api/model/organization_security.py +1 -1
- cosmotech_api/model/organization_service.py +1 -1
- cosmotech_api/model/organization_services.py +1 -1
- cosmotech_api/model/resource_size_info.py +1 -1
- cosmotech_api/model/run.py +1 -1
- cosmotech_api/model/run_container.py +1 -1
- cosmotech_api/model/run_container_artifact.py +1 -1
- cosmotech_api/model/run_container_logs.py +1 -1
- cosmotech_api/model/run_logs.py +1 -1
- cosmotech_api/model/run_resource_requested.py +1 -1
- cosmotech_api/model/run_search.py +1 -1
- cosmotech_api/model/run_start_containers.py +1 -1
- cosmotech_api/model/run_state.py +1 -1
- cosmotech_api/model/run_status.py +1 -1
- cosmotech_api/model/run_status_node.py +1 -1
- cosmotech_api/model/run_template.py +1 -1
- cosmotech_api/model/run_template_handler_id.py +1 -1
- cosmotech_api/model/run_template_orchestrator.py +1 -1
- cosmotech_api/model/run_template_parameter.py +1 -1
- cosmotech_api/model/run_template_parameter_group.py +1 -1
- cosmotech_api/model/run_template_parameter_value.py +1 -1
- cosmotech_api/model/run_template_resource_sizing.py +1 -1
- cosmotech_api/model/run_template_step_source.py +1 -1
- cosmotech_api/model/runner.py +1 -1
- cosmotech_api/model/runner_access_control.py +1 -1
- cosmotech_api/model/runner_changed_parameter_value.py +1 -1
- cosmotech_api/model/runner_comparison_result.py +1 -1
- cosmotech_api/model/runner_data_download_info.py +1 -1
- cosmotech_api/model/runner_data_download_job.py +1 -1
- cosmotech_api/model/runner_job_state.py +1 -1
- cosmotech_api/model/runner_last_run.py +1 -1
- cosmotech_api/model/runner_resource_sizing.py +1 -1
- cosmotech_api/model/runner_role.py +1 -1
- cosmotech_api/model/runner_run_template_parameter_value.py +1 -1
- cosmotech_api/model/runner_security.py +1 -1
- cosmotech_api/model/runner_validation_status.py +1 -1
- cosmotech_api/model/scenario.py +1 -1
- cosmotech_api/model/scenario_access_control.py +1 -1
- cosmotech_api/model/scenario_changed_parameter_value.py +1 -1
- cosmotech_api/model/scenario_comparison_result.py +1 -1
- cosmotech_api/model/scenario_data_download_info.py +1 -1
- cosmotech_api/model/scenario_data_download_job.py +1 -1
- cosmotech_api/model/scenario_job_state.py +1 -1
- cosmotech_api/model/scenario_last_run.py +1 -1
- cosmotech_api/model/scenario_resource_sizing.py +1 -1
- cosmotech_api/model/scenario_role.py +1 -1
- cosmotech_api/model/scenario_run.py +1 -1
- cosmotech_api/model/scenario_run_container.py +1 -1
- cosmotech_api/model/scenario_run_container_artifact.py +1 -1
- cosmotech_api/model/scenario_run_container_logs.py +1 -1
- cosmotech_api/model/scenario_run_logs.py +1 -1
- cosmotech_api/model/scenario_run_resource_requested.py +1 -1
- cosmotech_api/model/scenario_run_result.py +1 -1
- cosmotech_api/model/scenario_run_search.py +1 -1
- cosmotech_api/model/scenario_run_start_containers.py +1 -1
- cosmotech_api/model/scenario_run_state.py +1 -1
- cosmotech_api/model/scenario_run_status.py +1 -1
- cosmotech_api/model/scenario_run_status_node.py +1 -1
- cosmotech_api/model/scenario_run_template_parameter_value.py +1 -1
- cosmotech_api/model/scenario_security.py +1 -1
- cosmotech_api/model/scenario_validation_status.py +1 -1
- cosmotech_api/model/solution.py +1 -1
- cosmotech_api/model/solution_access_control.py +1 -1
- cosmotech_api/model/solution_role.py +1 -1
- cosmotech_api/model/solution_security.py +1 -1
- cosmotech_api/model/source_info.py +1 -1
- cosmotech_api/model/sub_dataset_graph_query.py +1 -1
- cosmotech_api/model/translated_labels.py +1 -1
- cosmotech_api/model/twin_graph_batch_result.py +1 -1
- cosmotech_api/model/twin_graph_hash.py +1 -1
- cosmotech_api/model/twin_graph_query.py +1 -1
- cosmotech_api/model/validator.py +1 -1
- cosmotech_api/model/validator_run.py +1 -1
- cosmotech_api/model/workspace.py +1 -1
- cosmotech_api/model/workspace_access_control.py +1 -1
- cosmotech_api/model/workspace_file.py +1 -1
- cosmotech_api/model/workspace_role.py +1 -1
- cosmotech_api/model/workspace_secret.py +1 -1
- cosmotech_api/model/workspace_security.py +1 -1
- cosmotech_api/model/workspace_solution.py +1 -1
- cosmotech_api/model/workspace_web_app.py +1 -1
- cosmotech_api/model_utils.py +1 -1
- cosmotech_api/models/__init__.py +3 -46
- cosmotech_api/models/component_role_permissions.py +1 -1
- cosmotech_api/models/connector.py +3 -7
- cosmotech_api/models/connector_parameter.py +1 -1
- cosmotech_api/models/connector_parameter_group.py +1 -1
- cosmotech_api/models/container_resource_size_info.py +1 -1
- cosmotech_api/models/container_resource_sizing.py +1 -1
- cosmotech_api/models/created_run.py +1 -1
- cosmotech_api/models/dataset.py +1 -1
- cosmotech_api/models/dataset_access_control.py +1 -1
- cosmotech_api/models/dataset_compatibility.py +1 -1
- cosmotech_api/models/dataset_connector.py +1 -1
- cosmotech_api/models/dataset_copy_parameters.py +1 -1
- cosmotech_api/models/dataset_role.py +1 -1
- cosmotech_api/models/dataset_search.py +1 -1
- cosmotech_api/models/dataset_security.py +1 -1
- cosmotech_api/models/dataset_source_type.py +1 -1
- cosmotech_api/models/dataset_twin_graph_hash.py +1 -1
- cosmotech_api/models/dataset_twin_graph_info.py +1 -1
- cosmotech_api/models/dataset_twin_graph_query.py +1 -1
- cosmotech_api/models/delete_historical_data.py +1 -1
- cosmotech_api/models/file_upload_metadata.py +1 -1
- cosmotech_api/models/file_upload_validation.py +1 -1
- cosmotech_api/models/graph_properties.py +1 -1
- cosmotech_api/models/ingestion_status_enum.py +1 -1
- cosmotech_api/models/io_types_enum.py +1 -1
- cosmotech_api/models/organization.py +2 -8
- cosmotech_api/models/organization_access_control.py +1 -1
- cosmotech_api/models/organization_role.py +1 -1
- cosmotech_api/models/organization_security.py +1 -1
- cosmotech_api/models/organization_service.py +7 -7
- cosmotech_api/models/organization_services.py +7 -7
- cosmotech_api/models/query_result.py +1 -1
- cosmotech_api/models/resource_size_info.py +1 -1
- cosmotech_api/models/run.py +1 -1
- cosmotech_api/models/run_container.py +3 -13
- cosmotech_api/models/run_container_artifact.py +7 -7
- cosmotech_api/models/run_container_logs.py +7 -7
- cosmotech_api/models/run_data.py +1 -1
- cosmotech_api/models/run_data_query.py +1 -1
- cosmotech_api/models/run_logs.py +16 -21
- cosmotech_api/models/run_logs_entry.py +1 -1
- cosmotech_api/models/run_resource_requested.py +1 -1
- cosmotech_api/models/run_search.py +7 -7
- cosmotech_api/models/run_search_state.py +1 -1
- cosmotech_api/models/run_start_containers.py +10 -10
- cosmotech_api/models/run_state.py +1 -1
- cosmotech_api/models/run_status.py +1 -1
- cosmotech_api/models/run_status_node.py +1 -1
- cosmotech_api/models/run_template.py +1 -1
- cosmotech_api/models/run_template_handler_id.py +1 -1
- cosmotech_api/models/run_template_orchestrator.py +1 -1
- cosmotech_api/models/run_template_parameter.py +1 -1
- cosmotech_api/models/run_template_parameter_group.py +1 -1
- cosmotech_api/models/run_template_parameter_value.py +1 -1
- cosmotech_api/models/run_template_resource_sizing.py +1 -1
- cosmotech_api/models/run_template_step_source.py +1 -1
- cosmotech_api/models/runner.py +5 -24
- cosmotech_api/models/runner_access_control.py +1 -1
- cosmotech_api/models/runner_changed_parameter_value.py +7 -7
- cosmotech_api/models/runner_comparison_result.py +10 -10
- cosmotech_api/models/runner_data_download_info.py +9 -12
- cosmotech_api/models/runner_data_download_job.py +7 -7
- cosmotech_api/models/runner_job_state.py +1 -1
- cosmotech_api/models/runner_last_run.py +7 -7
- cosmotech_api/models/runner_parent_last_run.py +7 -7
- cosmotech_api/models/runner_resource_sizing.py +1 -1
- cosmotech_api/models/runner_role.py +1 -1
- cosmotech_api/models/runner_root_last_run.py +7 -7
- cosmotech_api/models/runner_run_template_parameter_value.py +1 -1
- cosmotech_api/models/runner_security.py +1 -1
- cosmotech_api/models/runner_validation_status.py +1 -1
- cosmotech_api/models/scenario.py +10 -10
- cosmotech_api/models/scenario_access_control.py +7 -7
- cosmotech_api/models/scenario_changed_parameter_value.py +7 -7
- cosmotech_api/models/scenario_comparison_result.py +10 -10
- cosmotech_api/models/scenario_data_download_info.py +7 -7
- cosmotech_api/models/scenario_data_download_job.py +7 -7
- cosmotech_api/models/scenario_job_state.py +1 -1
- cosmotech_api/models/scenario_last_run.py +7 -7
- cosmotech_api/models/scenario_resource_sizing.py +7 -7
- cosmotech_api/models/scenario_role.py +7 -7
- cosmotech_api/models/scenario_run.py +13 -13
- cosmotech_api/models/scenario_run_container.py +10 -10
- cosmotech_api/models/scenario_run_container_artifact.py +7 -7
- cosmotech_api/models/scenario_run_container_logs.py +7 -7
- cosmotech_api/models/scenario_run_logs.py +10 -10
- cosmotech_api/models/scenario_run_resource_requested.py +7 -7
- cosmotech_api/models/scenario_run_search.py +7 -7
- cosmotech_api/models/scenario_run_search_state.py +1 -1
- cosmotech_api/models/scenario_run_start_containers.py +10 -10
- cosmotech_api/models/scenario_run_state.py +1 -1
- cosmotech_api/models/scenario_run_status.py +10 -10
- cosmotech_api/models/scenario_run_status_node.py +7 -7
- cosmotech_api/models/scenario_run_template_parameter_value.py +7 -7
- cosmotech_api/models/scenario_security.py +10 -10
- cosmotech_api/models/scenario_validation_status.py +1 -1
- cosmotech_api/models/send_run_data_request.py +1 -1
- cosmotech_api/models/solution.py +2 -2
- cosmotech_api/models/solution_access_control.py +1 -1
- cosmotech_api/models/solution_role.py +1 -1
- cosmotech_api/models/solution_security.py +1 -1
- cosmotech_api/models/source_info.py +1 -1
- cosmotech_api/models/sub_dataset_graph_query.py +1 -1
- cosmotech_api/models/twin_graph_batch_result.py +1 -1
- cosmotech_api/models/twin_graph_hash.py +7 -7
- cosmotech_api/models/twin_graph_query.py +7 -7
- cosmotech_api/models/twincache_status_enum.py +1 -1
- cosmotech_api/models/validator.py +7 -7
- cosmotech_api/models/workspace.py +2 -2
- cosmotech_api/models/workspace_access_control.py +1 -1
- cosmotech_api/models/workspace_file.py +1 -1
- cosmotech_api/models/workspace_role.py +1 -1
- cosmotech_api/models/workspace_secret.py +7 -7
- cosmotech_api/models/workspace_security.py +1 -1
- cosmotech_api/models/workspace_solution.py +1 -1
- cosmotech_api/models/workspace_web_app.py +1 -1
- cosmotech_api/rest.py +1 -1
- {cosmotech_api-3.3.4.dist-info → cosmotech_api-4.0.0.dev8.dist-info}/METADATA +5 -13
- cosmotech_api-4.0.0.dev8.dist-info/RECORD +262 -0
- {cosmotech_api-3.3.4.dist-info → cosmotech_api-4.0.0.dev8.dist-info}/WHEEL +1 -1
- cosmotech_api/api/meta_api.py +0 -281
- cosmotech_api/models/about_info.py +0 -92
- cosmotech_api/models/about_info_version.py +0 -100
- cosmotech_api/models/organization_create_request.py +0 -95
- cosmotech_api/models/organization_update_request.py +0 -89
- cosmotech_api/models/runner_create_request.py +0 -154
- cosmotech_api/models/runner_update_request.py +0 -123
- cosmotech_api/models/solution_create_request.py +0 -143
- cosmotech_api/models/solution_update_request.py +0 -107
- cosmotech_api/models/workspace_create_request.py +0 -117
- cosmotech_api/models/workspace_update_request.py +0 -109
- cosmotech_api-3.3.4.dist-info/RECORD +0 -273
- {cosmotech_api-3.3.4.dist-info → cosmotech_api-4.0.0.dev8.dist-info}/LICENSE +0 -0
- {cosmotech_api-3.3.4.dist-info → cosmotech_api-4.0.0.dev8.dist-info}/top_level.txt +0 -0
cosmotech_api/api/dataset_api.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Cosmo Tech Platform API
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document:
|
|
8
|
+
The version of the OpenAPI document: 4.0.0-onprem.8
|
|
9
9
|
Contact: platform@cosmotech.com
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
@@ -1265,7 +1265,7 @@ class DatasetApi:
|
|
|
1265
1265
|
) -> Dataset:
|
|
1266
1266
|
"""Create a sub-dataset from the dataset in parameter
|
|
1267
1267
|
|
|
1268
|
-
Create a copy of the dataset using the results of the list of queries given in parameter.
|
|
1268
|
+
Create a copy of the dataset using the results of the list of queries given in parameter.
|
|
1269
1269
|
|
|
1270
1270
|
:param organization_id: the Organization identifier (required)
|
|
1271
1271
|
:type organization_id: str
|
|
@@ -1340,7 +1340,7 @@ class DatasetApi:
|
|
|
1340
1340
|
) -> ApiResponse[Dataset]:
|
|
1341
1341
|
"""Create a sub-dataset from the dataset in parameter
|
|
1342
1342
|
|
|
1343
|
-
Create a copy of the dataset using the results of the list of queries given in parameter.
|
|
1343
|
+
Create a copy of the dataset using the results of the list of queries given in parameter.
|
|
1344
1344
|
|
|
1345
1345
|
:param organization_id: the Organization identifier (required)
|
|
1346
1346
|
:type organization_id: str
|
|
@@ -1415,7 +1415,7 @@ class DatasetApi:
|
|
|
1415
1415
|
) -> RESTResponseType:
|
|
1416
1416
|
"""Create a sub-dataset from the dataset in parameter
|
|
1417
1417
|
|
|
1418
|
-
Create a copy of the dataset using the results of the list of queries given in parameter.
|
|
1418
|
+
Create a copy of the dataset using the results of the list of queries given in parameter.
|
|
1419
1419
|
|
|
1420
1420
|
:param organization_id: the Organization identifier (required)
|
|
1421
1421
|
:type organization_id: str
|
|
@@ -1516,8 +1516,7 @@ class DatasetApi:
|
|
|
1516
1516
|
_default_content_type = (
|
|
1517
1517
|
self.api_client.select_header_content_type(
|
|
1518
1518
|
[
|
|
1519
|
-
'application/json'
|
|
1520
|
-
'application/yaml'
|
|
1519
|
+
'application/json'
|
|
1521
1520
|
]
|
|
1522
1521
|
)
|
|
1523
1522
|
)
|
|
@@ -1569,7 +1568,7 @@ class DatasetApi:
|
|
|
1569
1568
|
) -> str:
|
|
1570
1569
|
"""Create new entities in a graph instance
|
|
1571
1570
|
|
|
1572
|
-
|
|
1571
|
+
create new entities in a graph instance
|
|
1573
1572
|
|
|
1574
1573
|
:param organization_id: the Organization identifier (required)
|
|
1575
1574
|
:type organization_id: str
|
|
@@ -1648,7 +1647,7 @@ class DatasetApi:
|
|
|
1648
1647
|
) -> ApiResponse[str]:
|
|
1649
1648
|
"""Create new entities in a graph instance
|
|
1650
1649
|
|
|
1651
|
-
|
|
1650
|
+
create new entities in a graph instance
|
|
1652
1651
|
|
|
1653
1652
|
:param organization_id: the Organization identifier (required)
|
|
1654
1653
|
:type organization_id: str
|
|
@@ -1727,7 +1726,7 @@ class DatasetApi:
|
|
|
1727
1726
|
) -> RESTResponseType:
|
|
1728
1727
|
"""Create new entities in a graph instance
|
|
1729
1728
|
|
|
1730
|
-
|
|
1729
|
+
create new entities in a graph instance
|
|
1731
1730
|
|
|
1732
1731
|
:param organization_id: the Organization identifier (required)
|
|
1733
1732
|
:type organization_id: str
|
|
@@ -1835,8 +1834,7 @@ class DatasetApi:
|
|
|
1835
1834
|
_default_content_type = (
|
|
1836
1835
|
self.api_client.select_header_content_type(
|
|
1837
1836
|
[
|
|
1838
|
-
'application/json'
|
|
1839
|
-
'application/yaml'
|
|
1837
|
+
'application/json'
|
|
1840
1838
|
]
|
|
1841
1839
|
)
|
|
1842
1840
|
)
|
|
@@ -2155,7 +2153,7 @@ class DatasetApi:
|
|
|
2155
2153
|
) -> None:
|
|
2156
2154
|
"""Delete entities in a graph instance
|
|
2157
2155
|
|
|
2158
|
-
|
|
2156
|
+
delete entities in a graph instance
|
|
2159
2157
|
|
|
2160
2158
|
:param organization_id: the Organization identifier (required)
|
|
2161
2159
|
:type organization_id: str
|
|
@@ -2234,7 +2232,7 @@ class DatasetApi:
|
|
|
2234
2232
|
) -> ApiResponse[None]:
|
|
2235
2233
|
"""Delete entities in a graph instance
|
|
2236
2234
|
|
|
2237
|
-
|
|
2235
|
+
delete entities in a graph instance
|
|
2238
2236
|
|
|
2239
2237
|
:param organization_id: the Organization identifier (required)
|
|
2240
2238
|
:type organization_id: str
|
|
@@ -2313,7 +2311,7 @@ class DatasetApi:
|
|
|
2313
2311
|
) -> RESTResponseType:
|
|
2314
2312
|
"""Delete entities in a graph instance
|
|
2315
2313
|
|
|
2316
|
-
|
|
2314
|
+
delete entities in a graph instance
|
|
2317
2315
|
|
|
2318
2316
|
:param organization_id: the Organization identifier (required)
|
|
2319
2317
|
:type organization_id: str
|
|
@@ -2453,7 +2451,7 @@ class DatasetApi:
|
|
|
2453
2451
|
) -> bytearray:
|
|
2454
2452
|
"""Download a graph as a zip file
|
|
2455
2453
|
|
|
2456
|
-
Download the compressed graph reference by the hash in a zip file
|
|
2454
|
+
Download the compressed graph reference by the hash in a zip file
|
|
2457
2455
|
|
|
2458
2456
|
:param organization_id: the Organization identifier (required)
|
|
2459
2457
|
:type organization_id: str
|
|
@@ -2524,7 +2522,7 @@ class DatasetApi:
|
|
|
2524
2522
|
) -> ApiResponse[bytearray]:
|
|
2525
2523
|
"""Download a graph as a zip file
|
|
2526
2524
|
|
|
2527
|
-
Download the compressed graph reference by the hash in a zip file
|
|
2525
|
+
Download the compressed graph reference by the hash in a zip file
|
|
2528
2526
|
|
|
2529
2527
|
:param organization_id: the Organization identifier (required)
|
|
2530
2528
|
:type organization_id: str
|
|
@@ -2595,7 +2593,7 @@ class DatasetApi:
|
|
|
2595
2593
|
) -> RESTResponseType:
|
|
2596
2594
|
"""Download a graph as a zip file
|
|
2597
2595
|
|
|
2598
|
-
Download the compressed graph reference by the hash in a zip file
|
|
2596
|
+
Download the compressed graph reference by the hash in a zip file
|
|
2599
2597
|
|
|
2600
2598
|
:param organization_id: the Organization identifier (required)
|
|
2601
2599
|
:type organization_id: str
|
|
@@ -2711,7 +2709,7 @@ class DatasetApi:
|
|
|
2711
2709
|
def find_all_datasets(
|
|
2712
2710
|
self,
|
|
2713
2711
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
2714
|
-
page: Annotated[Optional[StrictInt], Field(description="page number to query")] = None,
|
|
2712
|
+
page: Annotated[Optional[StrictInt], Field(description="page number to query (first page is at index 0)")] = None,
|
|
2715
2713
|
size: Annotated[Optional[StrictInt], Field(description="amount of result by page")] = None,
|
|
2716
2714
|
_request_timeout: Union[
|
|
2717
2715
|
None,
|
|
@@ -2731,7 +2729,7 @@ class DatasetApi:
|
|
|
2731
2729
|
|
|
2732
2730
|
:param organization_id: the Organization identifier (required)
|
|
2733
2731
|
:type organization_id: str
|
|
2734
|
-
:param page: page number to query
|
|
2732
|
+
:param page: page number to query (first page is at index 0)
|
|
2735
2733
|
:type page: int
|
|
2736
2734
|
:param size: amount of result by page
|
|
2737
2735
|
:type size: int
|
|
@@ -2785,7 +2783,7 @@ class DatasetApi:
|
|
|
2785
2783
|
def find_all_datasets_with_http_info(
|
|
2786
2784
|
self,
|
|
2787
2785
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
2788
|
-
page: Annotated[Optional[StrictInt], Field(description="page number to query")] = None,
|
|
2786
|
+
page: Annotated[Optional[StrictInt], Field(description="page number to query (first page is at index 0)")] = None,
|
|
2789
2787
|
size: Annotated[Optional[StrictInt], Field(description="amount of result by page")] = None,
|
|
2790
2788
|
_request_timeout: Union[
|
|
2791
2789
|
None,
|
|
@@ -2805,7 +2803,7 @@ class DatasetApi:
|
|
|
2805
2803
|
|
|
2806
2804
|
:param organization_id: the Organization identifier (required)
|
|
2807
2805
|
:type organization_id: str
|
|
2808
|
-
:param page: page number to query
|
|
2806
|
+
:param page: page number to query (first page is at index 0)
|
|
2809
2807
|
:type page: int
|
|
2810
2808
|
:param size: amount of result by page
|
|
2811
2809
|
:type size: int
|
|
@@ -2859,7 +2857,7 @@ class DatasetApi:
|
|
|
2859
2857
|
def find_all_datasets_without_preload_content(
|
|
2860
2858
|
self,
|
|
2861
2859
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
2862
|
-
page: Annotated[Optional[StrictInt], Field(description="page number to query")] = None,
|
|
2860
|
+
page: Annotated[Optional[StrictInt], Field(description="page number to query (first page is at index 0)")] = None,
|
|
2863
2861
|
size: Annotated[Optional[StrictInt], Field(description="amount of result by page")] = None,
|
|
2864
2862
|
_request_timeout: Union[
|
|
2865
2863
|
None,
|
|
@@ -2879,7 +2877,7 @@ class DatasetApi:
|
|
|
2879
2877
|
|
|
2880
2878
|
:param organization_id: the Organization identifier (required)
|
|
2881
2879
|
:type organization_id: str
|
|
2882
|
-
:param page: page number to query
|
|
2880
|
+
:param page: page number to query (first page is at index 0)
|
|
2883
2881
|
:type page: int
|
|
2884
2882
|
:param size: amount of result by page
|
|
2885
2883
|
:type size: int
|
|
@@ -4405,7 +4403,7 @@ class DatasetApi:
|
|
|
4405
4403
|
) -> str:
|
|
4406
4404
|
"""Get entities in a graph instance
|
|
4407
4405
|
|
|
4408
|
-
|
|
4406
|
+
get entities in a graph instance
|
|
4409
4407
|
|
|
4410
4408
|
:param organization_id: the Organization identifier (required)
|
|
4411
4409
|
:type organization_id: str
|
|
@@ -4484,7 +4482,7 @@ class DatasetApi:
|
|
|
4484
4482
|
) -> ApiResponse[str]:
|
|
4485
4483
|
"""Get entities in a graph instance
|
|
4486
4484
|
|
|
4487
|
-
|
|
4485
|
+
get entities in a graph instance
|
|
4488
4486
|
|
|
4489
4487
|
:param organization_id: the Organization identifier (required)
|
|
4490
4488
|
:type organization_id: str
|
|
@@ -4563,7 +4561,7 @@ class DatasetApi:
|
|
|
4563
4561
|
) -> RESTResponseType:
|
|
4564
4562
|
"""Get entities in a graph instance
|
|
4565
4563
|
|
|
4566
|
-
|
|
4564
|
+
get entities in a graph instance
|
|
4567
4565
|
|
|
4568
4566
|
:param organization_id: the Organization identifier (required)
|
|
4569
4567
|
:type organization_id: str
|
|
@@ -5004,7 +5002,7 @@ class DatasetApi:
|
|
|
5004
5002
|
) -> DatasetTwinGraphInfo:
|
|
5005
5003
|
"""Refresh data on dataset from dataset's source
|
|
5006
5004
|
|
|
5007
|
-
Refresh dataset from parent source. At date, sources can be: dataset (refresh from another dataset) Azure Digital twin
|
|
5005
|
+
Refresh dataset from parent source. At date, sources can be: dataset (refresh from another dataset) Azure Digital twin Azure storage Local File (import a new file) During refresh, datas are overwritten
|
|
5008
5006
|
|
|
5009
5007
|
:param organization_id: the Organization identifier (required)
|
|
5010
5008
|
:type organization_id: str
|
|
@@ -5075,7 +5073,7 @@ class DatasetApi:
|
|
|
5075
5073
|
) -> ApiResponse[DatasetTwinGraphInfo]:
|
|
5076
5074
|
"""Refresh data on dataset from dataset's source
|
|
5077
5075
|
|
|
5078
|
-
Refresh dataset from parent source. At date, sources can be: dataset (refresh from another dataset) Azure Digital twin
|
|
5076
|
+
Refresh dataset from parent source. At date, sources can be: dataset (refresh from another dataset) Azure Digital twin Azure storage Local File (import a new file) During refresh, datas are overwritten
|
|
5079
5077
|
|
|
5080
5078
|
:param organization_id: the Organization identifier (required)
|
|
5081
5079
|
:type organization_id: str
|
|
@@ -5146,7 +5144,7 @@ class DatasetApi:
|
|
|
5146
5144
|
) -> RESTResponseType:
|
|
5147
5145
|
"""Refresh data on dataset from dataset's source
|
|
5148
5146
|
|
|
5149
|
-
Refresh dataset from parent source. At date, sources can be: dataset (refresh from another dataset) Azure Digital twin
|
|
5147
|
+
Refresh dataset from parent source. At date, sources can be: dataset (refresh from another dataset) Azure Digital twin Azure storage Local File (import a new file) During refresh, datas are overwritten
|
|
5150
5148
|
|
|
5151
5149
|
:param organization_id: the Organization identifier (required)
|
|
5152
5150
|
:type organization_id: str
|
|
@@ -5827,7 +5825,7 @@ class DatasetApi:
|
|
|
5827
5825
|
) -> str:
|
|
5828
5826
|
"""Rollback the dataset after a failed refresh
|
|
5829
5827
|
|
|
5830
|
-
Rollback the twingraph on a dataset after a failed refresh
|
|
5828
|
+
Rollback the twingraph on a dataset after a failed refresh
|
|
5831
5829
|
|
|
5832
5830
|
:param organization_id: the Organization identifier (required)
|
|
5833
5831
|
:type organization_id: str
|
|
@@ -5898,7 +5896,7 @@ class DatasetApi:
|
|
|
5898
5896
|
) -> ApiResponse[str]:
|
|
5899
5897
|
"""Rollback the dataset after a failed refresh
|
|
5900
5898
|
|
|
5901
|
-
Rollback the twingraph on a dataset after a failed refresh
|
|
5899
|
+
Rollback the twingraph on a dataset after a failed refresh
|
|
5902
5900
|
|
|
5903
5901
|
:param organization_id: the Organization identifier (required)
|
|
5904
5902
|
:type organization_id: str
|
|
@@ -5969,7 +5967,7 @@ class DatasetApi:
|
|
|
5969
5967
|
) -> RESTResponseType:
|
|
5970
5968
|
"""Rollback the dataset after a failed refresh
|
|
5971
5969
|
|
|
5972
|
-
Rollback the twingraph on a dataset after a failed refresh
|
|
5970
|
+
Rollback the twingraph on a dataset after a failed refresh
|
|
5973
5971
|
|
|
5974
5972
|
:param organization_id: the Organization identifier (required)
|
|
5975
5973
|
:type organization_id: str
|
|
@@ -6086,7 +6084,7 @@ class DatasetApi:
|
|
|
6086
6084
|
self,
|
|
6087
6085
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
6088
6086
|
dataset_search: Annotated[DatasetSearch, Field(description="the Dataset search parameters")],
|
|
6089
|
-
page: Annotated[Optional[StrictInt], Field(description="page number to query")] = None,
|
|
6087
|
+
page: Annotated[Optional[StrictInt], Field(description="page number to query (first page is at index 0)")] = None,
|
|
6090
6088
|
size: Annotated[Optional[StrictInt], Field(description="amount of result by page")] = None,
|
|
6091
6089
|
_request_timeout: Union[
|
|
6092
6090
|
None,
|
|
@@ -6108,7 +6106,7 @@ class DatasetApi:
|
|
|
6108
6106
|
:type organization_id: str
|
|
6109
6107
|
:param dataset_search: the Dataset search parameters (required)
|
|
6110
6108
|
:type dataset_search: DatasetSearch
|
|
6111
|
-
:param page: page number to query
|
|
6109
|
+
:param page: page number to query (first page is at index 0)
|
|
6112
6110
|
:type page: int
|
|
6113
6111
|
:param size: amount of result by page
|
|
6114
6112
|
:type size: int
|
|
@@ -6164,7 +6162,7 @@ class DatasetApi:
|
|
|
6164
6162
|
self,
|
|
6165
6163
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
6166
6164
|
dataset_search: Annotated[DatasetSearch, Field(description="the Dataset search parameters")],
|
|
6167
|
-
page: Annotated[Optional[StrictInt], Field(description="page number to query")] = None,
|
|
6165
|
+
page: Annotated[Optional[StrictInt], Field(description="page number to query (first page is at index 0)")] = None,
|
|
6168
6166
|
size: Annotated[Optional[StrictInt], Field(description="amount of result by page")] = None,
|
|
6169
6167
|
_request_timeout: Union[
|
|
6170
6168
|
None,
|
|
@@ -6186,7 +6184,7 @@ class DatasetApi:
|
|
|
6186
6184
|
:type organization_id: str
|
|
6187
6185
|
:param dataset_search: the Dataset search parameters (required)
|
|
6188
6186
|
:type dataset_search: DatasetSearch
|
|
6189
|
-
:param page: page number to query
|
|
6187
|
+
:param page: page number to query (first page is at index 0)
|
|
6190
6188
|
:type page: int
|
|
6191
6189
|
:param size: amount of result by page
|
|
6192
6190
|
:type size: int
|
|
@@ -6242,7 +6240,7 @@ class DatasetApi:
|
|
|
6242
6240
|
self,
|
|
6243
6241
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
6244
6242
|
dataset_search: Annotated[DatasetSearch, Field(description="the Dataset search parameters")],
|
|
6245
|
-
page: Annotated[Optional[StrictInt], Field(description="page number to query")] = None,
|
|
6243
|
+
page: Annotated[Optional[StrictInt], Field(description="page number to query (first page is at index 0)")] = None,
|
|
6246
6244
|
size: Annotated[Optional[StrictInt], Field(description="amount of result by page")] = None,
|
|
6247
6245
|
_request_timeout: Union[
|
|
6248
6246
|
None,
|
|
@@ -6264,7 +6262,7 @@ class DatasetApi:
|
|
|
6264
6262
|
:type organization_id: str
|
|
6265
6263
|
:param dataset_search: the Dataset search parameters (required)
|
|
6266
6264
|
:type dataset_search: DatasetSearch
|
|
6267
|
-
:param page: page number to query
|
|
6265
|
+
:param page: page number to query (first page is at index 0)
|
|
6268
6266
|
:type page: int
|
|
6269
6267
|
:param size: amount of result by page
|
|
6270
6268
|
:type size: int
|
|
@@ -6724,7 +6722,7 @@ class DatasetApi:
|
|
|
6724
6722
|
) -> DatasetTwinGraphHash:
|
|
6725
6723
|
"""Run a query on a graph instance and return the result as a zip file in async mode
|
|
6726
6724
|
|
|
6727
|
-
Run a query on a graph instance and return the result as a zip file in async mode
|
|
6725
|
+
Run a query on a graph instance and return the result as a zip file in async mode
|
|
6728
6726
|
|
|
6729
6727
|
:param organization_id: the Organization identifier (required)
|
|
6730
6728
|
:type organization_id: str
|
|
@@ -6799,7 +6797,7 @@ class DatasetApi:
|
|
|
6799
6797
|
) -> ApiResponse[DatasetTwinGraphHash]:
|
|
6800
6798
|
"""Run a query on a graph instance and return the result as a zip file in async mode
|
|
6801
6799
|
|
|
6802
|
-
Run a query on a graph instance and return the result as a zip file in async mode
|
|
6800
|
+
Run a query on a graph instance and return the result as a zip file in async mode
|
|
6803
6801
|
|
|
6804
6802
|
:param organization_id: the Organization identifier (required)
|
|
6805
6803
|
:type organization_id: str
|
|
@@ -6874,7 +6872,7 @@ class DatasetApi:
|
|
|
6874
6872
|
) -> RESTResponseType:
|
|
6875
6873
|
"""Run a query on a graph instance and return the result as a zip file in async mode
|
|
6876
6874
|
|
|
6877
|
-
Run a query on a graph instance and return the result as a zip file in async mode
|
|
6875
|
+
Run a query on a graph instance and return the result as a zip file in async mode
|
|
6878
6876
|
|
|
6879
6877
|
:param organization_id: the Organization identifier (required)
|
|
6880
6878
|
:type organization_id: str
|
|
@@ -7025,9 +7023,9 @@ class DatasetApi:
|
|
|
7025
7023
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
7026
7024
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
7027
7025
|
) -> TwinGraphBatchResult:
|
|
7028
|
-
"""Async batch update by loading a CSV file on a graph instance
|
|
7026
|
+
"""Async batch update by loading a CSV file on a graph instance
|
|
7029
7027
|
|
|
7030
|
-
Async batch update by loading a CSV file on a graph instance
|
|
7028
|
+
Async batch update by loading a CSV file on a graph instance
|
|
7031
7029
|
|
|
7032
7030
|
:param organization_id: the Organization identifier (required)
|
|
7033
7031
|
:type organization_id: str
|
|
@@ -7105,9 +7103,9 @@ class DatasetApi:
|
|
|
7105
7103
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
7106
7104
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
7107
7105
|
) -> ApiResponse[TwinGraphBatchResult]:
|
|
7108
|
-
"""Async batch update by loading a CSV file on a graph instance
|
|
7106
|
+
"""Async batch update by loading a CSV file on a graph instance
|
|
7109
7107
|
|
|
7110
|
-
Async batch update by loading a CSV file on a graph instance
|
|
7108
|
+
Async batch update by loading a CSV file on a graph instance
|
|
7111
7109
|
|
|
7112
7110
|
:param organization_id: the Organization identifier (required)
|
|
7113
7111
|
:type organization_id: str
|
|
@@ -7185,9 +7183,9 @@ class DatasetApi:
|
|
|
7185
7183
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
7186
7184
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
7187
7185
|
) -> RESTResponseType:
|
|
7188
|
-
"""Async batch update by loading a CSV file on a graph instance
|
|
7186
|
+
"""Async batch update by loading a CSV file on a graph instance
|
|
7189
7187
|
|
|
7190
|
-
Async batch update by loading a CSV file on a graph instance
|
|
7188
|
+
Async batch update by loading a CSV file on a graph instance
|
|
7191
7189
|
|
|
7192
7190
|
:param organization_id: the Organization identifier (required)
|
|
7193
7191
|
:type organization_id: str
|
|
@@ -7354,7 +7352,7 @@ class DatasetApi:
|
|
|
7354
7352
|
) -> List[object]:
|
|
7355
7353
|
"""Return the result of a query made on the graph instance as a json
|
|
7356
7354
|
|
|
7357
|
-
Run a query on a graph instance and return the result as a json
|
|
7355
|
+
Run a query on a graph instance and return the result as a json
|
|
7358
7356
|
|
|
7359
7357
|
:param organization_id: the Organization identifier (required)
|
|
7360
7358
|
:type organization_id: str
|
|
@@ -7429,7 +7427,7 @@ class DatasetApi:
|
|
|
7429
7427
|
) -> ApiResponse[List[object]]:
|
|
7430
7428
|
"""Return the result of a query made on the graph instance as a json
|
|
7431
7429
|
|
|
7432
|
-
Run a query on a graph instance and return the result as a json
|
|
7430
|
+
Run a query on a graph instance and return the result as a json
|
|
7433
7431
|
|
|
7434
7432
|
:param organization_id: the Organization identifier (required)
|
|
7435
7433
|
:type organization_id: str
|
|
@@ -7504,7 +7502,7 @@ class DatasetApi:
|
|
|
7504
7502
|
) -> RESTResponseType:
|
|
7505
7503
|
"""Return the result of a query made on the graph instance as a json
|
|
7506
7504
|
|
|
7507
|
-
Run a query on a graph instance and return the result as a json
|
|
7505
|
+
Run a query on a graph instance and return the result as a json
|
|
7508
7506
|
|
|
7509
7507
|
:param organization_id: the Organization identifier (required)
|
|
7510
7508
|
:type organization_id: str
|
|
@@ -7605,8 +7603,7 @@ class DatasetApi:
|
|
|
7605
7603
|
_default_content_type = (
|
|
7606
7604
|
self.api_client.select_header_content_type(
|
|
7607
7605
|
[
|
|
7608
|
-
'application/json'
|
|
7609
|
-
'application/yaml'
|
|
7606
|
+
'application/json'
|
|
7610
7607
|
]
|
|
7611
7608
|
)
|
|
7612
7609
|
)
|
|
@@ -7935,7 +7932,7 @@ class DatasetApi:
|
|
|
7935
7932
|
self,
|
|
7936
7933
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
7937
7934
|
dataset_id: Annotated[StrictStr, Field(description="the Dataset identifier")],
|
|
7938
|
-
dataset: Annotated[Dataset, Field(description="
|
|
7935
|
+
dataset: Annotated[Dataset, Field(description="the new Dataset details. This endpoint can't be used to update security")],
|
|
7939
7936
|
_request_timeout: Union[
|
|
7940
7937
|
None,
|
|
7941
7938
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -7956,7 +7953,7 @@ class DatasetApi:
|
|
|
7956
7953
|
:type organization_id: str
|
|
7957
7954
|
:param dataset_id: the Dataset identifier (required)
|
|
7958
7955
|
:type dataset_id: str
|
|
7959
|
-
:param dataset:
|
|
7956
|
+
:param dataset: the new Dataset details. This endpoint can't be used to update security (required)
|
|
7960
7957
|
:type dataset: Dataset
|
|
7961
7958
|
:param _request_timeout: timeout setting for this request. If one
|
|
7962
7959
|
number provided, it will be total request
|
|
@@ -8011,7 +8008,7 @@ class DatasetApi:
|
|
|
8011
8008
|
self,
|
|
8012
8009
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
8013
8010
|
dataset_id: Annotated[StrictStr, Field(description="the Dataset identifier")],
|
|
8014
|
-
dataset: Annotated[Dataset, Field(description="
|
|
8011
|
+
dataset: Annotated[Dataset, Field(description="the new Dataset details. This endpoint can't be used to update security")],
|
|
8015
8012
|
_request_timeout: Union[
|
|
8016
8013
|
None,
|
|
8017
8014
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -8032,7 +8029,7 @@ class DatasetApi:
|
|
|
8032
8029
|
:type organization_id: str
|
|
8033
8030
|
:param dataset_id: the Dataset identifier (required)
|
|
8034
8031
|
:type dataset_id: str
|
|
8035
|
-
:param dataset:
|
|
8032
|
+
:param dataset: the new Dataset details. This endpoint can't be used to update security (required)
|
|
8036
8033
|
:type dataset: Dataset
|
|
8037
8034
|
:param _request_timeout: timeout setting for this request. If one
|
|
8038
8035
|
number provided, it will be total request
|
|
@@ -8087,7 +8084,7 @@ class DatasetApi:
|
|
|
8087
8084
|
self,
|
|
8088
8085
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
8089
8086
|
dataset_id: Annotated[StrictStr, Field(description="the Dataset identifier")],
|
|
8090
|
-
dataset: Annotated[Dataset, Field(description="
|
|
8087
|
+
dataset: Annotated[Dataset, Field(description="the new Dataset details. This endpoint can't be used to update security")],
|
|
8091
8088
|
_request_timeout: Union[
|
|
8092
8089
|
None,
|
|
8093
8090
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -8108,7 +8105,7 @@ class DatasetApi:
|
|
|
8108
8105
|
:type organization_id: str
|
|
8109
8106
|
:param dataset_id: the Dataset identifier (required)
|
|
8110
8107
|
:type dataset_id: str
|
|
8111
|
-
:param dataset:
|
|
8108
|
+
:param dataset: the new Dataset details. This endpoint can't be used to update security (required)
|
|
8112
8109
|
:type dataset: Dataset
|
|
8113
8110
|
:param _request_timeout: timeout setting for this request. If one
|
|
8114
8111
|
number provided, it will be total request
|
|
@@ -8559,7 +8556,7 @@ class DatasetApi:
|
|
|
8559
8556
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
8560
8557
|
dataset_id: Annotated[StrictStr, Field(description="the Dataset Identifier")],
|
|
8561
8558
|
type: Annotated[StrictStr, Field(description="the entity model type")],
|
|
8562
|
-
graph_properties: Annotated[List[GraphProperties], Field(description="
|
|
8559
|
+
graph_properties: Annotated[List[GraphProperties], Field(description="the entities to update")],
|
|
8563
8560
|
_request_timeout: Union[
|
|
8564
8561
|
None,
|
|
8565
8562
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -8583,7 +8580,7 @@ class DatasetApi:
|
|
|
8583
8580
|
:type dataset_id: str
|
|
8584
8581
|
:param type: the entity model type (required)
|
|
8585
8582
|
:type type: str
|
|
8586
|
-
:param graph_properties:
|
|
8583
|
+
:param graph_properties: the entities to update (required)
|
|
8587
8584
|
:type graph_properties: List[GraphProperties]
|
|
8588
8585
|
:param _request_timeout: timeout setting for this request. If one
|
|
8589
8586
|
number provided, it will be total request
|
|
@@ -8638,7 +8635,7 @@ class DatasetApi:
|
|
|
8638
8635
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
8639
8636
|
dataset_id: Annotated[StrictStr, Field(description="the Dataset Identifier")],
|
|
8640
8637
|
type: Annotated[StrictStr, Field(description="the entity model type")],
|
|
8641
|
-
graph_properties: Annotated[List[GraphProperties], Field(description="
|
|
8638
|
+
graph_properties: Annotated[List[GraphProperties], Field(description="the entities to update")],
|
|
8642
8639
|
_request_timeout: Union[
|
|
8643
8640
|
None,
|
|
8644
8641
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -8662,7 +8659,7 @@ class DatasetApi:
|
|
|
8662
8659
|
:type dataset_id: str
|
|
8663
8660
|
:param type: the entity model type (required)
|
|
8664
8661
|
:type type: str
|
|
8665
|
-
:param graph_properties:
|
|
8662
|
+
:param graph_properties: the entities to update (required)
|
|
8666
8663
|
:type graph_properties: List[GraphProperties]
|
|
8667
8664
|
:param _request_timeout: timeout setting for this request. If one
|
|
8668
8665
|
number provided, it will be total request
|
|
@@ -8717,7 +8714,7 @@ class DatasetApi:
|
|
|
8717
8714
|
organization_id: Annotated[StrictStr, Field(description="the Organization identifier")],
|
|
8718
8715
|
dataset_id: Annotated[StrictStr, Field(description="the Dataset Identifier")],
|
|
8719
8716
|
type: Annotated[StrictStr, Field(description="the entity model type")],
|
|
8720
|
-
graph_properties: Annotated[List[GraphProperties], Field(description="
|
|
8717
|
+
graph_properties: Annotated[List[GraphProperties], Field(description="the entities to update")],
|
|
8721
8718
|
_request_timeout: Union[
|
|
8722
8719
|
None,
|
|
8723
8720
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -8741,7 +8738,7 @@ class DatasetApi:
|
|
|
8741
8738
|
:type dataset_id: str
|
|
8742
8739
|
:param type: the entity model type (required)
|
|
8743
8740
|
:type type: str
|
|
8744
|
-
:param graph_properties:
|
|
8741
|
+
:param graph_properties: the entities to update (required)
|
|
8745
8742
|
:type graph_properties: List[GraphProperties]
|
|
8746
8743
|
:param _request_timeout: timeout setting for this request. If one
|
|
8747
8744
|
number provided, it will be total request
|
|
@@ -8841,8 +8838,7 @@ class DatasetApi:
|
|
|
8841
8838
|
_default_content_type = (
|
|
8842
8839
|
self.api_client.select_header_content_type(
|
|
8843
8840
|
[
|
|
8844
|
-
'application/json'
|
|
8845
|
-
'application/yaml'
|
|
8841
|
+
'application/json'
|
|
8846
8842
|
]
|
|
8847
8843
|
)
|
|
8848
8844
|
)
|
|
@@ -8893,7 +8889,7 @@ class DatasetApi:
|
|
|
8893
8889
|
) -> FileUploadValidation:
|
|
8894
8890
|
"""Upload data from zip file to dataset's twingraph
|
|
8895
8891
|
|
|
8896
|
-
To create a new graph from flat files, you need to create a Zip file. This Zip file must countain two folders named Edges and Nodes. .zip hierarchy: *main_folder/Nodes *main_folder/Edges In each folder you can place one or multiple csv files containing your Nodes or Edges data. Your csv files must follow the following header (column name) requirements: The Nodes CSVs requires at least one column (the 1st).Column name = 'id'. It will represent the nodes ID Ids must be populated with string The Edges CSVs require three columns named, in order, * source * target * id those colomns represent * The source of the edge * The target of the edge * The id of the edge All following columns content are up to you.
|
|
8892
|
+
To create a new graph from flat files, you need to create a Zip file. This Zip file must countain two folders named Edges and Nodes. .zip hierarchy: *main_folder/Nodes *main_folder/Edges In each folder you can place one or multiple csv files containing your Nodes or Edges data. Your csv files must follow the following header (column name) requirements: The Nodes CSVs requires at least one column (the 1st).Column name = 'id'. It will represent the nodes ID Ids must be populated with string The Edges CSVs require three columns named, in order, * source * target * id those colomns represent * The source of the edge * The target of the edge * The id of the edge All following columns content are up to you.
|
|
8897
8893
|
|
|
8898
8894
|
:param organization_id: the Organization identifier (required)
|
|
8899
8895
|
:type organization_id: str
|
|
@@ -8968,7 +8964,7 @@ class DatasetApi:
|
|
|
8968
8964
|
) -> ApiResponse[FileUploadValidation]:
|
|
8969
8965
|
"""Upload data from zip file to dataset's twingraph
|
|
8970
8966
|
|
|
8971
|
-
To create a new graph from flat files, you need to create a Zip file. This Zip file must countain two folders named Edges and Nodes. .zip hierarchy: *main_folder/Nodes *main_folder/Edges In each folder you can place one or multiple csv files containing your Nodes or Edges data. Your csv files must follow the following header (column name) requirements: The Nodes CSVs requires at least one column (the 1st).Column name = 'id'. It will represent the nodes ID Ids must be populated with string The Edges CSVs require three columns named, in order, * source * target * id those colomns represent * The source of the edge * The target of the edge * The id of the edge All following columns content are up to you.
|
|
8967
|
+
To create a new graph from flat files, you need to create a Zip file. This Zip file must countain two folders named Edges and Nodes. .zip hierarchy: *main_folder/Nodes *main_folder/Edges In each folder you can place one or multiple csv files containing your Nodes or Edges data. Your csv files must follow the following header (column name) requirements: The Nodes CSVs requires at least one column (the 1st).Column name = 'id'. It will represent the nodes ID Ids must be populated with string The Edges CSVs require three columns named, in order, * source * target * id those colomns represent * The source of the edge * The target of the edge * The id of the edge All following columns content are up to you.
|
|
8972
8968
|
|
|
8973
8969
|
:param organization_id: the Organization identifier (required)
|
|
8974
8970
|
:type organization_id: str
|
|
@@ -9043,7 +9039,7 @@ class DatasetApi:
|
|
|
9043
9039
|
) -> RESTResponseType:
|
|
9044
9040
|
"""Upload data from zip file to dataset's twingraph
|
|
9045
9041
|
|
|
9046
|
-
To create a new graph from flat files, you need to create a Zip file. This Zip file must countain two folders named Edges and Nodes. .zip hierarchy: *main_folder/Nodes *main_folder/Edges In each folder you can place one or multiple csv files containing your Nodes or Edges data. Your csv files must follow the following header (column name) requirements: The Nodes CSVs requires at least one column (the 1st).Column name = 'id'. It will represent the nodes ID Ids must be populated with string The Edges CSVs require three columns named, in order, * source * target * id those colomns represent * The source of the edge * The target of the edge * The id of the edge All following columns content are up to you.
|
|
9042
|
+
To create a new graph from flat files, you need to create a Zip file. This Zip file must countain two folders named Edges and Nodes. .zip hierarchy: *main_folder/Nodes *main_folder/Edges In each folder you can place one or multiple csv files containing your Nodes or Edges data. Your csv files must follow the following header (column name) requirements: The Nodes CSVs requires at least one column (the 1st).Column name = 'id'. It will represent the nodes ID Ids must be populated with string The Edges CSVs require three columns named, in order, * source * target * id those colomns represent * The source of the edge * The target of the edge * The id of the edge All following columns content are up to you.
|
|
9047
9043
|
|
|
9048
9044
|
:param organization_id: the Organization identifier (required)
|
|
9049
9045
|
:type organization_id: str
|