graphscope-flex 0.27.0__3-py2.py3-none-any.whl → 0.28.0__3-py2.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.
Files changed (71) hide show
  1. {graphscope_flex-0.27.0.dist-info → graphscope_flex-0.28.0.dist-info}/METADATA +6 -4
  2. graphscope_flex-0.28.0.dist-info/RECORD +11 -0
  3. {graphscope_flex-0.27.0.dist-info → graphscope_flex-0.28.0.dist-info}/WHEEL +1 -1
  4. graphscope/flex/rest/api/__init__.py +0 -12
  5. graphscope/flex/rest/api/alert_api.py +0 -2780
  6. graphscope/flex/rest/api/data_source_api.py +0 -1173
  7. graphscope/flex/rest/api/deployment_api.py +0 -528
  8. graphscope/flex/rest/api/graph_api.py +0 -2803
  9. graphscope/flex/rest/api/job_api.py +0 -1356
  10. graphscope/flex/rest/api/service_api.py +0 -1311
  11. graphscope/flex/rest/api/stored_procedure_api.py +0 -1449
  12. graphscope/flex/rest/api/utils_api.py +0 -309
  13. graphscope/flex/rest/models/__init__.py +0 -73
  14. graphscope/flex/rest/models/base_edge_type.py +0 -102
  15. graphscope/flex/rest/models/base_edge_type_vertex_type_pair_relations_inner.py +0 -105
  16. graphscope/flex/rest/models/base_edge_type_vertex_type_pair_relations_inner_x_csr_params.py +0 -98
  17. graphscope/flex/rest/models/base_property_meta.py +0 -105
  18. graphscope/flex/rest/models/base_vertex_type.py +0 -96
  19. graphscope/flex/rest/models/base_vertex_type_x_csr_params.py +0 -88
  20. graphscope/flex/rest/models/column_mapping.py +0 -94
  21. graphscope/flex/rest/models/column_mapping_column.py +0 -90
  22. graphscope/flex/rest/models/create_alert_receiver_request.py +0 -103
  23. graphscope/flex/rest/models/create_alert_rule_request.py +0 -112
  24. graphscope/flex/rest/models/create_dataloading_job_response.py +0 -88
  25. graphscope/flex/rest/models/create_edge_type.py +0 -114
  26. graphscope/flex/rest/models/create_graph_request.py +0 -106
  27. graphscope/flex/rest/models/create_graph_response.py +0 -88
  28. graphscope/flex/rest/models/create_graph_schema_request.py +0 -106
  29. graphscope/flex/rest/models/create_property_meta.py +0 -100
  30. graphscope/flex/rest/models/create_stored_proc_request.py +0 -101
  31. graphscope/flex/rest/models/create_stored_proc_response.py +0 -88
  32. graphscope/flex/rest/models/create_vertex_type.py +0 -108
  33. graphscope/flex/rest/models/dataloading_job_config.py +0 -136
  34. graphscope/flex/rest/models/dataloading_job_config_edges_inner.py +0 -92
  35. graphscope/flex/rest/models/dataloading_job_config_loading_config.py +0 -104
  36. graphscope/flex/rest/models/dataloading_job_config_loading_config_format.py +0 -90
  37. graphscope/flex/rest/models/dataloading_job_config_vertices_inner.py +0 -88
  38. graphscope/flex/rest/models/edge_mapping.py +0 -122
  39. graphscope/flex/rest/models/edge_mapping_type_triplet.py +0 -92
  40. graphscope/flex/rest/models/error.py +0 -90
  41. graphscope/flex/rest/models/get_alert_message_response.py +0 -123
  42. graphscope/flex/rest/models/get_alert_receiver_response.py +0 -107
  43. graphscope/flex/rest/models/get_alert_rule_response.py +0 -114
  44. graphscope/flex/rest/models/get_edge_type.py +0 -116
  45. graphscope/flex/rest/models/get_graph_response.py +0 -126
  46. graphscope/flex/rest/models/get_graph_schema_response.py +0 -106
  47. graphscope/flex/rest/models/get_property_meta.py +0 -102
  48. graphscope/flex/rest/models/get_stored_proc_response.py +0 -128
  49. graphscope/flex/rest/models/get_vertex_type.py +0 -110
  50. graphscope/flex/rest/models/gs_data_type.py +0 -138
  51. graphscope/flex/rest/models/job_status.py +0 -107
  52. graphscope/flex/rest/models/long_text.py +0 -93
  53. graphscope/flex/rest/models/node_status.py +0 -94
  54. graphscope/flex/rest/models/parameter.py +0 -94
  55. graphscope/flex/rest/models/primitive_type.py +0 -95
  56. graphscope/flex/rest/models/running_deployment_info.py +0 -128
  57. graphscope/flex/rest/models/running_deployment_status.py +0 -105
  58. graphscope/flex/rest/models/running_deployment_status_nodes_inner.py +0 -124
  59. graphscope/flex/rest/models/schema_mapping.py +0 -106
  60. graphscope/flex/rest/models/service_status.py +0 -105
  61. graphscope/flex/rest/models/service_status_sdk_endpoints.py +0 -94
  62. graphscope/flex/rest/models/start_service_request.py +0 -88
  63. graphscope/flex/rest/models/stored_procedure_meta.py +0 -124
  64. graphscope/flex/rest/models/string_type.py +0 -92
  65. graphscope/flex/rest/models/string_type_string.py +0 -124
  66. graphscope/flex/rest/models/update_alert_message_status_request.py +0 -97
  67. graphscope/flex/rest/models/update_stored_proc_request.py +0 -88
  68. graphscope/flex/rest/models/upload_file_response.py +0 -88
  69. graphscope/flex/rest/models/vertex_mapping.py +0 -100
  70. graphscope_flex-0.27.0.dist-info/RECORD +0 -77
  71. {graphscope_flex-0.27.0.dist-info → graphscope_flex-0.28.0.dist-info}/top_level.txt +0 -0
