|
7 | 7 |
|
8 | 8 | Cosmo Tech Platform API |
9 | 9 |
|
10 | | - The version of the OpenAPI document: 5.0.1-SNAPSHOT |
| 10 | + The version of the OpenAPI document: 3.3.5 |
11 | 11 | Contact: platform@cosmotech.com |
12 | 12 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
13 | 13 |
|
|
18 | 18 | __version__ = "1.0.0" |
19 | 19 |
|
20 | 20 | # import apis into sdk package |
| 21 | +from cosmotech_api.api.connector_api import ConnectorApi |
21 | 22 | from cosmotech_api.api.dataset_api import DatasetApi |
22 | | -from cosmotech_api.api.meta_api import MetaApi |
23 | 23 | from cosmotech_api.api.organization_api import OrganizationApi |
24 | 24 | from cosmotech_api.api.run_api import RunApi |
25 | 25 | from cosmotech_api.api.runner_api import RunnerApi |
| 26 | +from cosmotech_api.api.scenario_api import ScenarioApi |
| 27 | +from cosmotech_api.api.scenariorun_api import ScenariorunApi |
26 | 28 | from cosmotech_api.api.solution_api import SolutionApi |
| 29 | +from cosmotech_api.api.twingraph_api import TwingraphApi |
27 | 30 | from cosmotech_api.api.workspace_api import WorkspaceApi |
28 | 31 |
|
29 | 32 | # import ApiClient |
|
38 | 41 | from cosmotech_api.exceptions import ApiException |
39 | 42 |
|
40 | 43 | # import models into sdk package |
41 | | -from cosmotech_api.models.about_info import AboutInfo |
42 | | -from cosmotech_api.models.about_info_version import AboutInfoVersion |
43 | 44 | from cosmotech_api.models.component_role_permissions import ComponentRolePermissions |
| 45 | +from cosmotech_api.models.connector import Connector |
| 46 | +from cosmotech_api.models.connector_parameter import ConnectorParameter |
| 47 | +from cosmotech_api.models.connector_parameter_group import ConnectorParameterGroup |
44 | 48 | from cosmotech_api.models.container_resource_size_info import ContainerResourceSizeInfo |
45 | 49 | from cosmotech_api.models.container_resource_sizing import ContainerResourceSizing |
46 | | -from cosmotech_api.models.create_info import CreateInfo |
47 | | -from cosmotech_api.models.created_run import CreatedRun |
48 | 50 | from cosmotech_api.models.dataset import Dataset |
49 | 51 | from cosmotech_api.models.dataset_access_control import DatasetAccessControl |
50 | | -from cosmotech_api.models.dataset_create_request import DatasetCreateRequest |
51 | | -from cosmotech_api.models.dataset_part import DatasetPart |
52 | | -from cosmotech_api.models.dataset_part_create_request import DatasetPartCreateRequest |
53 | | -from cosmotech_api.models.dataset_part_type_enum import DatasetPartTypeEnum |
54 | | -from cosmotech_api.models.dataset_part_update_request import DatasetPartUpdateRequest |
| 52 | +from cosmotech_api.models.dataset_compatibility import DatasetCompatibility |
| 53 | +from cosmotech_api.models.dataset_connector import DatasetConnector |
| 54 | +from cosmotech_api.models.dataset_copy_parameters import DatasetCopyParameters |
55 | 55 | from cosmotech_api.models.dataset_role import DatasetRole |
| 56 | +from cosmotech_api.models.dataset_search import DatasetSearch |
56 | 57 | from cosmotech_api.models.dataset_security import DatasetSecurity |
57 | | -from cosmotech_api.models.dataset_update_request import DatasetUpdateRequest |
58 | | -from cosmotech_api.models.edit_info import EditInfo |
59 | | -from cosmotech_api.models.last_run_info import LastRunInfo |
| 58 | +from cosmotech_api.models.dataset_source_type import DatasetSourceType |
| 59 | +from cosmotech_api.models.dataset_twin_graph_hash import DatasetTwinGraphHash |
| 60 | +from cosmotech_api.models.dataset_twin_graph_info import DatasetTwinGraphInfo |
| 61 | +from cosmotech_api.models.dataset_twin_graph_query import DatasetTwinGraphQuery |
| 62 | +from cosmotech_api.models.delete_historical_data import DeleteHistoricalData |
| 63 | +from cosmotech_api.models.file_upload_metadata import FileUploadMetadata |
| 64 | +from cosmotech_api.models.file_upload_validation import FileUploadValidation |
| 65 | +from cosmotech_api.models.graph_properties import GraphProperties |
| 66 | +from cosmotech_api.models.ingestion_status_enum import IngestionStatusEnum |
| 67 | +from cosmotech_api.models.io_types_enum import IoTypesEnum |
60 | 68 | from cosmotech_api.models.organization import Organization |
61 | 69 | from cosmotech_api.models.organization_access_control import OrganizationAccessControl |
62 | | -from cosmotech_api.models.organization_create_request import OrganizationCreateRequest |
63 | | -from cosmotech_api.models.organization_edit_info import OrganizationEditInfo |
64 | 70 | from cosmotech_api.models.organization_role import OrganizationRole |
65 | 71 | from cosmotech_api.models.organization_security import OrganizationSecurity |
66 | | -from cosmotech_api.models.organization_update_request import OrganizationUpdateRequest |
| 72 | +from cosmotech_api.models.organization_service import OrganizationService |
| 73 | +from cosmotech_api.models.organization_services import OrganizationServices |
67 | 74 | from cosmotech_api.models.query_result import QueryResult |
68 | 75 | from cosmotech_api.models.resource_size_info import ResourceSizeInfo |
69 | 76 | from cosmotech_api.models.run import Run |
70 | 77 | from cosmotech_api.models.run_container import RunContainer |
| 78 | +from cosmotech_api.models.run_container_artifact import RunContainerArtifact |
| 79 | +from cosmotech_api.models.run_container_logs import RunContainerLogs |
71 | 80 | from cosmotech_api.models.run_data import RunData |
72 | 81 | from cosmotech_api.models.run_data_query import RunDataQuery |
73 | | -from cosmotech_api.models.run_edit_info import RunEditInfo |
| 82 | +from cosmotech_api.models.run_logs import RunLogs |
74 | 83 | from cosmotech_api.models.run_resource_requested import RunResourceRequested |
| 84 | +from cosmotech_api.models.run_search import RunSearch |
| 85 | +from cosmotech_api.models.run_search_state import RunSearchState |
| 86 | +from cosmotech_api.models.run_start_containers import RunStartContainers |
75 | 87 | from cosmotech_api.models.run_state import RunState |
76 | 88 | from cosmotech_api.models.run_status import RunStatus |
77 | 89 | from cosmotech_api.models.run_status_node import RunStatusNode |
78 | 90 | from cosmotech_api.models.run_template import RunTemplate |
79 | | -from cosmotech_api.models.run_template_create_request import RunTemplateCreateRequest |
| 91 | +from cosmotech_api.models.run_template_handler_id import RunTemplateHandlerId |
| 92 | +from cosmotech_api.models.run_template_orchestrator import RunTemplateOrchestrator |
80 | 93 | from cosmotech_api.models.run_template_parameter import RunTemplateParameter |
81 | | -from cosmotech_api.models.run_template_parameter_create_request import RunTemplateParameterCreateRequest |
82 | 94 | from cosmotech_api.models.run_template_parameter_group import RunTemplateParameterGroup |
83 | | -from cosmotech_api.models.run_template_parameter_group_create_request import RunTemplateParameterGroupCreateRequest |
84 | | -from cosmotech_api.models.run_template_parameter_group_update_request import RunTemplateParameterGroupUpdateRequest |
85 | | -from cosmotech_api.models.run_template_parameter_update_request import RunTemplateParameterUpdateRequest |
86 | 95 | from cosmotech_api.models.run_template_parameter_value import RunTemplateParameterValue |
87 | 96 | from cosmotech_api.models.run_template_resource_sizing import RunTemplateResourceSizing |
88 | | -from cosmotech_api.models.run_template_update_request import RunTemplateUpdateRequest |
| 97 | +from cosmotech_api.models.run_template_step_source import RunTemplateStepSource |
89 | 98 | from cosmotech_api.models.runner import Runner |
90 | 99 | from cosmotech_api.models.runner_access_control import RunnerAccessControl |
91 | | -from cosmotech_api.models.runner_create_request import RunnerCreateRequest |
92 | | -from cosmotech_api.models.runner_datasets import RunnerDatasets |
93 | | -from cosmotech_api.models.runner_edit_info import RunnerEditInfo |
| 100 | +from cosmotech_api.models.runner_changed_parameter_value import RunnerChangedParameterValue |
| 101 | +from cosmotech_api.models.runner_comparison_result import RunnerComparisonResult |
| 102 | +from cosmotech_api.models.runner_data_download_info import RunnerDataDownloadInfo |
| 103 | +from cosmotech_api.models.runner_data_download_job import RunnerDataDownloadJob |
| 104 | +from cosmotech_api.models.runner_job_state import RunnerJobState |
| 105 | +from cosmotech_api.models.runner_last_run import RunnerLastRun |
| 106 | +from cosmotech_api.models.runner_parent_last_run import RunnerParentLastRun |
94 | 107 | from cosmotech_api.models.runner_resource_sizing import RunnerResourceSizing |
95 | 108 | from cosmotech_api.models.runner_role import RunnerRole |
| 109 | +from cosmotech_api.models.runner_root_last_run import RunnerRootLastRun |
96 | 110 | from cosmotech_api.models.runner_run_template_parameter_value import RunnerRunTemplateParameterValue |
97 | 111 | from cosmotech_api.models.runner_security import RunnerSecurity |
98 | | -from cosmotech_api.models.runner_update_request import RunnerUpdateRequest |
99 | 112 | from cosmotech_api.models.runner_validation_status import RunnerValidationStatus |
| 113 | +from cosmotech_api.models.scenario import Scenario |
| 114 | +from cosmotech_api.models.scenario_access_control import ScenarioAccessControl |
| 115 | +from cosmotech_api.models.scenario_changed_parameter_value import ScenarioChangedParameterValue |
| 116 | +from cosmotech_api.models.scenario_comparison_result import ScenarioComparisonResult |
| 117 | +from cosmotech_api.models.scenario_data_download_info import ScenarioDataDownloadInfo |
| 118 | +from cosmotech_api.models.scenario_data_download_job import ScenarioDataDownloadJob |
| 119 | +from cosmotech_api.models.scenario_job_state import ScenarioJobState |
| 120 | +from cosmotech_api.models.scenario_last_run import ScenarioLastRun |
| 121 | +from cosmotech_api.models.scenario_resource_sizing import ScenarioResourceSizing |
| 122 | +from cosmotech_api.models.scenario_role import ScenarioRole |
| 123 | +from cosmotech_api.models.scenario_run import ScenarioRun |
| 124 | +from cosmotech_api.models.scenario_run_container import ScenarioRunContainer |
| 125 | +from cosmotech_api.models.scenario_run_container_artifact import ScenarioRunContainerArtifact |
| 126 | +from cosmotech_api.models.scenario_run_container_logs import ScenarioRunContainerLogs |
| 127 | +from cosmotech_api.models.scenario_run_logs import ScenarioRunLogs |
| 128 | +from cosmotech_api.models.scenario_run_resource_requested import ScenarioRunResourceRequested |
| 129 | +from cosmotech_api.models.scenario_run_search import ScenarioRunSearch |
| 130 | +from cosmotech_api.models.scenario_run_search_state import ScenarioRunSearchState |
| 131 | +from cosmotech_api.models.scenario_run_start_containers import ScenarioRunStartContainers |
| 132 | +from cosmotech_api.models.scenario_run_state import ScenarioRunState |
| 133 | +from cosmotech_api.models.scenario_run_status import ScenarioRunStatus |
| 134 | +from cosmotech_api.models.scenario_run_status_node import ScenarioRunStatusNode |
| 135 | +from cosmotech_api.models.scenario_run_template_parameter_value import ScenarioRunTemplateParameterValue |
| 136 | +from cosmotech_api.models.scenario_security import ScenarioSecurity |
| 137 | +from cosmotech_api.models.scenario_validation_status import ScenarioValidationStatus |
100 | 138 | from cosmotech_api.models.send_run_data_request import SendRunDataRequest |
101 | 139 | from cosmotech_api.models.solution import Solution |
102 | 140 | from cosmotech_api.models.solution_access_control import SolutionAccessControl |
103 | | -from cosmotech_api.models.solution_create_request import SolutionCreateRequest |
104 | | -from cosmotech_api.models.solution_edit_info import SolutionEditInfo |
105 | 141 | from cosmotech_api.models.solution_role import SolutionRole |
106 | 142 | from cosmotech_api.models.solution_security import SolutionSecurity |
107 | | -from cosmotech_api.models.solution_update_request import SolutionUpdateRequest |
| 143 | +from cosmotech_api.models.source_info import SourceInfo |
| 144 | +from cosmotech_api.models.sub_dataset_graph_query import SubDatasetGraphQuery |
| 145 | +from cosmotech_api.models.twin_graph_batch_result import TwinGraphBatchResult |
| 146 | +from cosmotech_api.models.twin_graph_hash import TwinGraphHash |
| 147 | +from cosmotech_api.models.twin_graph_query import TwinGraphQuery |
| 148 | +from cosmotech_api.models.twincache_status_enum import TwincacheStatusEnum |
| 149 | +from cosmotech_api.models.validator import Validator |
108 | 150 | from cosmotech_api.models.workspace import Workspace |
109 | 151 | from cosmotech_api.models.workspace_access_control import WorkspaceAccessControl |
110 | | -from cosmotech_api.models.workspace_create_request import WorkspaceCreateRequest |
111 | | -from cosmotech_api.models.workspace_edit_info import WorkspaceEditInfo |
112 | 152 | from cosmotech_api.models.workspace_file import WorkspaceFile |
113 | 153 | from cosmotech_api.models.workspace_role import WorkspaceRole |
| 154 | +from cosmotech_api.models.workspace_secret import WorkspaceSecret |
114 | 155 | from cosmotech_api.models.workspace_security import WorkspaceSecurity |
115 | 156 | from cosmotech_api.models.workspace_solution import WorkspaceSolution |
116 | | -from cosmotech_api.models.workspace_update_request import WorkspaceUpdateRequest |
117 | 157 | from cosmotech_api.models.workspace_web_app import WorkspaceWebApp |
0 commit comments