cosmotech-api 3.1.0.dev0__py3-none-any.whl → 3.1.13__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 +1 -1
- cosmotech_api/api/connector_api.py +1 -1
- cosmotech_api/api/dataset_api.py +1 -1
- cosmotech_api/api/organization_api.py +1 -1
- cosmotech_api/api/run_api.py +1 -1
- cosmotech_api/api/runner_api.py +1 -1
- cosmotech_api/api/scenario_api.py +1 -1
- cosmotech_api/api/scenariorun_api.py +1 -1
- cosmotech_api/api/scenariorunresult_api.py +1 -1
- cosmotech_api/api/solution_api.py +1 -1
- cosmotech_api/api/twingraph_api.py +1 -1
- cosmotech_api/api/validator_api.py +1 -1
- cosmotech_api/api/workspace_api.py +1 -1
- cosmotech_api/api_client.py +1 -1
- cosmotech_api/api_response.py +21 -0
- cosmotech_api/configuration.py +2 -2
- 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 +9 -7
- 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_import.py +1 -1
- cosmotech_api/model/twin_graph_import_info.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/component_role_permissions.py +90 -0
- cosmotech_api/models/connector.py +121 -0
- cosmotech_api/models/connector_parameter.py +98 -0
- cosmotech_api/models/connector_parameter_group.py +100 -0
- cosmotech_api/models/container_resource_size_info.py +90 -0
- cosmotech_api/models/container_resource_sizing.py +97 -0
- cosmotech_api/models/created_run.py +88 -0
- cosmotech_api/models/dataset.py +177 -0
- cosmotech_api/models/dataset_access_control.py +90 -0
- cosmotech_api/models/dataset_compatibility.py +92 -0
- cosmotech_api/models/dataset_connector.py +94 -0
- cosmotech_api/models/dataset_copy_parameters.py +92 -0
- cosmotech_api/models/dataset_role.py +88 -0
- cosmotech_api/models/dataset_search.py +88 -0
- cosmotech_api/models/dataset_security.py +98 -0
- cosmotech_api/models/dataset_source_type.py +42 -0
- cosmotech_api/models/dataset_twin_graph_hash.py +88 -0
- cosmotech_api/models/dataset_twin_graph_info.py +92 -0
- cosmotech_api/models/dataset_twin_graph_query.py +88 -0
- cosmotech_api/models/delete_historical_data.py +92 -0
- cosmotech_api/models/file_upload_metadata.py +90 -0
- cosmotech_api/models/file_upload_validation.py +105 -0
- cosmotech_api/models/graph_properties.py +96 -0
- cosmotech_api/models/ingestion_status_enum.py +40 -0
- cosmotech_api/models/io_types_enum.py +38 -0
- cosmotech_api/models/organization.py +102 -0
- cosmotech_api/models/organization_access_control.py +90 -0
- cosmotech_api/models/organization_role.py +88 -0
- cosmotech_api/models/organization_security.py +98 -0
- cosmotech_api/models/organization_service.py +96 -0
- cosmotech_api/models/organization_services.py +99 -0
- cosmotech_api/models/query_result.py +88 -0
- cosmotech_api/models/resource_size_info.py +90 -0
- cosmotech_api/models/run.py +167 -0
- cosmotech_api/models/run_container.py +116 -0
- cosmotech_api/models/run_container_artifact.py +90 -0
- cosmotech_api/models/run_container_logs.py +102 -0
- cosmotech_api/models/run_data.py +92 -0
- cosmotech_api/models/run_data_query.py +88 -0
- cosmotech_api/models/run_logs.py +102 -0
- cosmotech_api/models/run_logs_entry.py +88 -0
- cosmotech_api/models/run_resource_requested.py +90 -0
- cosmotech_api/models/run_search.py +103 -0
- cosmotech_api/models/run_search_state.py +46 -0
- cosmotech_api/models/run_start_containers.py +104 -0
- cosmotech_api/models/run_state.py +40 -0
- cosmotech_api/models/run_status.py +123 -0
- cosmotech_api/models/run_status_node.py +116 -0
- cosmotech_api/models/run_template.py +164 -0
- cosmotech_api/models/run_template_handler_id.py +42 -0
- cosmotech_api/models/run_template_orchestrator.py +38 -0
- cosmotech_api/models/run_template_parameter.py +102 -0
- cosmotech_api/models/run_template_parameter_group.py +98 -0
- cosmotech_api/models/run_template_parameter_value.py +94 -0
- cosmotech_api/models/run_template_resource_sizing.py +97 -0
- cosmotech_api/models/run_template_step_source.py +40 -0
- cosmotech_api/models/runner.py +169 -0
- cosmotech_api/models/runner_access_control.py +90 -0
- cosmotech_api/models/runner_changed_parameter_value.py +102 -0
- cosmotech_api/models/runner_comparison_result.py +106 -0
- cosmotech_api/models/runner_data_download_info.py +90 -0
- cosmotech_api/models/runner_data_download_job.py +90 -0
- cosmotech_api/models/runner_job_state.py +42 -0
- cosmotech_api/models/runner_last_run.py +94 -0
- cosmotech_api/models/runner_parent_last_run.py +94 -0
- cosmotech_api/models/runner_resource_sizing.py +97 -0
- cosmotech_api/models/runner_role.py +88 -0
- cosmotech_api/models/runner_root_last_run.py +94 -0
- cosmotech_api/models/runner_run_template_parameter_value.py +96 -0
- cosmotech_api/models/runner_security.py +98 -0
- cosmotech_api/models/runner_validation_status.py +40 -0
- cosmotech_api/models/scenario.py +186 -0
- cosmotech_api/models/scenario_access_control.py +90 -0
- cosmotech_api/models/scenario_changed_parameter_value.py +102 -0
- cosmotech_api/models/scenario_comparison_result.py +106 -0
- cosmotech_api/models/scenario_data_download_info.py +93 -0
- cosmotech_api/models/scenario_data_download_job.py +90 -0
- cosmotech_api/models/scenario_job_state.py +42 -0
- cosmotech_api/models/scenario_last_run.py +94 -0
- cosmotech_api/models/scenario_resource_sizing.py +97 -0
- cosmotech_api/models/scenario_role.py +88 -0
- cosmotech_api/models/scenario_run.py +179 -0
- cosmotech_api/models/scenario_run_container.py +126 -0
- cosmotech_api/models/scenario_run_container_artifact.py +90 -0
- cosmotech_api/models/scenario_run_container_logs.py +102 -0
- cosmotech_api/models/scenario_run_logs.py +107 -0
- cosmotech_api/models/scenario_run_resource_requested.py +90 -0
- cosmotech_api/models/scenario_run_result.py +90 -0
- cosmotech_api/models/scenario_run_search.py +103 -0
- cosmotech_api/models/scenario_run_search_state.py +46 -0
- cosmotech_api/models/scenario_run_start_containers.py +104 -0
- cosmotech_api/models/scenario_run_state.py +42 -0
- cosmotech_api/models/scenario_run_status.py +119 -0
- cosmotech_api/models/scenario_run_status_node.py +116 -0
- cosmotech_api/models/scenario_run_template_parameter_value.py +96 -0
- cosmotech_api/models/scenario_security.py +98 -0
- cosmotech_api/models/scenario_validation_status.py +40 -0
- cosmotech_api/models/send_run_data_request.py +90 -0
- cosmotech_api/models/solution.py +154 -0
- cosmotech_api/models/solution_access_control.py +90 -0
- cosmotech_api/models/solution_role.py +88 -0
- cosmotech_api/models/solution_security.py +98 -0
- cosmotech_api/models/source_info.py +94 -0
- cosmotech_api/models/sub_dataset_graph_query.py +94 -0
- cosmotech_api/models/twin_graph_batch_result.py +92 -0
- cosmotech_api/models/twin_graph_hash.py +88 -0
- cosmotech_api/models/twin_graph_query.py +90 -0
- cosmotech_api/models/twincache_status_enum.py +38 -0
- cosmotech_api/models/validator.py +106 -0
- cosmotech_api/models/validator_run.py +126 -0
- cosmotech_api/models/workspace.py +142 -0
- cosmotech_api/models/workspace_access_control.py +90 -0
- cosmotech_api/models/workspace_file.py +88 -0
- cosmotech_api/models/workspace_role.py +88 -0
- cosmotech_api/models/workspace_secret.py +88 -0
- cosmotech_api/models/workspace_security.py +98 -0
- cosmotech_api/models/workspace_solution.py +92 -0
- cosmotech_api/models/workspace_web_app.py +92 -0
- cosmotech_api/py.typed +0 -0
- cosmotech_api/rest.py +1 -1
- {cosmotech_api-3.1.0.dev0.dist-info → cosmotech_api-3.1.13.dist-info}/METADATA +12 -3
- cosmotech_api-3.1.13.dist-info/RECORD +262 -0
- {cosmotech_api-3.1.0.dev0.dist-info → cosmotech_api-3.1.13.dist-info}/WHEEL +1 -1
- cosmotech_api-3.1.0.dev0.dist-info/RECORD +0 -142
- {cosmotech_api-3.1.0.dev0.dist-info → cosmotech_api-3.1.13.dist-info/licenses}/LICENSE +0 -0
- {cosmotech_api-3.1.0.dev0.dist-info → cosmotech_api-3.1.13.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Cosmo Tech Platform API
|
|
5
|
+
|
|
6
|
+
Cosmo Tech Platform API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 4.0.1-SNAPSHOT
|
|
9
|
+
Contact: platform@cosmotech.com
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from __future__ import annotations
|
|
17
|
+
import pprint
|
|
18
|
+
import re # noqa: F401
|
|
19
|
+
import json
|
|
20
|
+
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
|
+
from typing import Any, ClassVar, Dict, List
|
|
23
|
+
from cosmotech_api.models.workspace_access_control import WorkspaceAccessControl
|
|
24
|
+
from typing import Optional, Set
|
|
25
|
+
from typing_extensions import Self
|
|
26
|
+
|
|
27
|
+
class WorkspaceSecurity(BaseModel):
|
|
28
|
+
"""
|
|
29
|
+
the workspace security information
|
|
30
|
+
""" # noqa: E501
|
|
31
|
+
default: StrictStr = Field(description="the role by default")
|
|
32
|
+
access_control_list: List[WorkspaceAccessControl] = Field(description="the list which can access this Workspace with detailed access control information", alias="accessControlList")
|
|
33
|
+
__properties: ClassVar[List[str]] = ["default", "accessControlList"]
|
|
34
|
+
|
|
35
|
+
model_config = ConfigDict(
|
|
36
|
+
populate_by_name=True,
|
|
37
|
+
validate_assignment=True,
|
|
38
|
+
protected_namespaces=(),
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def to_str(self) -> str:
|
|
43
|
+
"""Returns the string representation of the model using alias"""
|
|
44
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
45
|
+
|
|
46
|
+
def to_json(self) -> str:
|
|
47
|
+
"""Returns the JSON representation of the model using alias"""
|
|
48
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
49
|
+
return json.dumps(self.to_dict())
|
|
50
|
+
|
|
51
|
+
@classmethod
|
|
52
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
53
|
+
"""Create an instance of WorkspaceSecurity from a JSON string"""
|
|
54
|
+
return cls.from_dict(json.loads(json_str))
|
|
55
|
+
|
|
56
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
57
|
+
"""Return the dictionary representation of the model using alias.
|
|
58
|
+
|
|
59
|
+
This has the following differences from calling pydantic's
|
|
60
|
+
`self.model_dump(by_alias=True)`:
|
|
61
|
+
|
|
62
|
+
* `None` is only added to the output dict for nullable fields that
|
|
63
|
+
were set at model initialization. Other fields with value `None`
|
|
64
|
+
are ignored.
|
|
65
|
+
"""
|
|
66
|
+
excluded_fields: Set[str] = set([
|
|
67
|
+
])
|
|
68
|
+
|
|
69
|
+
_dict = self.model_dump(
|
|
70
|
+
by_alias=True,
|
|
71
|
+
exclude=excluded_fields,
|
|
72
|
+
exclude_none=True,
|
|
73
|
+
)
|
|
74
|
+
# override the default output from pydantic by calling `to_dict()` of each item in access_control_list (list)
|
|
75
|
+
_items = []
|
|
76
|
+
if self.access_control_list:
|
|
77
|
+
for _item_access_control_list in self.access_control_list:
|
|
78
|
+
if _item_access_control_list:
|
|
79
|
+
_items.append(_item_access_control_list.to_dict())
|
|
80
|
+
_dict['accessControlList'] = _items
|
|
81
|
+
return _dict
|
|
82
|
+
|
|
83
|
+
@classmethod
|
|
84
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
85
|
+
"""Create an instance of WorkspaceSecurity from a dict"""
|
|
86
|
+
if obj is None:
|
|
87
|
+
return None
|
|
88
|
+
|
|
89
|
+
if not isinstance(obj, dict):
|
|
90
|
+
return cls.model_validate(obj)
|
|
91
|
+
|
|
92
|
+
_obj = cls.model_validate({
|
|
93
|
+
"default": obj.get("default"),
|
|
94
|
+
"accessControlList": [WorkspaceAccessControl.from_dict(_item) for _item in obj["accessControlList"]] if obj.get("accessControlList") is not None else None
|
|
95
|
+
})
|
|
96
|
+
return _obj
|
|
97
|
+
|
|
98
|
+
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Cosmo Tech Platform API
|
|
5
|
+
|
|
6
|
+
Cosmo Tech Platform API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 4.0.1-SNAPSHOT
|
|
9
|
+
Contact: platform@cosmotech.com
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from __future__ import annotations
|
|
17
|
+
import pprint
|
|
18
|
+
import re # noqa: F401
|
|
19
|
+
import json
|
|
20
|
+
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class WorkspaceSolution(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
the Workspace Solution configuration
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
solution_id: Optional[StrictStr] = Field(default=None, description="the Solution Id attached to this workspace", alias="solutionId")
|
|
31
|
+
run_template_filter: Optional[List[StrictStr]] = Field(default=None, description="the list of Solution Run Template Id to filter", alias="runTemplateFilter")
|
|
32
|
+
default_run_template_dataset: Optional[Dict[str, Any]] = Field(default=None, description="a map of RunTemplateId/DatasetId to set a default dataset for a Run Template", alias="defaultRunTemplateDataset")
|
|
33
|
+
__properties: ClassVar[List[str]] = ["solutionId", "runTemplateFilter", "defaultRunTemplateDataset"]
|
|
34
|
+
|
|
35
|
+
model_config = ConfigDict(
|
|
36
|
+
populate_by_name=True,
|
|
37
|
+
validate_assignment=True,
|
|
38
|
+
protected_namespaces=(),
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def to_str(self) -> str:
|
|
43
|
+
"""Returns the string representation of the model using alias"""
|
|
44
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
45
|
+
|
|
46
|
+
def to_json(self) -> str:
|
|
47
|
+
"""Returns the JSON representation of the model using alias"""
|
|
48
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
49
|
+
return json.dumps(self.to_dict())
|
|
50
|
+
|
|
51
|
+
@classmethod
|
|
52
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
53
|
+
"""Create an instance of WorkspaceSolution from a JSON string"""
|
|
54
|
+
return cls.from_dict(json.loads(json_str))
|
|
55
|
+
|
|
56
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
57
|
+
"""Return the dictionary representation of the model using alias.
|
|
58
|
+
|
|
59
|
+
This has the following differences from calling pydantic's
|
|
60
|
+
`self.model_dump(by_alias=True)`:
|
|
61
|
+
|
|
62
|
+
* `None` is only added to the output dict for nullable fields that
|
|
63
|
+
were set at model initialization. Other fields with value `None`
|
|
64
|
+
are ignored.
|
|
65
|
+
"""
|
|
66
|
+
excluded_fields: Set[str] = set([
|
|
67
|
+
])
|
|
68
|
+
|
|
69
|
+
_dict = self.model_dump(
|
|
70
|
+
by_alias=True,
|
|
71
|
+
exclude=excluded_fields,
|
|
72
|
+
exclude_none=True,
|
|
73
|
+
)
|
|
74
|
+
return _dict
|
|
75
|
+
|
|
76
|
+
@classmethod
|
|
77
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
78
|
+
"""Create an instance of WorkspaceSolution from a dict"""
|
|
79
|
+
if obj is None:
|
|
80
|
+
return None
|
|
81
|
+
|
|
82
|
+
if not isinstance(obj, dict):
|
|
83
|
+
return cls.model_validate(obj)
|
|
84
|
+
|
|
85
|
+
_obj = cls.model_validate({
|
|
86
|
+
"solutionId": obj.get("solutionId"),
|
|
87
|
+
"runTemplateFilter": obj.get("runTemplateFilter"),
|
|
88
|
+
"defaultRunTemplateDataset": obj.get("defaultRunTemplateDataset")
|
|
89
|
+
})
|
|
90
|
+
return _obj
|
|
91
|
+
|
|
92
|
+
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Cosmo Tech Platform API
|
|
5
|
+
|
|
6
|
+
Cosmo Tech Platform API
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 4.0.1-SNAPSHOT
|
|
9
|
+
Contact: platform@cosmotech.com
|
|
10
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
|
+
|
|
12
|
+
Do not edit the class manually.
|
|
13
|
+
""" # noqa: E501
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from __future__ import annotations
|
|
17
|
+
import pprint
|
|
18
|
+
import re # noqa: F401
|
|
19
|
+
import json
|
|
20
|
+
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
|
+
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
|
+
from typing import Optional, Set
|
|
24
|
+
from typing_extensions import Self
|
|
25
|
+
|
|
26
|
+
class WorkspaceWebApp(BaseModel):
|
|
27
|
+
"""
|
|
28
|
+
a Workspace Web Application
|
|
29
|
+
""" # noqa: E501
|
|
30
|
+
url: StrictStr = Field(description="the Workspace Web Application URL")
|
|
31
|
+
iframes: Optional[Dict[str, Any]] = Field(default=None, description="a map of iframeKey/iframeURL")
|
|
32
|
+
options: Optional[Dict[str, Any]] = Field(default=None, description="free form options for Web Application")
|
|
33
|
+
__properties: ClassVar[List[str]] = ["url", "iframes", "options"]
|
|
34
|
+
|
|
35
|
+
model_config = ConfigDict(
|
|
36
|
+
populate_by_name=True,
|
|
37
|
+
validate_assignment=True,
|
|
38
|
+
protected_namespaces=(),
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def to_str(self) -> str:
|
|
43
|
+
"""Returns the string representation of the model using alias"""
|
|
44
|
+
return pprint.pformat(self.model_dump(by_alias=True))
|
|
45
|
+
|
|
46
|
+
def to_json(self) -> str:
|
|
47
|
+
"""Returns the JSON representation of the model using alias"""
|
|
48
|
+
# TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
|
|
49
|
+
return json.dumps(self.to_dict())
|
|
50
|
+
|
|
51
|
+
@classmethod
|
|
52
|
+
def from_json(cls, json_str: str) -> Optional[Self]:
|
|
53
|
+
"""Create an instance of WorkspaceWebApp from a JSON string"""
|
|
54
|
+
return cls.from_dict(json.loads(json_str))
|
|
55
|
+
|
|
56
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
57
|
+
"""Return the dictionary representation of the model using alias.
|
|
58
|
+
|
|
59
|
+
This has the following differences from calling pydantic's
|
|
60
|
+
`self.model_dump(by_alias=True)`:
|
|
61
|
+
|
|
62
|
+
* `None` is only added to the output dict for nullable fields that
|
|
63
|
+
were set at model initialization. Other fields with value `None`
|
|
64
|
+
are ignored.
|
|
65
|
+
"""
|
|
66
|
+
excluded_fields: Set[str] = set([
|
|
67
|
+
])
|
|
68
|
+
|
|
69
|
+
_dict = self.model_dump(
|
|
70
|
+
by_alias=True,
|
|
71
|
+
exclude=excluded_fields,
|
|
72
|
+
exclude_none=True,
|
|
73
|
+
)
|
|
74
|
+
return _dict
|
|
75
|
+
|
|
76
|
+
@classmethod
|
|
77
|
+
def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
|
|
78
|
+
"""Create an instance of WorkspaceWebApp from a dict"""
|
|
79
|
+
if obj is None:
|
|
80
|
+
return None
|
|
81
|
+
|
|
82
|
+
if not isinstance(obj, dict):
|
|
83
|
+
return cls.model_validate(obj)
|
|
84
|
+
|
|
85
|
+
_obj = cls.model_validate({
|
|
86
|
+
"url": obj.get("url"),
|
|
87
|
+
"iframes": obj.get("iframes"),
|
|
88
|
+
"options": obj.get("options")
|
|
89
|
+
})
|
|
90
|
+
return _obj
|
|
91
|
+
|
|
92
|
+
|
cosmotech_api/py.typed
ADDED
|
File without changes
|
cosmotech_api/rest.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: cosmotech-api
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.13
|
|
4
4
|
Summary: Cosmo Tech Platform API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Repository
|
|
@@ -9,8 +9,17 @@ License: MIT License
|
|
|
9
9
|
Keywords: OpenAPI,OpenAPI-Generator,Cosmo Tech Platform API
|
|
10
10
|
Requires-Python: >=3.6
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: urllib3
|
|
12
|
+
Requires-Dist: urllib3>=1.25.3
|
|
13
13
|
Requires-Dist: python-dateutil
|
|
14
|
+
Dynamic: author
|
|
15
|
+
Dynamic: author-email
|
|
16
|
+
Dynamic: description
|
|
17
|
+
Dynamic: keywords
|
|
18
|
+
Dynamic: license
|
|
19
|
+
Dynamic: license-file
|
|
20
|
+
Dynamic: requires-dist
|
|
21
|
+
Dynamic: requires-python
|
|
22
|
+
Dynamic: summary
|
|
14
23
|
|
|
15
24
|
Cosmo Tech Platform API # noqa: E501
|
|
16
25
|
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
cosmotech_api/__init__.py,sha256=QTCy0E1S6zwzgThcWHEtAZvOgB7tmG0AKZVfsJPwkMg,728
|
|
2
|
+
cosmotech_api/api_client.py,sha256=8eQ6bHuKqOG7wbG72HfUvJI5woSJ-SW2ns0MFEO__Ko,37645
|
|
3
|
+
cosmotech_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
+
cosmotech_api/configuration.py,sha256=w4IJpYdllrnkn3RGfNrk7SbsujIbVdWgp-GZW6Wqt3U,16742
|
|
5
|
+
cosmotech_api/exceptions.py,sha256=VI_RuRqApsc2DgX6FK594XxPN1WF_rMcdcBXv_LTeEM,5058
|
|
6
|
+
cosmotech_api/model_utils.py,sha256=rLKo_JvB6GLMI97_kpGUeGX1a6B7deydipIKZH2o10I,82063
|
|
7
|
+
cosmotech_api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
cosmotech_api/rest.py,sha256=8QGM_Qbp4ZUMpkVaBmACSSLJ5MQYPKlv-faIgaTvPHc,14181
|
|
9
|
+
cosmotech_api/api/__init__.py,sha256=j0YjaWa-mhP94dpnA6Rga8BSw_i5Zdx25sNMPNRUb64,219
|
|
10
|
+
cosmotech_api/api/connector_api.py,sha256=3aCl19AsFQ6ycXOlpVlvh0iDYe23-kF-_gohwX35S6Q,24394
|
|
11
|
+
cosmotech_api/api/dataset_api.py,sha256=RAX43lPt_cX1uUzr6q9VhS3nGfcSvKoJjp0oZw40u8c,175242
|
|
12
|
+
cosmotech_api/api/organization_api.py,sha256=5iU0zttve3gK-xfsw9mrhe64e0FPudKN3C-6shMh4Ac,88436
|
|
13
|
+
cosmotech_api/api/run_api.py,sha256=EUg-VXzHl-SSfwj67SIJ7exi-Jy62nzY7t02V9xM8lM,30099
|
|
14
|
+
cosmotech_api/api/runner_api.py,sha256=pQmVlMSWVJAvKFxCvGZkXGRS-eWZPRPOfDmm3E64Zu0,87665
|
|
15
|
+
cosmotech_api/api/scenario_api.py,sha256=p6aMAgh4Dlwj-YrNI5mlmr8PrIhXTVAjfiexS7eqzHo,130010
|
|
16
|
+
cosmotech_api/api/scenariorun_api.py,sha256=xU9jT4q7rtZttUcZ3dfwwk5w5oBxR0ixSUe2Lxvxhs4,77627
|
|
17
|
+
cosmotech_api/api/scenariorunresult_api.py,sha256=HqYohGij50D87hAJUZrqZYWzn1Kiy1iHtGPps-y0UVY,14187
|
|
18
|
+
cosmotech_api/api/solution_api.py,sha256=koPqixJoANxjoTGih-SakQ8QaK0d4Jn2mrHAJyp6yME,124081
|
|
19
|
+
cosmotech_api/api/twingraph_api.py,sha256=Tg54q4pMnrsKkFMZQ3gWFNWRFaMlMazhCG-rEc7lb_w,79597
|
|
20
|
+
cosmotech_api/api/user_api.py,sha256=zSWOMck8FivYJEKFQgm9svV3F7poQbqPK0muNRB6gWA,46554
|
|
21
|
+
cosmotech_api/api/validator_api.py,sha256=kmXIowlu5NIdfcDd_N16OyhT2V5u-cO4L6k0eMUmpQQ,48787
|
|
22
|
+
cosmotech_api/api/workspace_api.py,sha256=cYBbXdbnarUzMSfR6L7hTkU8Vg8Nd6ovUJuHtNTFxD0,116645
|
|
23
|
+
cosmotech_api/apis/__init__.py,sha256=wm-t-B_k8CX6sba_LInXbT6nIpTvQF8Qqr7O-xU6kTY,1101
|
|
24
|
+
cosmotech_api/model/__init__.py,sha256=N49d9K35V_Hd5lOHWcMeVRl0Iy_-L-03rZgfKXwlESM,348
|
|
25
|
+
cosmotech_api/model/component_role_permissions.py,sha256=wZyIdXVYtT3UJ1691zK0dQzB4V15HlqhYKn3nfY8Ve8,11281
|
|
26
|
+
cosmotech_api/model/connector.py,sha256=cUVj5aUH_YxnXhaDnLtWFffOyACoSdBxEWX_KEgJ4bg,15374
|
|
27
|
+
cosmotech_api/model/connector_parameter.py,sha256=qrsxf4PvA2nplcpgX-uhKIQElM8nbGH8YkQ4F-rKsFo,12487
|
|
28
|
+
cosmotech_api/model/connector_parameter_group.py,sha256=nGY7pt5DYbxyTdp3_FgLfQfQ45tjejS99irvmcNDRZ0,11962
|
|
29
|
+
cosmotech_api/model/container_resource_size_info.py,sha256=MfssKeiMBqd3XhImXSBAeqbUv_vjiiGIYtiSUcn2ZaY,11357
|
|
30
|
+
cosmotech_api/model/container_resource_sizing.py,sha256=JswIGPJR6Y7M_vmNKCmo-G4A5ZKOkdqco8aBC46TTKw,11690
|
|
31
|
+
cosmotech_api/model/dataset.py,sha256=9G6sdXywuc0fRD6yIgIUi586jxqS9ihuJxAokiXrGuQ,18444
|
|
32
|
+
cosmotech_api/model/dataset_access_control.py,sha256=VkqaOYClsU__3Eglwk5CpKtJGCipXz_kF_bO64KP7JE,11281
|
|
33
|
+
cosmotech_api/model/dataset_compatibility.py,sha256=czyNl5vJ3_EtjJKSdI1kOAYn0u46eUvB9ImwikVPMKc,11964
|
|
34
|
+
cosmotech_api/model/dataset_connector.py,sha256=6_pOF_tb9UH3HFbXaC9daYmpEQHbAPckmIImnh3f2es,11768
|
|
35
|
+
cosmotech_api/model/dataset_copy_parameters.py,sha256=a8J0OgO5TYnEyuUfG0mQsmewjGF98onTUj_EbcvfX7Y,11817
|
|
36
|
+
cosmotech_api/model/dataset_role.py,sha256=hrKVJviwTsHyu6YsNXaP30FCJT2BeLIjN5wvcQXhkXM,11074
|
|
37
|
+
cosmotech_api/model/dataset_search.py,sha256=XkxnKUzkQZ-JWW1jsuKuM0Cj_f4i9ygMz6sVDyXvLmY,11201
|
|
38
|
+
cosmotech_api/model/dataset_security.py,sha256=hBD1OwyIomRprJ4-tsV0EhEiuF1Sfaeku3GQRo_0L8E,11900
|
|
39
|
+
cosmotech_api/model/dataset_source_type.py,sha256=dvCCyZsMSI81CgRk4v3ZrlrQ8bPzipsmugjPuES3EBY,11916
|
|
40
|
+
cosmotech_api/model/dataset_twin_graph_hash.py,sha256=mg8x1iokxt7ZHuBtBnR-rK7JGvVYg3rBR5LAU_AkQuM,11071
|
|
41
|
+
cosmotech_api/model/dataset_twin_graph_info.py,sha256=oL7o3Fv8orSPZUeYnfAY83VY2QoP6jq4lQ1bGAYh5wQ,11535
|
|
42
|
+
cosmotech_api/model/dataset_twin_graph_query.py,sha256=DXCFO5kkPEdQ0D_-6YAkxIQlh8xqBs-82iXiLLh0jxg,11139
|
|
43
|
+
cosmotech_api/model/delete_historical_data.py,sha256=7agvG220Lfk4GcS955P5Z0Ytf2J0eeVhBFPeDQ-GYFk,12166
|
|
44
|
+
cosmotech_api/model/file_upload_metadata.py,sha256=fRDItlQIaOL-xbVyNdDtY3k3kvvGzgXuuabmMZF5-wg,11197
|
|
45
|
+
cosmotech_api/model/file_upload_validation.py,sha256=TCkWtz9v9lqso92IdFYkcRcgW8z5r6LIwJc1YmlPlrs,11672
|
|
46
|
+
cosmotech_api/model/graph_properties.py,sha256=45oWDr__qqbtQ9Coe3mMMKPTAfEkdrfjaW4-6FIYT94,12112
|
|
47
|
+
cosmotech_api/model/organization.py,sha256=UVOpyCG8D8oFKQVlsKTIj67Sto2G_doBl75dHtJIPIo,12546
|
|
48
|
+
cosmotech_api/model/organization_access_control.py,sha256=F8vk6c7Hhe0jN2r8Ga8PC7Qb6nRjTa8cxd_zSor0Fv4,11296
|
|
49
|
+
cosmotech_api/model/organization_role.py,sha256=nSAzUYpKbBPcwJuNfJeLqKrGFOCma_fbGcWoktnxNMk,11099
|
|
50
|
+
cosmotech_api/model/organization_security.py,sha256=7B5SH9uiLRvjI7pvbaiS8j0AiHZCXbxYxa7XLx-y61Q,11960
|
|
51
|
+
cosmotech_api/model/organization_service.py,sha256=0WNMmQ4t9xr_O8JwVD_3eOj4FMWCx8GDOjZJ3hVuSx0,12590
|
|
52
|
+
cosmotech_api/model/organization_services.py,sha256=kXkgzC3xLkCG0-cxnq0x02TnRKgAxjkhUubZ0WH-4AE,12269
|
|
53
|
+
cosmotech_api/model/organization_user.py,sha256=uEbQkV3aAIHNuUt1MXZnc3lWnwGJou6C3kg0fJ_0m7c,11802
|
|
54
|
+
cosmotech_api/model/resource_size_info.py,sha256=5-n8b5rgNld-EptspONMCfVN2QVgDnGGg14p62VKUzY,11330
|
|
55
|
+
cosmotech_api/model/run.py,sha256=FxXJ6Ts_14BfuXh9QflHNskvdfd2XEvWbKfaNAG9cTA,17485
|
|
56
|
+
cosmotech_api/model/run_container.py,sha256=ZdNJwzIJm_w5iG1SYMSo_DyrV_IYR8-WAIXNc7N_xUg,14618
|
|
57
|
+
cosmotech_api/model/run_container_artifact.py,sha256=zMmm8mlpiutNxKVbpeJPZhApGQSDW8UPlN_MMySECNs,11337
|
|
58
|
+
cosmotech_api/model/run_container_logs.py,sha256=GbD2Dl6MXNNhcKQExjdTVA-7y4xKgAgNQ1UFM4XEjOQ,12013
|
|
59
|
+
cosmotech_api/model/run_logs.py,sha256=x9QUgZkg3gUgWVx4KKCGrLRyGHTPlEtLTX_83lrONC0,11607
|
|
60
|
+
cosmotech_api/model/run_resource_requested.py,sha256=C84XYDg_tiZbsrkd1xxAf1oE4DPopXEnw9_lSiPolsc,11290
|
|
61
|
+
cosmotech_api/model/run_search.py,sha256=1tRsmVRc9WD378AuVYTvol9n8K7ngi_N8YgZf56ySnk,13579
|
|
62
|
+
cosmotech_api/model/run_start_containers.py,sha256=uVkBreq2shvyj5U9Uc_nsVSgPNOIM-6vWAesww9ZWQ8,12584
|
|
63
|
+
cosmotech_api/model/run_state.py,sha256=JWJmWH8qCJNXNkXyXk_Jsh_3iTnUqmaDZSGfqJiZvC0,11791
|
|
64
|
+
cosmotech_api/model/run_status.py,sha256=L6CgyK7X9bZ0GPD15TQcRQVrSU7gsKy_zqyJSCCNF1w,14880
|
|
65
|
+
cosmotech_api/model/run_status_node.py,sha256=osgiza--vD6tKuWA7JuwL83ewajibp5C09bekPlldvo,14444
|
|
66
|
+
cosmotech_api/model/run_template.py,sha256=ehwFUvkEoOBZEz7RFuI8JrTwHQ5bqjhCcT45neES3Ds,23324
|
|
67
|
+
cosmotech_api/model/run_template_handler_id.py,sha256=ROoGQmjrDn2wiaEIsfdYRaMbHg-TZYg65IExUhOTfkk,12191
|
|
68
|
+
cosmotech_api/model/run_template_orchestrator.py,sha256=6p_Nb9IsE7DvH3h1OiMPJkNBog38mfts_gDycLClzVQ,11772
|
|
69
|
+
cosmotech_api/model/run_template_parameter.py,sha256=uroKTb-pTfXxZ9X7WAWKHQRt6SsgivJn3CdxvYwP3Zk,13427
|
|
70
|
+
cosmotech_api/model/run_template_parameter_group.py,sha256=2O6BwKHa2xKoGwTO89Qp3Ln-UGXMwlsB7si4SVpKhoQ,12782
|
|
71
|
+
cosmotech_api/model/run_template_parameter_value.py,sha256=IdBDWYacHGXFptfGMDfZdou-JIM6zCI0piQm5BRlLTo,11727
|
|
72
|
+
cosmotech_api/model/run_template_resource_sizing.py,sha256=yupjYxc_BtVJeRxzNppFpAzJhxzxzDqEdfOBvGvh5bk,11605
|
|
73
|
+
cosmotech_api/model/run_template_step_source.py,sha256=RPmtrERLOiKHUJ7hfNJz8QPkFg6MHcJ7C5HDsAw8pr4,11844
|
|
74
|
+
cosmotech_api/model/runner.py,sha256=ThgetSf5PKdYGxKq47Dt1gMMm7hrtDCVp6zCnOIf-eQ,19620
|
|
75
|
+
cosmotech_api/model/runner_access_control.py,sha256=UlQGxTpjgQDH1Ip6IlzszjWLQr1-lIhvrXGNMzxLniI,11278
|
|
76
|
+
cosmotech_api/model/runner_changed_parameter_value.py,sha256=X3PZI3iEDIqYhvLh8TKE3DkkGfnimgBTSWh27oQ09zc,12145
|
|
77
|
+
cosmotech_api/model/runner_comparison_result.py,sha256=ic80CqxmoRYG0cCIm4J0BxvTam-mOyMh3BxTG5m-4es,12261
|
|
78
|
+
cosmotech_api/model/runner_data_download_info.py,sha256=vgkZ4OGy4jdD3soLxvIw2T6_TS9SVOYf0-tkBTZsb1Y,11512
|
|
79
|
+
cosmotech_api/model/runner_data_download_job.py,sha256=psb4MvO4viespchFldx7rgWkiDFnm_k5wZDIsuG7whY,11128
|
|
80
|
+
cosmotech_api/model/runner_job_state.py,sha256=7LVmjsiWDTWcqgcaoZ61HsjNxFHGs_GtMhdpUtRgsSg,12045
|
|
81
|
+
cosmotech_api/model/runner_last_run.py,sha256=Qoz0qUNq0YMKakcixmliBucyxpDhIOWwaPUhNDfzBdo,11945
|
|
82
|
+
cosmotech_api/model/runner_resource_sizing.py,sha256=OjQurVc48yjyoKDvTBGz5Lrv4JxJ9KUnmCxPmOU_LAs,11590
|
|
83
|
+
cosmotech_api/model/runner_role.py,sha256=PZfteJL5CnKJZjlZZ2XeNDNEP8IBZJ7RBC8DDjoQh8I,11069
|
|
84
|
+
cosmotech_api/model/runner_run_template_parameter_value.py,sha256=tyDW0dbT-1U1CWKQ9GEbBEF0F7apygkcEOMmQcO_DcY,12107
|
|
85
|
+
cosmotech_api/model/runner_security.py,sha256=99IDKUjgoPfIfp6UG0RR9hkPR9-ZgLDYPXYVLBG6YWs,11888
|
|
86
|
+
cosmotech_api/model/runner_validation_status.py,sha256=_6ZAWGmjg5q7XENntjJQnNX7IPzANzCqlpCow-w7l_A,11871
|
|
87
|
+
cosmotech_api/model/scenario.py,sha256=b8SHYDQKoYgIujhzYBajHhvWuTj-zJiMc9EXBisj_9k,19740
|
|
88
|
+
cosmotech_api/model/scenario_access_control.py,sha256=R3gl-UfXB6nsecTsBXbn6QbYV-zi3NcnCCA92rAar-w,11284
|
|
89
|
+
cosmotech_api/model/scenario_changed_parameter_value.py,sha256=WOkngV28JnKlHVXa8HajKCRRMSWKl2FcR2B6qsCVAf8,12159
|
|
90
|
+
cosmotech_api/model/scenario_comparison_result.py,sha256=BsQLb7y2bJrg2bbZwfbJLFO7eHfc-_t7wuQl9vQ_Zaw,12317
|
|
91
|
+
cosmotech_api/model/scenario_data_download_info.py,sha256=7YAQgcXzAKkojxUZvTSgvOif7osbv52dJl9q_JZpFgY,11536
|
|
92
|
+
cosmotech_api/model/scenario_data_download_job.py,sha256=1hUgYneBFimEPwd1NIm02C5FTnbTS96GaFDgXEqJo-Y,11138
|
|
93
|
+
cosmotech_api/model/scenario_job_state.py,sha256=RRGatpqRJhOBz_i2bqNQvAICaTPgJcY3gjb0wFU0z9c,12059
|
|
94
|
+
cosmotech_api/model/scenario_last_run.py,sha256=h_K1_C2TerkJ97Vs7twLpQRJP2MmRf7NzzeIq_1NKDM,11965
|
|
95
|
+
cosmotech_api/model/scenario_resource_sizing.py,sha256=BIlH76s0k94s035fZHlQ7KKsRKAZ8Ja3MOCIPKersaQ,11596
|
|
96
|
+
cosmotech_api/model/scenario_role.py,sha256=yemjGVtEhcHqOaWRDBNKgA9Hr1PAPzfIBRsTViAgdBA,11079
|
|
97
|
+
cosmotech_api/model/scenario_run.py,sha256=gskwZy44EarwQBG1UyJknpvGjpWmeZamLBiPNoLK0XE,19807
|
|
98
|
+
cosmotech_api/model/scenario_run_container.py,sha256=d2rZrox2HdBXEDj56E9m2DH1T2brpGaQ4fenTvXrN9w,14699
|
|
99
|
+
cosmotech_api/model/scenario_run_container_artifact.py,sha256=FKHD2p9c51VeS8Io2MjggAi3_gBjaCErZi5ooo7LbNU,11361
|
|
100
|
+
cosmotech_api/model/scenario_run_container_logs.py,sha256=M7HyQJ4TEb-lgMZqMLrDu_gTt3RIAxUt8iPPsATZNko,12037
|
|
101
|
+
cosmotech_api/model/scenario_run_logs.py,sha256=GvGEn6gdQ65NUVtTKgepQ3wkKdTSqsV5eH_rq5uCAak,11752
|
|
102
|
+
cosmotech_api/model/scenario_run_resource_requested.py,sha256=WhudBkJcvd7Jk7of4CDX55md3i5eTuXywK6ODOo11RA,11314
|
|
103
|
+
cosmotech_api/model/scenario_run_result.py,sha256=g7_JuSwGKyl2_JItKKzEXHgbyG6usCiSPRkXePT_4uo,11235
|
|
104
|
+
cosmotech_api/model/scenario_run_search.py,sha256=GsXSGlS6sqJaJW9i9UAopacDNSguWnlBqUfbO8G7RfQ,13617
|
|
105
|
+
cosmotech_api/model/scenario_run_start_containers.py,sha256=2HwEA6UaTsdKH1N0RMzbjHw3pFCOcQyMws_Bky1v-V0,12665
|
|
106
|
+
cosmotech_api/model/scenario_run_state.py,sha256=d3jwEnq9AqE2ogMoX73-x_Sl3Dbb1UBJJPMspRYi8_Y,12177
|
|
107
|
+
cosmotech_api/model/scenario_run_status.py,sha256=gW8pvxS7WXlZcnU-nLVcWS6n0HFbTunOXxDDXh4z9N4,14595
|
|
108
|
+
cosmotech_api/model/scenario_run_status_node.py,sha256=FcuWWNv8wNcIpPnptkQJjak69Tx_vVhbFv8vhaD77Jc,14541
|
|
109
|
+
cosmotech_api/model/scenario_run_template_parameter_value.py,sha256=P2b13MrspTU5sgjVffGRuO2EypwzHF5TKfjI-GICMT4,12113
|
|
110
|
+
cosmotech_api/model/scenario_security.py,sha256=UbaNs0o2ZpetE55UDXXNgnsk_zD7qQN4c0j_5AGUoiM,11912
|
|
111
|
+
cosmotech_api/model/scenario_user.py,sha256=fwUoU4KrUuE-1b9SHcds92ZfnLdYdwZ5S7oA6DPrvtA,11622
|
|
112
|
+
cosmotech_api/model/scenario_validation_status.py,sha256=qM4AuydvSOJvB18e0ir2P6zE1aLtdfFsNy7pZF8AJXs,11885
|
|
113
|
+
cosmotech_api/model/solution.py,sha256=hZjs4UTOLLZDgnwD-Pq1ffL9hYw0koekf9I5-_RmzPo,16772
|
|
114
|
+
cosmotech_api/model/solution_access_control.py,sha256=nOpgB_tGUWbRNVdVbm6ws3MKK-AKKUEyngSLMCYYVVI,11284
|
|
115
|
+
cosmotech_api/model/solution_role.py,sha256=Zb4Mq1jQ9fi3nHuwSKHxUKqDdN85EuuTinaALLhn6Q4,11079
|
|
116
|
+
cosmotech_api/model/solution_security.py,sha256=gSmL0KhH4HbyFwl4R5-qi6mwuGyLMrhIOEVKKT6tbSw,11912
|
|
117
|
+
cosmotech_api/model/source_info.py,sha256=rF5dUNPWYfWBQ1ilXuNd24u203mvX6PknXUgfypNEps,11990
|
|
118
|
+
cosmotech_api/model/sub_dataset_graph_query.py,sha256=RA-VI_RX5ofYVuciT2bDJLI_HUYOhA3SGzVSsHq4gOA,11856
|
|
119
|
+
cosmotech_api/model/translated_labels.py,sha256=oJyHrOhH-QNnT-dVO628gsDGPLBBUmhwPRTt1XY3Vmk,10778
|
|
120
|
+
cosmotech_api/model/twin_graph_batch_result.py,sha256=A-WYQJ_BG-kAMmp1ej5USBaN1UR4qI8mCk85GGAZCX8,11671
|
|
121
|
+
cosmotech_api/model/twin_graph_hash.py,sha256=NIbqrfc3GQQnEf3VjH16KwPx3Ntcq1qLsA4PRS7MH7Y,11050
|
|
122
|
+
cosmotech_api/model/twin_graph_import.py,sha256=jhuv_xpqwps5EKS6NMp_eF0F9-4co0tVtFMvUrfzXDU,12029
|
|
123
|
+
cosmotech_api/model/twin_graph_import_info.py,sha256=P4-_Cb70Z0gNgndpe2ytnxnRnxRJNPLhZFz1O3UROUQ,11318
|
|
124
|
+
cosmotech_api/model/twin_graph_query.py,sha256=3Jp2clNt9hwftZBNkETJdO_LF8WeZ833vgVYQSDwTi0,11351
|
|
125
|
+
cosmotech_api/model/user.py,sha256=NkkHMv-FEo0D-L4VneZb4dzHcb-QKGRVdZWsDkSOCAg,12199
|
|
126
|
+
cosmotech_api/model/user_organization.py,sha256=yaaHDVUGfQfRXZui0g_-WD-II6flJL6PTPYp2uQIyYg,12060
|
|
127
|
+
cosmotech_api/model/user_workspace.py,sha256=ygM6s0cPOxtcN_TyoVD3kTW1ktkVkVsiWgl-G7WhZZc,11575
|
|
128
|
+
cosmotech_api/model/validator.py,sha256=xr6--MbN_4HABxPTXFtSw8wLt6TkoKTnIQ6cEhhNgeQ,13038
|
|
129
|
+
cosmotech_api/model/validator_run.py,sha256=p0tLXCIC31zFlU6dCABpefFyPq6VrQhbAZhtAaRS7Eg,13291
|
|
130
|
+
cosmotech_api/model/workspace.py,sha256=bfnzVoUPPHOSI6cUj_JDR_0-Eg0-OXZYOCrMxsAdBqc,20330
|
|
131
|
+
cosmotech_api/model/workspace_access_control.py,sha256=sKvQLPrtjEcpAXvB6-f4b2rEk4Hnm7rc0vDeQXdpDtQ,11287
|
|
132
|
+
cosmotech_api/model/workspace_file.py,sha256=eRT7wcY6HDC8TyFz9_5mBvjYUgRinXSUpqdlZ0eJFFY,11078
|
|
133
|
+
cosmotech_api/model/workspace_role.py,sha256=Z-s00buQPXx9kwcpgXtCA0T1f7mQhlLqypBqCg7E_v4,11084
|
|
134
|
+
cosmotech_api/model/workspace_secret.py,sha256=FZfDQp7EhufTjqR2l5KTKJWi1KlNkImFmk-H6MKFC0A,11188
|
|
135
|
+
cosmotech_api/model/workspace_security.py,sha256=FVk4A3LvY6RLscOqaNrCZCisKiJU8r7Xh1Fg8_Ze0TU,11924
|
|
136
|
+
cosmotech_api/model/workspace_solution.py,sha256=wvzwqSVBuNPyhImjbEKUz8kJc7hgrOF8GEmD09hawqs,12140
|
|
137
|
+
cosmotech_api/model/workspace_user.py,sha256=mXozfwgXUZQ62TVezLi66J_escMGOJzR3brKz_Kay6I,11653
|
|
138
|
+
cosmotech_api/model/workspace_web_app.py,sha256=KmR2OytlyfVUWl1iSzSC1HVaklr7aWfM669A-u3xBfQ,12029
|
|
139
|
+
cosmotech_api/models/__init__.py,sha256=u7QmoRJPZSp82Zc-7-5NVA98d0YsitEW5HMIY7_fw0A,7905
|
|
140
|
+
cosmotech_api/models/component_role_permissions.py,sha256=19JUrFi_l5GaNkvX9Emg0MRCGAC1DD3ltDStzpYAb7k,2635
|
|
141
|
+
cosmotech_api/models/connector.py,sha256=1je9N0WGicbAGuu1un8ddLOfXEzxGn6_wuNTbaURuAM,5014
|
|
142
|
+
cosmotech_api/models/connector_parameter.py,sha256=1O-BqZLmTRMR1gapWNkVJwy4PmY-ucrNdt784hOBPqU,3360
|
|
143
|
+
cosmotech_api/models/connector_parameter_group.py,sha256=HsQ3WtZdCnEmiWpykOs9eb9q09WG_nbsylJ4KXxruCg,3350
|
|
144
|
+
cosmotech_api/models/container_resource_size_info.py,sha256=Eqb7wfDYTZj2tnNJlHdyff9Hdj8UERElrQqzz9bI9BQ,2656
|
|
145
|
+
cosmotech_api/models/container_resource_sizing.py,sha256=Bwfnj_aYxzWXAc33HMgZzo1-7WRXOODgQKDNCgGoJ0s,3243
|
|
146
|
+
cosmotech_api/models/created_run.py,sha256=WsaTa98KxX8zryzymebmck5IgvY9LRds6lhtvP9k0BA,2475
|
|
147
|
+
cosmotech_api/models/dataset.py,sha256=UsKc90A6T7hRfasCQKrwX6kTR7Ks2X9t_S2f_Ws5EQE,8877
|
|
148
|
+
cosmotech_api/models/dataset_access_control.py,sha256=mz5QSiKK6eeGiPW8jXoGHyIEq9pZHjep9-uQOpzyDHE,2616
|
|
149
|
+
cosmotech_api/models/dataset_compatibility.py,sha256=YKGzqHtPRux-LTeuGrXgg_PmAc9ckrDCc63dV6extKc,3136
|
|
150
|
+
cosmotech_api/models/dataset_connector.py,sha256=jk_zXWhDbUOvGvqqTlRUEKxhglZEf55UsFdovU8lwpg,3013
|
|
151
|
+
cosmotech_api/models/dataset_copy_parameters.py,sha256=Gp39x24nYOWC1jZvf2ofA_XwzLKgT6_eeu21xADQWAc,2942
|
|
152
|
+
cosmotech_api/models/dataset_role.py,sha256=r1pK0OljIciIeZf4WZqOJwZdKVhSWwHNuhjUmQpjv-s,2490
|
|
153
|
+
cosmotech_api/models/dataset_search.py,sha256=fHSM7AQOVeZlwkXAstxaiFH-QtvJL7JrsdzpBcUAcd8,2568
|
|
154
|
+
cosmotech_api/models/dataset_security.py,sha256=bV83xyprG5cabZ1X7F62Cg5GjdBdR8DfLH02buZo1JI,3390
|
|
155
|
+
cosmotech_api/models/dataset_source_type.py,sha256=qC0KJdP939TzKTNx72GoJm_SC_CRiKBg7msDAJ0Xkwg,834
|
|
156
|
+
cosmotech_api/models/dataset_twin_graph_hash.py,sha256=jYNarpsFb5wTqNHznN-yAZdwj1lqeGvQqsF3OSXMjMw,2557
|
|
157
|
+
cosmotech_api/models/dataset_twin_graph_info.py,sha256=I9LFKjAIEBb8L_dD6UyBeMNBWexF1ArSfUHfYU4iWYo,2897
|
|
158
|
+
cosmotech_api/models/dataset_twin_graph_query.py,sha256=5kMkZUJ_CMvBabcEG4C51tWHhoKG6c3NSftA8-pHteM,2557
|
|
159
|
+
cosmotech_api/models/delete_historical_data.py,sha256=qnKv_cFRmKog3qj_7Ois82Y4BjrPXdnED7GGCLqDbNE,3167
|
|
160
|
+
cosmotech_api/models/file_upload_metadata.py,sha256=OtB1M1sWTID3y9yjjejzOBlNKyv9gP7Eq2nRAMGKONI,2586
|
|
161
|
+
cosmotech_api/models/file_upload_validation.py,sha256=7GX5WPQ1kABt_o_4nGeKVETLcuRMTMZswn2ZbouHnAE,3636
|
|
162
|
+
cosmotech_api/models/graph_properties.py,sha256=J2v83f0cqwL6XsCSAusBwgn75AhtRBMPSFGK-IhdBwE,3165
|
|
163
|
+
cosmotech_api/models/ingestion_status_enum.py,sha256=SWJVh3vExzqCamT8QQRJU_7nupuj-4mTN3o9nRr6RAU,799
|
|
164
|
+
cosmotech_api/models/io_types_enum.py,sha256=FmaSEdK6vhD450M-_d1J6D8byAgXywVTi-bFTcnXefQ,751
|
|
165
|
+
cosmotech_api/models/organization.py,sha256=q7wMJ0N4C21nRdcQc5VfKPfwmsWB2aNgt6WAueIXipk,3399
|
|
166
|
+
cosmotech_api/models/organization_access_control.py,sha256=NkhhwchBMzgnrv165f3LyjvTFizLMlLy4Yf5wbdRQbM,2636
|
|
167
|
+
cosmotech_api/models/organization_role.py,sha256=Ol-vdr4hm9vLOCn6v3tzYYK2-yL9B5RfAwvi_S1E09M,2515
|
|
168
|
+
cosmotech_api/models/organization_security.py,sha256=-wctq6whpfOjbwdG5X8H_p_FDiXmJZnvmqPNE3Etw6Y,3435
|
|
169
|
+
cosmotech_api/models/organization_service.py,sha256=SzLBMWIziQdal0YKvH2zFRvUO83jD1NC0cMs1SWX0BA,3429
|
|
170
|
+
cosmotech_api/models/organization_services.py,sha256=MW-GjmA3bRaClWT74pl0usF6aoWRWVveGlmMk-TomyU,3696
|
|
171
|
+
cosmotech_api/models/query_result.py,sha256=eHG4In2xw8dd4uw3kmBszxPyKsFtyxZAcUq7_xveh44,2544
|
|
172
|
+
cosmotech_api/models/resource_size_info.py,sha256=2igN-RkehBYe2J7eb79CXMJAbx6tHc0z4JSnRsAbEQA,2629
|
|
173
|
+
cosmotech_api/models/run.py,sha256=yQoaL133tmHN55ulbiAz1Dzxgve8o8WUUhBiUVq8oxs,8214
|
|
174
|
+
cosmotech_api/models/run_container.py,sha256=jw732cURTBH5t0avW9A6XL4FqZMY-lTUsHZzw0pKang,4732
|
|
175
|
+
cosmotech_api/models/run_container_artifact.py,sha256=z7IFE6zyA_B_RFWYT-GZDCen7ZnHqWVTA0Ec2C-osOE,2704
|
|
176
|
+
cosmotech_api/models/run_container_logs.py,sha256=Ft0ACSghHa4J_ZfErNWbPoDz9-mcNmdOV86B1nYztFQ,3366
|
|
177
|
+
cosmotech_api/models/run_data.py,sha256=AxdbKe_rZXj75h5gvt0E8SYblVaTytM6ZQl3xu6SRPk,2785
|
|
178
|
+
cosmotech_api/models/run_data_query.py,sha256=G3t1xnjhdLzoi-pdNltsbF-AxQ-emJL0YjNDnc1_51Q,2507
|
|
179
|
+
cosmotech_api/models/run_logs.py,sha256=MQyHUA_GhGeLmCFLi8eHc9mp2z3c8Tv0SoUnzvKQ9zo,3229
|
|
180
|
+
cosmotech_api/models/run_logs_entry.py,sha256=cGYlXPr4lCannYpVnW1eDCwabDQDfrF-mNAFIR1AMTQ,2494
|
|
181
|
+
cosmotech_api/models/run_resource_requested.py,sha256=L_QkdmjiB5vSQtmPE8T7DrVQCqPGi7Z1WhT5jp8AeZ8,2712
|
|
182
|
+
cosmotech_api/models/run_search.py,sha256=r61WC6g79YZQbXflPJ_tT-KzTyZF8hhwgCPECFgaqKQ,3873
|
|
183
|
+
cosmotech_api/models/run_search_state.py,sha256=83v9mWRwsjsKHW21ydZpRNBfCyLOtLRPUmGqNKA-G0k,1099
|
|
184
|
+
cosmotech_api/models/run_start_containers.py,sha256=Pl9xC_KkuXhTGtknsooJoY83SBw899opnHUoVZO9yTA,3748
|
|
185
|
+
cosmotech_api/models/run_state.py,sha256=E5pWZSif5zCoYiSVBQn0sJDgQJS_ajJVXZt2d-TmbIw,787
|
|
186
|
+
cosmotech_api/models/run_status.py,sha256=cQpVjPmtHJ4K35GfOxJvbPSWwdMx3PS_-2e3_2SkXgo,5327
|
|
187
|
+
cosmotech_api/models/run_status_node.py,sha256=mf-BSuWC7ptFTPynNZ1G9VDidzyGVJNFx-NvbP3B-KY,5037
|
|
188
|
+
cosmotech_api/models/run_template.py,sha256=M0tytQOdMgbnlFUI9D45zLRbDh1AEDhuiXilmKQoq0w,10891
|
|
189
|
+
cosmotech_api/models/run_template_handler_id.py,sha256=xroQRocpqn5Oxl26uYgPEfuXvOAO3KqzEm9H0RYlolA,914
|
|
190
|
+
cosmotech_api/models/run_template_orchestrator.py,sha256=WISy6PtKkDl7bBQAgqy977Kq-ano-RjnoJcxURjAknY,793
|
|
191
|
+
cosmotech_api/models/run_template_parameter.py,sha256=oHIMAgMjHHL6EYtkaygr7mnBHBFAgol8NdfbviV4KYU,3853
|
|
192
|
+
cosmotech_api/models/run_template_parameter_group.py,sha256=sc0oE4zSWC4imaucCeVZakqVunmHu9VmkKC8JiOVblA,3433
|
|
193
|
+
cosmotech_api/models/run_template_parameter_value.py,sha256=gwztT4OWc_n-znbL_9IcWP3xrS7l4fEl2QWOilN8SoA,2986
|
|
194
|
+
cosmotech_api/models/run_template_resource_sizing.py,sha256=NFuRcVP0YPVBWBndMVUOUgRJqCRPm9XfxPhf1HWjam4,3194
|
|
195
|
+
cosmotech_api/models/run_template_step_source.py,sha256=8VTJRLX-h22PlrCiqODnR6W-vZZ1vq4QthtJJcZtxRY,812
|
|
196
|
+
cosmotech_api/models/runner.py,sha256=zoRzTxeY2C63v6BvShLiMN86ygvtLz7Sv0dZCCDN3rA,8561
|
|
197
|
+
cosmotech_api/models/runner_access_control.py,sha256=hbeROUJtNZlBjEaOHY13nMpXeNcw8QhvxmaDBhVYq24,2612
|
|
198
|
+
cosmotech_api/models/runner_changed_parameter_value.py,sha256=7MMdoP_LKjzirYBQd28zn-1HYBth9QmfJeETeHCRLaE,3499
|
|
199
|
+
cosmotech_api/models/runner_comparison_result.py,sha256=LRcw11QDaJ_BTCapZ8YIUbHbqQUIGJKOunXy9B-GG4Q,3881
|
|
200
|
+
cosmotech_api/models/runner_data_download_info.py,sha256=UI8rXTEJsyqng35EUAwmLzYv8JUuJcAkystDRdvl6a8,2625
|
|
201
|
+
cosmotech_api/models/runner_data_download_job.py,sha256=AC9KSGaNHDjaSwuLNkhD1eIG5Os4Z-BVsEctTBJTvq4,2623
|
|
202
|
+
cosmotech_api/models/runner_job_state.py,sha256=SxZL-6h3Oxe1OHb9GGzQNzysOc54kwK3_vRAl74-TRw,875
|
|
203
|
+
cosmotech_api/models/runner_last_run.py,sha256=UO6Asi1RgD1KDaVC80ZnPZJhgajSXYX0Eoe7Ah1cOJo,3165
|
|
204
|
+
cosmotech_api/models/runner_parent_last_run.py,sha256=2eusGiCqzVf2a6tBZecyKWD2dP2v-PaprO6E1XwczAU,3189
|
|
205
|
+
cosmotech_api/models/runner_resource_sizing.py,sha256=b1AfZl36YtLeu7_R9rGxbnuCtxBwo8kqjuUv0I8oFrE,3179
|
|
206
|
+
cosmotech_api/models/runner_role.py,sha256=5__6IDCLacJT46BdGGP6MI29XO37h7bYpcH6Q0XwMc4,2485
|
|
207
|
+
cosmotech_api/models/runner_root_last_run.py,sha256=YoTf6QeKCbrUTGF9G_fO1H0JOMzMlFyXts_jaht5V9Q,3181
|
|
208
|
+
cosmotech_api/models/runner_run_template_parameter_value.py,sha256=Uc0peMevCwkLs5DdmwEKMvwb-rKRw86w_HXoUpqdrmg,3251
|
|
209
|
+
cosmotech_api/models/runner_security.py,sha256=nUOMCTCxp5zhdOaFyFUiQYooTby7ckCXlxd1BHHitV8,3381
|
|
210
|
+
cosmotech_api/models/runner_validation_status.py,sha256=FNBhWU7ZlFD_hgrvVwQ1ffJVSoglFsPdkKVOqo7IQkU,824
|
|
211
|
+
cosmotech_api/models/scenario.py,sha256=JDgoOiljSMBjt8M9o1nGLJdmN3k1LU-N_ZzqawJGunc,9803
|
|
212
|
+
cosmotech_api/models/scenario_access_control.py,sha256=UwyzOBCvtAcb56vFCYcXJXXtk5h2dQSk-ECvTafBWw8,2598
|
|
213
|
+
cosmotech_api/models/scenario_changed_parameter_value.py,sha256=3uA1tst39IN1hXXLgpydcE-AjFX_GGh7OOGOg_kIm7E,3509
|
|
214
|
+
cosmotech_api/models/scenario_comparison_result.py,sha256=MOqPAasW5smsVBlvRsMG8z9iSeAqX-o7QoF3zf3cu-Y,3927
|
|
215
|
+
cosmotech_api/models/scenario_data_download_info.py,sha256=pW2Ogh-Jv0y2SyqdhUW3DHJj7uR0Vns4boQ0Hmkr7bI,2797
|
|
216
|
+
cosmotech_api/models/scenario_data_download_job.py,sha256=ZpeJdCMPjM4jLp_8AildpJiKoDgEZi26d__0t3UBXJ8,2633
|
|
217
|
+
cosmotech_api/models/scenario_job_state.py,sha256=pvEkpRpv4OK1N1XjXotUjEk3CstAXFCkMlRFDitb3XA,872
|
|
218
|
+
cosmotech_api/models/scenario_last_run.py,sha256=oehZ6Yi4ggUcgoM9Gia86Av3uzCv0xNb5yBSOgRLmbQ,3176
|
|
219
|
+
cosmotech_api/models/scenario_resource_sizing.py,sha256=J_avXhieKSCl3XhBfFEbb5DS0ZvcMhKEECFsURyktHM,3163
|
|
220
|
+
cosmotech_api/models/scenario_role.py,sha256=VZQOgwF1Y0tJchycJEqgD_LsgPrkvS4TmNF9GraV12A,2473
|
|
221
|
+
cosmotech_api/models/scenario_run.py,sha256=FSknqxfbh3HRQsElJ8xMWitU4HT3k8KAsVBx0MKNxxY,9775
|
|
222
|
+
cosmotech_api/models/scenario_run_container.py,sha256=NAFPEJJ5WjxIWLE0Dbup4h9FwTeZhnifUPJHo6e25hQ,5431
|
|
223
|
+
cosmotech_api/models/scenario_run_container_artifact.py,sha256=FrHqH-CxugYC3twAw9wvdOtdMlzFqYPGLzQYQbdYVeQ,2730
|
|
224
|
+
cosmotech_api/models/scenario_run_container_logs.py,sha256=TvM-PQQmx3b4x8IA0PmTYKj1BEBOZuYGB1FQXNV4-g4,3390
|
|
225
|
+
cosmotech_api/models/scenario_run_logs.py,sha256=e0Wr1Psl4C4gOGonl-ABST4vLIaEKdCnEgQAS8PYR6Y,3587
|
|
226
|
+
cosmotech_api/models/scenario_run_resource_requested.py,sha256=KsEHd7cJB4DGhMbzqyX3pkSyn8DcNTXAHGDE3VyBN-c,2714
|
|
227
|
+
cosmotech_api/models/scenario_run_result.py,sha256=Uh01C67xNYyuuuSL9y0OzJ2VI1mX_9V8KZILyexmVbw,2613
|
|
228
|
+
cosmotech_api/models/scenario_run_search.py,sha256=3T3uIvXzpQNCf8b8e5lSlQjGpjlOE_SuaZIR1RIquWY,3934
|
|
229
|
+
cosmotech_api/models/scenario_run_search_state.py,sha256=eoj1WsU_Z4c2vOgp9rcmd2nTiJej2mj_UH2sYuO5ss8,1115
|
|
230
|
+
cosmotech_api/models/scenario_run_start_containers.py,sha256=UnAN0ibTKkGPXULuFB9DA8hp3CpbZlZM7FbtnTUMQzs,3805
|
|
231
|
+
cosmotech_api/models/scenario_run_state.py,sha256=00cP_V-1bu4JCJlJG61VeWNKNxHbkVjOgRTLGgxMil8,908
|
|
232
|
+
cosmotech_api/models/scenario_run_status.py,sha256=DdtVcTOS-fsnpPonYDJQQDH45AxMTvRRO2iyBNOAQQU,5068
|
|
233
|
+
cosmotech_api/models/scenario_run_status_node.py,sha256=Py3ukzbm9M5dgfO1c6i54aIwKy0IJAfDMKLb3m5jiJE,5088
|
|
234
|
+
cosmotech_api/models/scenario_run_template_parameter_value.py,sha256=8dO1TGbXmr9F7Y5vqYpJiucQshA8BQ1dpcd2F0EcWSk,3237
|
|
235
|
+
cosmotech_api/models/scenario_security.py,sha256=EQMmjoplUjF3NRCUuIG8Znf2C8kNAsCpUNM-n_rsuXs,3317
|
|
236
|
+
cosmotech_api/models/scenario_validation_status.py,sha256=8sWrjV6jZzZvTWXp7GjCLyVPIFC6MRK_YqYdW2-HcFk,821
|
|
237
|
+
cosmotech_api/models/send_run_data_request.py,sha256=g5HZwYj-dAazangUT4BJ3zRNIYzuF7ETC_kXut5S8Wg,2578
|
|
238
|
+
cosmotech_api/models/solution.py,sha256=2UjcrRE01xi4BHcC4KUIf4dY4s3QgTBUhJLICjPLCPs,7648
|
|
239
|
+
cosmotech_api/models/solution_access_control.py,sha256=r5R3s3rkEG6a7343Ixa2t9lrGvPkAqYl7QhoWsbBHZM,2620
|
|
240
|
+
cosmotech_api/models/solution_role.py,sha256=Png5s2tqfQyiFI9MWQhn-GUO96HlS8d_wJ-fUwwyzy0,2495
|
|
241
|
+
cosmotech_api/models/solution_security.py,sha256=yObMZLtslczRD-Bw5wV8EtDRLPcBFnCZZmhgluq_Sns,3399
|
|
242
|
+
cosmotech_api/models/source_info.py,sha256=_ouVKDtwdoUzbR594rsBZbElAg5T4xzL8N7MpiowTu4,3045
|
|
243
|
+
cosmotech_api/models/sub_dataset_graph_query.py,sha256=0gqlyW526Ma6jw6LIQdxtNe8KyMjpDta4D7IH4SpohY,3065
|
|
244
|
+
cosmotech_api/models/twin_graph_batch_result.py,sha256=dUl0UVJNl9oULZA9YFuVL9yulzGr5WDZdSaQ2lgIzw8,2759
|
|
245
|
+
cosmotech_api/models/twin_graph_hash.py,sha256=L6Hefl4L57y1LnzjnehC6Xl_TjsgeWAY1Ohaot8bNME,2514
|
|
246
|
+
cosmotech_api/models/twin_graph_query.py,sha256=43Q4im-UO0iwigDgdn6RJbZTkAIdPq9Ew6ZxiLwJ2Uc,2667
|
|
247
|
+
cosmotech_api/models/twincache_status_enum.py,sha256=4V_Ha6rTC4dDASg3mkePOl1ZitIUmDiSKsPaj2KjvYg,748
|
|
248
|
+
cosmotech_api/models/validator.py,sha256=Wl3iwxf57yrD-CqxygExGCr1Rnb91UJRHzR0G_iFnUg,3713
|
|
249
|
+
cosmotech_api/models/validator_run.py,sha256=OPZ2DUHjb716kXLgHhzny5BA9eRredK_EoFivhJxjYI,4561
|
|
250
|
+
cosmotech_api/models/workspace.py,sha256=WrFdMFzidI31DV2ZP7XnYSHCcHJq1p-p_YuA1UjPJJw,8816
|
|
251
|
+
cosmotech_api/models/workspace_access_control.py,sha256=JwGnHxYAfAnspJypyDp9A53Joub-9cEdcGRY9AAwdyM,2624
|
|
252
|
+
cosmotech_api/models/workspace_file.py,sha256=jF4sv9-2p7wSvq06wxZqSNGWm6RT1IPFnmiNpF4JSV8,2581
|
|
253
|
+
cosmotech_api/models/workspace_role.py,sha256=MzukPrAvguL-VoWPmywGWjkL70uJatQvHTiTWIlBmuc,2500
|
|
254
|
+
cosmotech_api/models/workspace_secret.py,sha256=_WMC_1JW8lBN3hYylZytHObazSKH0K4Xy9a1XTL7Uio,2641
|
|
255
|
+
cosmotech_api/models/workspace_security.py,sha256=is9YW0eh6L8hg_1bRbfgxz-5H1YbDxoyIUzlWehz4sE,3408
|
|
256
|
+
cosmotech_api/models/workspace_solution.py,sha256=JtwwJltKAEnw01V3AHkj64HNSVAgdqAyLhD0u-RyGzA,3195
|
|
257
|
+
cosmotech_api/models/workspace_web_app.py,sha256=Qq_dyz3taQwxKM1CHrhZy-jdaQQ57oer61R16rGcnXQ,2861
|
|
258
|
+
cosmotech_api-3.1.13.dist-info/licenses/LICENSE,sha256=3WIX4TWBzkdiuP1Yiuv4TzmgFUpd_Nu9R-C4a4U6ijo,1134
|
|
259
|
+
cosmotech_api-3.1.13.dist-info/METADATA,sha256=FM8tJESOCmz8mhx3d5SNh8PPW0AShrZMVtkGeGmm6QA,576
|
|
260
|
+
cosmotech_api-3.1.13.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
|
261
|
+
cosmotech_api-3.1.13.dist-info/top_level.txt,sha256=wv9-Z7Kc5Uxdc-ZChExKN0TSbyrEU7FHipDjAyybBlw,14
|
|
262
|
+
cosmotech_api-3.1.13.dist-info/RECORD,,
|