@@ -1,97 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- GraphScope FLEX HTTP SERVICE API
5
-
6
- This is a specification for GraphScope FLEX HTTP service based on the OpenAPI 3.0 specification. You can find out more details about specification at [doc](https://swagger.io/specification/v3/). Some useful links: - [GraphScope Repository](https://github.com/alibaba/GraphScope) - [The Source API definition for GraphScope Interactive](https://github.com/GraphScope/portal/tree/main/httpservice)
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Contact: graphscope@alibaba-inc.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, StrictStr, field_validator
22
- from typing import Any, ClassVar, Dict, List
23
- from typing import Optional, Set
24
- from typing_extensions import Self
25
-
26
- class UpdateAlertMessageStatusRequest(BaseModel):
27
- """
28
- UpdateAlertMessageStatusRequest
29
- """ # noqa: E501
30
- message_ids: List[StrictStr]
31
- status: StrictStr
32
- __properties: ClassVar[List[str]] = ["message_ids", "status"]
33
-
34
- @field_validator('status')
35
- def status_validate_enum(cls, value):
36
- """Validates the enum"""
37
- if value not in set(['unsolved', 'solved', 'dealing']):
38
- raise ValueError("must be one of enum values ('unsolved', 'solved', 'dealing')")
39
- return value
40
-
41
- model_config = {
42
- "populate_by_name": True,
43
- "validate_assignment": True,
44
- "protected_namespaces": (),
45
- }
46
-
47
-
48
- def to_str(self) -> str:
49
- """Returns the string representation of the model using alias"""
50
- return pprint.pformat(self.model_dump(by_alias=True))
51
-
52
- def to_json(self) -> str:
53
- """Returns the JSON representation of the model using alias"""
54
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
55
- return json.dumps(self.to_dict())
56
-
57
- @classmethod
58
- def from_json(cls, json_str: str) -> Optional[Self]:
59
- """Create an instance of UpdateAlertMessageStatusRequest from a JSON string"""
60
- return cls.from_dict(json.loads(json_str))
61
-
62
- def to_dict(self) -> Dict[str, Any]:
63
- """Return the dictionary representation of the model using alias.
64
-
65
- This has the following differences from calling pydantic's
66
- `self.model_dump(by_alias=True)`:
67
-
68
- * `None` is only added to the output dict for nullable fields that
69
- were set at model initialization. Other fields with value `None`
70
- are ignored.
71
- """
72
- excluded_fields: Set[str] = set([
73
- ])
74
-
75
- _dict = self.model_dump(
76
- by_alias=True,
77
- exclude=excluded_fields,
78
- exclude_none=True,
79
- )
80
- return _dict
81
-
82
- @classmethod
83
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
84
- """Create an instance of UpdateAlertMessageStatusRequest from a dict"""
85
- if obj is None:
86
- return None
87
-
88
- if not isinstance(obj, dict):
89
- return cls.model_validate(obj)
90
-
91
- _obj = cls.model_validate({
92
- "message_ids": obj.get("message_ids"),
93
- "status": obj.get("status")
94
- })
95
- return _obj
96
-
97
-
@@ -1,88 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- GraphScope FLEX HTTP SERVICE API
5
-
6
- This is a specification for GraphScope FLEX HTTP service based on the OpenAPI 3.0 specification. You can find out more details about specification at [doc](https://swagger.io/specification/v3/). Some useful links: - [GraphScope Repository](https://github.com/alibaba/GraphScope) - [The Source API definition for GraphScope Interactive](https://github.com/GraphScope/portal/tree/main/httpservice)
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Contact: graphscope@alibaba-inc.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, StrictStr
22
- from typing import Any, ClassVar, Dict, List
23
- from typing import Optional, Set
24
- from typing_extensions import Self
25
-
26
- class UpdateStoredProcRequest(BaseModel):
27
- """
28
- UpdateStoredProcRequest
29
- """ # noqa: E501
30
- description: StrictStr
31
- __properties: ClassVar[List[str]] = ["description"]
32
-
33
- model_config = {
34
- "populate_by_name": True,
35
- "validate_assignment": True,
36
- "protected_namespaces": (),
37
- }
38
-
39
-
40
- def to_str(self) -> str:
41
- """Returns the string representation of the model using alias"""
42
- return pprint.pformat(self.model_dump(by_alias=True))
43
-
44
- def to_json(self) -> str:
45
- """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
-
49
- @classmethod
50
- def from_json(cls, json_str: str) -> Optional[Self]:
51
- """Create an instance of UpdateStoredProcRequest from a JSON string"""
52
- return cls.from_dict(json.loads(json_str))
53
-
54
- def to_dict(self) -> Dict[str, Any]:
55
- """Return the dictionary representation of the model using alias.
56
-
57
- This has the following differences from calling pydantic's
58
- `self.model_dump(by_alias=True)`:
59
-
60
- * `None` is only added to the output dict for nullable fields that
61
- were set at model initialization. Other fields with value `None`
62
- are ignored.
63
- """
64
- excluded_fields: Set[str] = set([
65
- ])
66
-
67
- _dict = self.model_dump(
68
- by_alias=True,
69
- exclude=excluded_fields,
70
- exclude_none=True,
71
- )
72
- return _dict
73
-
74
- @classmethod
75
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
76
- """Create an instance of UpdateStoredProcRequest from a dict"""
77
- if obj is None:
78
- return None
79
-
80
- if not isinstance(obj, dict):
81
- return cls.model_validate(obj)
82
-
83
- _obj = cls.model_validate({
84
- "description": obj.get("description")
85
- })
86
- return _obj
87
-
88
-
@@ -1,88 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- GraphScope FLEX HTTP SERVICE API
5
-
6
- This is a specification for GraphScope FLEX HTTP service based on the OpenAPI 3.0 specification. You can find out more details about specification at [doc](https://swagger.io/specification/v3/). Some useful links: - [GraphScope Repository](https://github.com/alibaba/GraphScope) - [The Source API definition for GraphScope Interactive](https://github.com/GraphScope/portal/tree/main/httpservice)
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Contact: graphscope@alibaba-inc.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, StrictStr
22
- from typing import Any, ClassVar, Dict, List
23
- from typing import Optional, Set
24
- from typing_extensions import Self
25
-
26
- class UploadFileResponse(BaseModel):
27
- """
28
- UploadFileResponse
29
- """ # noqa: E501
30
- file_path: StrictStr
31
- __properties: ClassVar[List[str]] = ["file_path"]
32
-
33
- model_config = {
34
- "populate_by_name": True,
35
- "validate_assignment": True,
36
- "protected_namespaces": (),
37
- }
38
-
39
-
40
- def to_str(self) -> str:
41
- """Returns the string representation of the model using alias"""
42
- return pprint.pformat(self.model_dump(by_alias=True))
43
-
44
- def to_json(self) -> str:
45
- """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
-
49
- @classmethod
50
- def from_json(cls, json_str: str) -> Optional[Self]:
51
- """Create an instance of UploadFileResponse from a JSON string"""
52
- return cls.from_dict(json.loads(json_str))
53
-
54
- def to_dict(self) -> Dict[str, Any]:
55
- """Return the dictionary representation of the model using alias.
56
-
57
- This has the following differences from calling pydantic's
58
- `self.model_dump(by_alias=True)`:
59
-
60
- * `None` is only added to the output dict for nullable fields that
61
- were set at model initialization. Other fields with value `None`
62
- are ignored.
63
- """
64
- excluded_fields: Set[str] = set([
65
- ])
66
-
67
- _dict = self.model_dump(
68
- by_alias=True,
69
- exclude=excluded_fields,
70
- exclude_none=True,
71
- )
72
- return _dict
73
-
74
- @classmethod
75
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
76
- """Create an instance of UploadFileResponse from a dict"""
77
- if obj is None:
78
- return None
79
-
80
- if not isinstance(obj, dict):
81
- return cls.model_validate(obj)
82
-
83
- _obj = cls.model_validate({
84
- "file_path": obj.get("file_path")
85
- })
86
- return _obj
87
-
88
-
@@ -1,100 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- GraphScope FLEX HTTP SERVICE API
5
-
6
- This is a specification for GraphScope FLEX HTTP service based on the OpenAPI 3.0 specification. You can find out more details about specification at [doc](https://swagger.io/specification/v3/). Some useful links: - [GraphScope Repository](https://github.com/alibaba/GraphScope) - [The Source API definition for GraphScope Interactive](https://github.com/GraphScope/portal/tree/main/httpservice)
7
-
8
- The version of the OpenAPI document: 1.0.0
9
- Contact: graphscope@alibaba-inc.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, StrictStr
22
- from typing import Any, ClassVar, Dict, List
23
- from graphscope.flex.rest.models.column_mapping import ColumnMapping
24
- from typing import Optional, Set
25
- from typing_extensions import Self
26
-
27
- class VertexMapping(BaseModel):
28
- """
29
- VertexMapping
30
- """ # noqa: E501
31
- type_name: StrictStr
32
- inputs: List[StrictStr]
33
- column_mappings: List[ColumnMapping]
34
- __properties: ClassVar[List[str]] = ["type_name", "inputs", "column_mappings"]
35
-
36
- model_config = {
37
- "populate_by_name": True,
38
- "validate_assignment": True,
39
- "protected_namespaces": (),
40
- }
41
-
42
-
43
- def to_str(self) -> str:
44
- """Returns the string representation of the model using alias"""
45
- return pprint.pformat(self.model_dump(by_alias=True))
46
-
47
- def to_json(self) -> str:
48
- """Returns the JSON representation of the model using alias"""
49
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
50
- return json.dumps(self.to_dict())
51
-
52
- @classmethod
53
- def from_json(cls, json_str: str) -> Optional[Self]:
54
- """Create an instance of VertexMapping from a JSON string"""
55
- return cls.from_dict(json.loads(json_str))
56
-
57
- def to_dict(self) -> Dict[str, Any]:
58
- """Return the dictionary representation of the model using alias.
59
-
60
- This has the following differences from calling pydantic's
61
- `self.model_dump(by_alias=True)`:
62
-
63
- * `None` is only added to the output dict for nullable fields that
64
- were set at model initialization. Other fields with value `None`
65
- are ignored.
66
- """
67
- excluded_fields: Set[str] = set([
68
- ])
69
-
70
- _dict = self.model_dump(
71
- by_alias=True,
72
- exclude=excluded_fields,
73
- exclude_none=True,
74
- )
75
- # override the default output from pydantic by calling `to_dict()` of each item in column_mappings (list)
76
- _items = []
77
- if self.column_mappings:
78
- for _item in self.column_mappings:
79
- if _item:
80
- _items.append(_item.to_dict())
81
- _dict['column_mappings'] = _items
82
- return _dict
83
-
84
- @classmethod
85
- def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
86
- """Create an instance of VertexMapping from a dict"""
87
- if obj is None:
88
- return None
89
-
90
- if not isinstance(obj, dict):
91
- return cls.model_validate(obj)
92
-
93
- _obj = cls.model_validate({
94
- "type_name": obj.get("type_name"),
95
- "inputs": obj.get("inputs"),
96
- "column_mappings": [ColumnMapping.from_dict(_item) for _item in obj["column_mappings"]] if obj.get("column_mappings") is not None else None
97
- })
98
- return _obj
99
-
100
-
@@ -1,77 +0,0 @@
1
- graphscope/flex/rest/__init__.py,sha256=4feD7TP4JCJbrT4TBx1cAsGY88CX8j3tASWvSMt7lfg,6532
2
- graphscope/flex/rest/api_client.py,sha256=tdpBLaT8Wbf04dnvQYCSzLCkDvdmc1zbY0JCnWBcHIQ,26182
3
- graphscope/flex/rest/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- graphscope/flex/rest/configuration.py,sha256=zAYUqk1_WWevFAo2u8undnYu-aCCz0PLPQwM2i01xj8,14825
5
- graphscope/flex/rest/exceptions.py,sha256=uijRJWtMLjOFOlONMT7vDkn0WsBM_Um8B1RFGi15Eqk,6327
6
- graphscope/flex/rest/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- graphscope/flex/rest/rest.py,sha256=jeBUH2zaMh2CgVsaIRiJbBKwq6WL0wdpiBJQ6d9LS5I,9593
8
- graphscope/flex/rest/api/__init__.py,sha256=1Pr4pEIgZpc8u3gBkpU586OKwiSD69eXm5t2DBbqLjE,538
9
- graphscope/flex/rest/api/alert_api.py,sha256=iTAwnk5qwTX_V4QDjoA5vmKCXZroWmj1L1SklE2vXdg,106902
10
- graphscope/flex/rest/api/data_source_api.py,sha256=ZUD5sGR6wAcvUGy4khSg3umqVmWikbW5bvGS5V0U2ak,43959
11
- graphscope/flex/rest/api/deployment_api.py,sha256=wpWZod3gnOLLsutOV2tRu4EJyITsfsrts2UVEnBpOaE,20044
12
- graphscope/flex/rest/api/graph_api.py,sha256=YoJBdE2Yh3l5m78huIrr4Iue1u3VYXiLxCod3BczG_w,105166
13
- graphscope/flex/rest/api/job_api.py,sha256=CJHshdY-c-96R7vX8xpukXblhv-Sv8HbGxJHhCMwjHc,50764
14
- graphscope/flex/rest/api/service_api.py,sha256=gNA5DGAOABezo5EGNcEH2nBNRQx-jsrm9PLWRkMPMmc,49144
15
- graphscope/flex/rest/api/stored_procedure_api.py,sha256=MGcyRuoean3rQ4Cdair6XSYPV0VOASmAsshTsvd6eV0,55850
16
- graphscope/flex/rest/api/utils_api.py,sha256=LsQT0xZww4Xi2fOnUnph2hKO1_vq5vE98KlBv2uBYwQ,11692
17
- graphscope/flex/rest/models/__init__.py,sha256=KTDDXyioQ9Bj5TKKtFd3AHL66P0zXeZ4VKvNW-oLFM4,5444
18
- graphscope/flex/rest/models/base_edge_type.py,sha256=KAILFagXqSt02T5fWjFQvh5wrUPnEOhoCNGzj4dxpAg,3899
19
- graphscope/flex/rest/models/base_edge_type_vertex_type_pair_relations_inner.py,sha256=FFRWFSzoqOdbi_tQrP0Lx0HtAs2-84wgWtmRxPLf0fY,4125
20
- graphscope/flex/rest/models/base_edge_type_vertex_type_pair_relations_inner_x_csr_params.py,sha256=BSgNxWdrdS1blxII5_fLgkmMDawaGEULf79W1ki5T3M,3426
21
- graphscope/flex/rest/models/base_property_meta.py,sha256=9x74P01-eA1mKYGorDMjr4QPT9rHJMwGQqu6gTwibAY,3859
22
- graphscope/flex/rest/models/base_vertex_type.py,sha256=8MJzJvOfXppr95PxgLXuriGlqqcbMJr9HXewVBzmpO4,3437
23
- graphscope/flex/rest/models/base_vertex_type_x_csr_params.py,sha256=t9veyZmJ68juR0YPU_B6kUT9julMFGCDpEPDmrfB7wQ,2926
24
- graphscope/flex/rest/models/column_mapping.py,sha256=6ECjpzoxwIbvD3CBdDQxUSOy6u4fqdXZnCnaLw3vQSw,3301
25
- graphscope/flex/rest/models/column_mapping_column.py,sha256=rHHHfXR8jCC9WFyqWw18LvMmJ9k2SOJGwH6G-WlkYZ4,2958
26
- graphscope/flex/rest/models/create_alert_receiver_request.py,sha256=gxN8qgwDSXtbVj6RtfJnGr_NUJcvCMlm2X00AxHBA70,3480
27
- graphscope/flex/rest/models/create_alert_rule_request.py,sha256=u63mmcikxEAWVSQ4cbBfioygRCab54_dP2h7jas6zik,3931
28
- graphscope/flex/rest/models/create_dataloading_job_response.py,sha256=8pX22Si5X2Qq35KAwKdQeFET-KWrrsjI17uZV2HmoiE,2878
29
- graphscope/flex/rest/models/create_edge_type.py,sha256=MOhPoSOoHwmuWVprqxyRKf4U1iQnbTKscZ5pMvfI5EI,4612
30
- graphscope/flex/rest/models/create_graph_request.py,sha256=ubt6njE_O8CMurDVJKNdPOBKpuGgpZ3fX6PnIw6JJbc,4151
31
- graphscope/flex/rest/models/create_graph_response.py,sha256=7IbMjMEgbSNgKEOtVnasM_S7p9uZxHdTc4qtt4Ze-BE,2850
32
- graphscope/flex/rest/models/create_graph_schema_request.py,sha256=2FfrrPPHS0mXeprmh1Z3G9zfwJ-SIHYps-hU8Ljda_o,3962
33
- graphscope/flex/rest/models/create_property_meta.py,sha256=80NV8A7jLpbEvHcFZeCck93_c2REr27YrVvsJH9_bis,3643
34
- graphscope/flex/rest/models/create_stored_proc_request.py,sha256=qEMAQeLPG0VChjjOV2d-v15aEjPKd_-RtPg9nptqHxI,3370
35
- graphscope/flex/rest/models/create_stored_proc_response.py,sha256=pZxIzvw5XgKMtBGbsmoMBugBEX2xQqNhhsyiXd975m4,2914
36
- graphscope/flex/rest/models/create_vertex_type.py,sha256=Fc8P6AiBEVC4AbXveD2WWjYjvY-TaTEC8F13YOH6gp4,4150
37
- graphscope/flex/rest/models/dataloading_job_config.py,sha256=ekJASiHy1mg7eBwurKYnouTApm5sU2dQz2b1cjf76oY,5563
38
- graphscope/flex/rest/models/dataloading_job_config_edges_inner.py,sha256=WmRdrIh-FsWNvqHsIQDAT8Wc4Lxwbp_m2u_xpafRk20,3181
39
- graphscope/flex/rest/models/dataloading_job_config_loading_config.py,sha256=lslDvNzN1Uvrm6BkL8UBKq-md8O-bd4uRC5VAI60R3U,3793
40
- graphscope/flex/rest/models/dataloading_job_config_loading_config_format.py,sha256=NhB7ofmHmKuUn8COn1LA91JYatfE-wE_wgISJ49V5kg,3044
41
- graphscope/flex/rest/models/dataloading_job_config_vertices_inner.py,sha256=ZovUnekKd7_u-0OZviWkxL5AK9mQ2g65z9Qzgz8f_VM,2937
42
- graphscope/flex/rest/models/edge_mapping.py,sha256=7fTI95CQiNrGTethZdIpE9SpaTC-hXL-pLZ31G80FI8,5196
43
- graphscope/flex/rest/models/edge_mapping_type_triplet.py,sha256=LXkyd4j0-IVizwKddFRH4Chm0oW62n3Me-XCrVnYi8Q,3095
44
- graphscope/flex/rest/models/error.py,sha256=O55OpEGtNUTJjZWWDwuAOa93LxMZ5I2fKkGtAz1-G0Q,2944
45
- graphscope/flex/rest/models/get_alert_message_response.py,sha256=JMB4AaDLQERlZFveZ5h5oeGZ_RwMpvOTWoAKdvgdmuM,4326
46
- graphscope/flex/rest/models/get_alert_receiver_response.py,sha256=vDgJIKtb3mMxrmLvgRnWSO-8HeaNCD-sk4VnfSoegHQ,3675
47
- graphscope/flex/rest/models/get_alert_rule_response.py,sha256=xtDKtJp_Hi4vAHot9TIslaNvgyMMkLAiZhU2qKBHHXg,3980
48
- graphscope/flex/rest/models/get_edge_type.py,sha256=ODvh5OI1Q92JIwexX0iHd8bDoQImxZbRDliXAJVXcFw,4676
49
- graphscope/flex/rest/models/get_graph_response.py,sha256=D9GVMP67CPRvORRUZ_2UW4tsSH6Sbu6iK4_oOC1FbQU,4910
50
- graphscope/flex/rest/models/get_graph_schema_response.py,sha256=TDBUXTNjB9DSagELjkx5OVIkyJAu7ToDbrsmUeDjjdE,3930
51
- graphscope/flex/rest/models/get_property_meta.py,sha256=c7uF5i3-HfRfrXf_iDvucnRBdtm7cxG4qIu4sYTK1EM,3735
52
- graphscope/flex/rest/models/get_stored_proc_response.py,sha256=7yUVdyCwR5dOlb73xEm0zNj2Ku5mg8-oYJAeAPkme5w,4674
53
- graphscope/flex/rest/models/get_vertex_type.py,sha256=1ZWWQUi9jNAyUQ3nM-wrZVT_zhJoosYcE_Egyde7R0A,4214
54
- graphscope/flex/rest/models/gs_data_type.py,sha256=Ub7Gjol9QkfMBTi5CO41JuGOWPjpZbIEUOQox_pjlAE,5565
55
- graphscope/flex/rest/models/job_status.py,sha256=rCvPwMzBlTAOWLSEy2_1hZeBGA8InjU4t3UyN3k7y-M,3722
56
- graphscope/flex/rest/models/long_text.py,sha256=HavB7lnHVBl4cmoewWfEG18pU-fFWBVboWs0Pa8KhJM,3049
57
- graphscope/flex/rest/models/node_status.py,sha256=Q0AKffSSDEs5EP8SS2szkKFxf2IWvlbnI_7qxPCge9Q,3160
58
- graphscope/flex/rest/models/parameter.py,sha256=FTdfZ3UypqDAVW36AZERENW3n9BE95sVhkigRii7gzQ,3136
59
- graphscope/flex/rest/models/primitive_type.py,sha256=dToiwWWbQyGsYNT3_VoSAZEDrWl84aCkLdzs7Hewnvg,3334
60
- graphscope/flex/rest/models/running_deployment_info.py,sha256=Uy7pOH2Z1gstzYdZpOa1-Xgl5-9MNXWY1x34N8EPKzc,4479
61
- graphscope/flex/rest/models/running_deployment_status.py,sha256=tHNyOht64F-Mxv_OprJt_3u0iAO2_0By-UoDeh2sAmg,3788
62
- graphscope/flex/rest/models/running_deployment_status_nodes_inner.py,sha256=_k1AbjCHGjxQ3DkQ6wAH4ez7eJ2v_VZaTnTY5TXD1-U,4999
63
- graphscope/flex/rest/models/schema_mapping.py,sha256=tZWkkU35y-UMOGJzc7qxVjaBV1tcH10mbQmkg4Zs04E,3946
64
- graphscope/flex/rest/models/service_status.py,sha256=SjIUbWpVR0_k6uiPIzkSW6Kq8XrTRzGLFet3RKRRuEo,3796
65
- graphscope/flex/rest/models/service_status_sdk_endpoints.py,sha256=O5W8a7Foc3etrHv-WHQ2iIFAEVqJLce1D74wQ0r282E,3151
66
- graphscope/flex/rest/models/start_service_request.py,sha256=fZ36mNFa75u_ZUZ5DuNltaWScqYcYtiAqDmzm0J1FvE,2877
67
- graphscope/flex/rest/models/stored_procedure_meta.py,sha256=k-3s_WoNcbz7Zo3HwOV_3nOmMVPzuFS-o31pu1f8aVE,4479
68
- graphscope/flex/rest/models/string_type.py,sha256=3Fpp5PRUzYUXHissCa13vqok_lfs04gvNvBx7lo0Xlk,3106
69
- graphscope/flex/rest/models/string_type_string.py,sha256=SjCziWETwRz9tTUWw0pWf6X0cGHs66m65qaLgXtNOt0,4829
70
- graphscope/flex/rest/models/update_alert_message_status_request.py,sha256=0mD2QWIXm7WllYHytsYNVY2cWRKlun_LfuVMqpIoMrg,3291
71
- graphscope/flex/rest/models/update_stored_proc_request.py,sha256=jI6p-Bo9f6xlOHtechZEns1FkG608fetoGybieOBmmw,2878
72
- graphscope/flex/rest/models/upload_file_response.py,sha256=v8ckbKP5PqwQ1jj-qfZ5bIN-2022T3BYfcX2CJIPq2k,2850
73
- graphscope/flex/rest/models/vertex_mapping.py,sha256=5jyb3rm7rjKMLjb3RTDPM9j7Rx5X3N1BERyaYKd7v58,3528
74
- graphscope_flex-0.27.0.dist-info/METADATA,sha256=tHPsjLhgeIQ-nj2YNm_Vn-W271DvvpdNGp1DoM2PKBU,855
75
- graphscope_flex-0.27.0.dist-info/WHEEL,sha256=Z-nyYpwrcSqxfdux5Mbn_DQ525iP7J2DG3JgGvOYyTQ,110
76
- graphscope_flex-0.27.0.dist-info/top_level.txt,sha256=_6VvFKT8k3gGfOyNYDHGabL2O-Xzhfm87uy3kVRzWV0,11
77
- graphscope_flex-0.27.0.dist-info/RECORD,,