volcengine-python-sdk 4.0.26__py2.py3-none-any.whl → 4.0.27__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.
Potentially problematic release.
This version of volcengine-python-sdk might be problematic. Click here for more details.
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.27.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.27.dist-info}/RECORD +168 -44
- volcenginesdkacep/__init__.py +15 -0
- volcenginesdkacep/api/acep_api.py +485 -0
- volcenginesdkacep/models/__init__.py +15 -0
- volcenginesdkacep/models/backup_data_request.py +176 -0
- volcenginesdkacep/models/backup_data_response.py +149 -0
- volcenginesdkacep/models/delete_backup_data_request.py +150 -0
- volcenginesdkacep/models/delete_backup_data_response.py +123 -0
- volcenginesdkacep/models/detail_for_backup_data_output.py +201 -0
- volcenginesdkacep/models/detail_for_delete_backup_data_output.py +175 -0
- volcenginesdkacep/models/detail_for_restore_data_output.py +175 -0
- volcenginesdkacep/models/get_dc_bandwidth_daily_peak_request.py +204 -0
- volcenginesdkacep/models/get_dc_bandwidth_daily_peak_response.py +123 -0
- volcenginesdkacep/models/list_backup_data_request.py +254 -0
- volcenginesdkacep/models/list_backup_data_response.py +149 -0
- volcenginesdkacep/models/restore_data_request.py +203 -0
- volcenginesdkacep/models/restore_data_response.py +149 -0
- volcenginesdkacep/models/row_for_get_dc_bandwidth_daily_peak_output.py +253 -0
- volcenginesdkacep/models/row_for_list_backup_data_output.py +799 -0
- volcenginesdkclb/__init__.py +10 -0
- volcenginesdkclb/api/clb_api.py +194 -0
- volcenginesdkclb/models/__init__.py +10 -0
- volcenginesdkclb/models/access_log_for_describe_network_load_balancer_attributes_output.py +175 -0
- volcenginesdkclb/models/add_domain_extension_for_modify_listener_domain_extensions_input.py +175 -0
- volcenginesdkclb/models/convert_load_balancer_billing_type_request.py +27 -1
- volcenginesdkclb/models/describe_listener_attributes_response.py +27 -1
- volcenginesdkclb/models/describe_network_load_balancer_attributes_response.py +27 -1
- volcenginesdkclb/models/describe_nlb_server_groups_request.py +53 -1
- volcenginesdkclb/models/domain_extension_for_describe_listener_attributes_output.py +201 -0
- volcenginesdkclb/models/domain_extension_for_describe_listeners_output.py +201 -0
- volcenginesdkclb/models/listener_for_describe_listeners_output.py +27 -1
- volcenginesdkclb/models/modify_domain_extension_for_modify_listener_domain_extensions_input.py +175 -0
- volcenginesdkclb/models/modify_listener_domain_extensions_request.py +202 -0
- volcenginesdkclb/models/modify_listener_domain_extensions_response.py +123 -0
- volcenginesdkclb/models/modify_network_load_balancer_access_log_request.py +202 -0
- volcenginesdkclb/models/modify_network_load_balancer_access_log_response.py +123 -0
- volcenginesdkclb/models/remove_domain_extension_for_modify_listener_domain_extensions_input.py +123 -0
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- volcenginesdkcore/interceptor/interceptors/build_request_interceptor.py +4 -0
- volcenginesdkcore/interceptor/interceptors/sign_request_interceptor.py +1 -1
- volcenginesdkdbw/__init__.py +18 -0
- volcenginesdkdbw/api/dbw_api.py +388 -0
- volcenginesdkdbw/models/__init__.py +18 -0
- volcenginesdkdbw/models/column_for_get_table_info_output.py +331 -0
- volcenginesdkdbw/models/execute_sql_request.py +231 -0
- volcenginesdkdbw/models/execute_sql_response.py +123 -0
- volcenginesdkdbw/models/foreign_key_for_get_table_info_output.py +279 -0
- volcenginesdkdbw/models/get_table_info_request.py +205 -0
- volcenginesdkdbw/models/get_table_info_response.py +123 -0
- volcenginesdkdbw/models/index_for_get_table_info_output.py +201 -0
- volcenginesdkdbw/models/item_for_list_databases_output.py +279 -0
- volcenginesdkdbw/models/list_databases_request.py +203 -0
- volcenginesdkdbw/models/list_databases_response.py +149 -0
- volcenginesdkdbw/models/list_tables_request.py +230 -0
- volcenginesdkdbw/models/list_tables_response.py +149 -0
- volcenginesdkdbw/models/partition_options_for_get_table_info_output.py +175 -0
- volcenginesdkdbw/models/result_for_execute_sql_output.py +305 -0
- volcenginesdkdbw/models/row_for_execute_sql_output.py +123 -0
- volcenginesdkdbw/models/running_info_for_execute_sql_output.py +201 -0
- volcenginesdkdbw/models/table_meta_for_get_table_info_output.py +383 -0
- volcenginesdkdbw/models/table_options_for_get_table_info_output.py +331 -0
- volcenginesdkgraph/__init__.py +48 -0
- volcenginesdkgraph/api/graph_api.py +951 -78
- volcenginesdkgraph/models/__init__.py +48 -0
- volcenginesdkgraph/models/availability_zone_for_list_graph_rag_service_output.py +253 -0
- volcenginesdkgraph/models/bg3_link_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/bytestore_info_for_list_graph_rag_service_output.py +201 -0
- volcenginesdkgraph/models/conf_checker_for_get_conf_checker_output.py +409 -0
- volcenginesdkgraph/models/conf_checker_for_update_conf_checker_input.py +409 -0
- volcenginesdkgraph/models/conf_checker_for_validate_conf_checker_input.py +409 -0
- volcenginesdkgraph/models/convert_value_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/create_instance_request.py +29 -3
- volcenginesdkgraph/models/first_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/get_conf_checker_request.py +253 -0
- volcenginesdkgraph/models/get_conf_checker_response.py +123 -0
- volcenginesdkgraph/models/graphrag_add_knowledge_base_request.py +178 -0
- volcenginesdkgraph/models/graphrag_add_knowledge_base_response.py +95 -0
- volcenginesdkgraph/models/image_info_for_list_graph_rag_service_output.py +227 -0
- volcenginesdkgraph/models/info_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/info_for_list_tablet_task_output.py +201 -0
- volcenginesdkgraph/models/ins_spec_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/list_graph_rag_service_request.py +178 -0
- volcenginesdkgraph/models/list_graph_rag_service_response.py +149 -0
- volcenginesdkgraph/models/list_tablet_server_request.py +150 -0
- volcenginesdkgraph/models/list_tablet_server_response.py +149 -0
- volcenginesdkgraph/models/list_tablet_task_request.py +177 -0
- volcenginesdkgraph/models/list_tablet_task_response.py +123 -0
- volcenginesdkgraph/models/list_tablets_request.py +254 -0
- volcenginesdkgraph/models/list_tablets_response.py +123 -0
- volcenginesdkgraph/models/migrate_tablet_replica_request.py +257 -0
- volcenginesdkgraph/models/migrate_tablet_replica_response.py +123 -0
- volcenginesdkgraph/models/pending_schedule_replica_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/replica_info_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_close_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/replicas_to_delete_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/replicas_to_failover_by_promote_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_failover_by_reopen_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_open_or_add_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/second_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/storage_info_for_list_graph_rag_service_output.py +149 -0
- volcenginesdkgraph/models/tablet_info_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/tablet_server_info_for_list_tablet_server_output.py +227 -0
- volcenginesdkgraph/models/tablet_task_info_for_list_tablet_task_output.py +435 -0
- volcenginesdkgraph/models/tablet_to_merge_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/tablet_to_split_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/tablets_to_delete_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/tag_for_list_graph_rag_service_output.py +149 -0
- volcenginesdkgraph/models/update_conf_checker_request.py +123 -0
- volcenginesdkgraph/models/update_conf_checker_response.py +123 -0
- volcenginesdkgraph/models/validate_conf_checker_request.py +123 -0
- volcenginesdkgraph/models/validate_conf_checker_response.py +149 -0
- volcenginesdkgraph/models/value_for_list_tablets_output.py +201 -0
- volcenginesdkgraph/models/ve_graph_info_for_list_graph_rag_service_output.py +851 -0
- volcenginesdklivesaas/__init__.py +3 -0
- volcenginesdklivesaas/models/__init__.py +3 -0
- volcenginesdklivesaas/models/auto_start_config_for_create_activity_apiv2_input.py +175 -0
- volcenginesdklivesaas/models/auto_start_config_for_get_activity_basic_config_api_output.py +175 -0
- volcenginesdklivesaas/models/auto_start_config_for_update_activity_basic_config_api_input.py +175 -0
- volcenginesdklivesaas/models/create_activity_apiv2_request.py +27 -1
- volcenginesdklivesaas/models/get_activity_basic_config_api_response.py +79 -1
- volcenginesdklivesaas/models/update_activity_basic_config_api_request.py +53 -1
- volcenginesdkvefaas/__init__.py +4 -0
- volcenginesdkvefaas/api/vefaas_api.py +194 -0
- volcenginesdkvefaas/models/__init__.py +4 -0
- volcenginesdkvefaas/models/enable_user_cr_vpc_tunnel_request.py +124 -0
- volcenginesdkvefaas/models/enable_user_cr_vpc_tunnel_response.py +149 -0
- volcenginesdkvefaas/models/query_user_cr_vpc_tunnel_request.py +124 -0
- volcenginesdkvefaas/models/query_user_cr_vpc_tunnel_response.py +123 -0
- volcenginesdkvke/models/scheduled_instance_policy_for_create_scaling_policy_input.py +27 -1
- volcenginesdkvke/models/scheduled_instance_policy_for_list_scaling_policies_output.py +27 -1
- volcenginesdkvke/models/scheduled_instance_policy_for_update_scaling_policy_input.py +27 -1
- volcenginesdkvod20250101/__init__.py +26 -0
- volcenginesdkvod20250101/api/vod20250101_api.py +888 -112
- volcenginesdkvod20250101/models/__init__.py +26 -0
- volcenginesdkvod20250101/models/create_ai_termbase_request.py +256 -0
- volcenginesdkvod20250101/models/create_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/delete_ai_term_item_request.py +177 -0
- volcenginesdkvod20250101/models/delete_ai_term_item_response.py +95 -0
- volcenginesdkvod20250101/models/delete_ai_termbase_request.py +151 -0
- volcenginesdkvod20250101/models/delete_ai_termbase_response.py +95 -0
- volcenginesdkvod20250101/models/get_ai_termbase_request.py +151 -0
- volcenginesdkvod20250101/models/get_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/list_ai_termbase_request.py +124 -0
- volcenginesdkvod20250101/models/list_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/process_config_for_submit_ai_translation_workflow_input.py +53 -1
- volcenginesdkvod20250101/models/process_config_for_update_ai_translation_project_config_input.py +149 -0
- volcenginesdkvod20250101/models/scenario_for_create_ai_termbase_input.py +95 -0
- volcenginesdkvod20250101/models/set_ai_term_item_request.py +177 -0
- volcenginesdkvod20250101/models/set_ai_term_item_response.py +95 -0
- volcenginesdkvod20250101/models/term_item_for_create_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_get_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_list_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_set_ai_term_item_input.py +149 -0
- volcenginesdkvod20250101/models/termbase_config_for_submit_ai_translation_workflow_input.py +123 -0
- volcenginesdkvod20250101/models/termbase_for_create_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/termbase_for_get_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/termbase_for_list_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/translation_config_for_submit_ai_translation_workflow_input.py +27 -1
- volcenginesdkvod20250101/models/update_ai_termbase_request.py +203 -0
- volcenginesdkvod20250101/models/update_ai_termbase_response.py +95 -0
- volcenginesdkvod20250101/models/update_ai_translation_project_config_request.py +204 -0
- volcenginesdkvod20250101/models/update_ai_translation_project_config_response.py +95 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.27.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.27.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.27.dist-info}/licenses/NOTICE.md +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.27.dist-info}/top_level.txt +0 -0
|
@@ -21,12 +21,15 @@ from volcenginesdkgraph.models.alter_table_request import AlterTableRequest
|
|
|
21
21
|
from volcenginesdkgraph.models.alter_table_response import AlterTableResponse
|
|
22
22
|
from volcenginesdkgraph.models.availability_zone_for_create_instance_input import AvailabilityZoneForCreateInstanceInput
|
|
23
23
|
from volcenginesdkgraph.models.availability_zone_for_describe_instance_output import AvailabilityZoneForDescribeInstanceOutput
|
|
24
|
+
from volcenginesdkgraph.models.availability_zone_for_list_graph_rag_service_output import AvailabilityZoneForListGraphRagServiceOutput
|
|
24
25
|
from volcenginesdkgraph.models.availability_zone_for_list_instance_output import AvailabilityZoneForListInstanceOutput
|
|
25
26
|
from volcenginesdkgraph.models.bg3_link_for_create_instance_input import Bg3LinkForCreateInstanceInput
|
|
26
27
|
from volcenginesdkgraph.models.bg3_link_for_describe_instance_output import Bg3LinkForDescribeInstanceOutput
|
|
28
|
+
from volcenginesdkgraph.models.bg3_link_for_list_graph_rag_service_output import Bg3LinkForListGraphRagServiceOutput
|
|
27
29
|
from volcenginesdkgraph.models.bg3_link_for_list_instance_output import Bg3LinkForListInstanceOutput
|
|
28
30
|
from volcenginesdkgraph.models.bytestore_info_for_create_instance_input import BytestoreInfoForCreateInstanceInput
|
|
29
31
|
from volcenginesdkgraph.models.bytestore_info_for_describe_instance_output import BytestoreInfoForDescribeInstanceOutput
|
|
32
|
+
from volcenginesdkgraph.models.bytestore_info_for_list_graph_rag_service_output import BytestoreInfoForListGraphRagServiceOutput
|
|
30
33
|
from volcenginesdkgraph.models.bytestore_info_for_list_instance_output import BytestoreInfoForListInstanceOutput
|
|
31
34
|
from volcenginesdkgraph.models.calc_table_limits_request import CalcTableLimitsRequest
|
|
32
35
|
from volcenginesdkgraph.models.calc_table_limits_response import CalcTableLimitsResponse
|
|
@@ -34,6 +37,10 @@ from volcenginesdkgraph.models.column_for_add_tables_input import ColumnForAddTa
|
|
|
34
37
|
from volcenginesdkgraph.models.column_for_get_table_schema_output import ColumnForGetTableSchemaOutput
|
|
35
38
|
from volcenginesdkgraph.models.column_for_modify_schema_input import ColumnForModifySchemaInput
|
|
36
39
|
from volcenginesdkgraph.models.component_info_for_get_version_set_and_components_info_output import ComponentInfoForGetVersionSetAndComponentsInfoOutput
|
|
40
|
+
from volcenginesdkgraph.models.conf_checker_for_get_conf_checker_output import ConfCheckerForGetConfCheckerOutput
|
|
41
|
+
from volcenginesdkgraph.models.conf_checker_for_update_conf_checker_input import ConfCheckerForUpdateConfCheckerInput
|
|
42
|
+
from volcenginesdkgraph.models.conf_checker_for_validate_conf_checker_input import ConfCheckerForValidateConfCheckerInput
|
|
43
|
+
from volcenginesdkgraph.models.convert_value_for_list_tablets_output import ConvertValueForListTabletsOutput
|
|
37
44
|
from volcenginesdkgraph.models.create_instance_request import CreateInstanceRequest
|
|
38
45
|
from volcenginesdkgraph.models.create_instance_response import CreateInstanceResponse
|
|
39
46
|
from volcenginesdkgraph.models.decode_raw_key_request import DecodeRawKeyRequest
|
|
@@ -52,8 +59,11 @@ from volcenginesdkgraph.models.edge_for_get_table_schema_output import EdgeForGe
|
|
|
52
59
|
from volcenginesdkgraph.models.edge_for_modify_schema_input import EdgeForModifySchemaInput
|
|
53
60
|
from volcenginesdkgraph.models.execute_metaservice_cli_request import ExecuteMetaserviceCliRequest
|
|
54
61
|
from volcenginesdkgraph.models.execute_metaservice_cli_response import ExecuteMetaserviceCliResponse
|
|
62
|
+
from volcenginesdkgraph.models.first_for_list_tablet_task_output import FirstForListTabletTaskOutput
|
|
55
63
|
from volcenginesdkgraph.models.get_add_tables_ticket_options_request import GetAddTablesTicketOptionsRequest
|
|
56
64
|
from volcenginesdkgraph.models.get_add_tables_ticket_options_response import GetAddTablesTicketOptionsResponse
|
|
65
|
+
from volcenginesdkgraph.models.get_conf_checker_request import GetConfCheckerRequest
|
|
66
|
+
from volcenginesdkgraph.models.get_conf_checker_response import GetConfCheckerResponse
|
|
57
67
|
from volcenginesdkgraph.models.get_instance_spec_scope_request import GetInstanceSpecScopeRequest
|
|
58
68
|
from volcenginesdkgraph.models.get_instance_spec_scope_response import GetInstanceSpecScopeResponse
|
|
59
69
|
from volcenginesdkgraph.models.get_table_config_request import GetTableConfigRequest
|
|
@@ -74,6 +84,8 @@ from volcenginesdkgraph.models.get_vegraph_read_and_write_status_request import
|
|
|
74
84
|
from volcenginesdkgraph.models.get_vegraph_read_and_write_status_response import GetVegraphReadAndWriteStatusResponse
|
|
75
85
|
from volcenginesdkgraph.models.get_version_set_and_components_info_request import GetVersionSetAndComponentsInfoRequest
|
|
76
86
|
from volcenginesdkgraph.models.get_version_set_and_components_info_response import GetVersionSetAndComponentsInfoResponse
|
|
87
|
+
from volcenginesdkgraph.models.graphrag_add_knowledge_base_request import GraphragAddKnowledgeBaseRequest
|
|
88
|
+
from volcenginesdkgraph.models.graphrag_add_knowledge_base_response import GraphragAddKnowledgeBaseResponse
|
|
77
89
|
from volcenginesdkgraph.models.gremlin_quota_config_for_add_tables_input import GremlinQuotaConfigForAddTablesInput
|
|
78
90
|
from volcenginesdkgraph.models.gremlin_quota_config_for_alter_table_input import GremlinQuotaConfigForAlterTableInput
|
|
79
91
|
from volcenginesdkgraph.models.gremlin_quota_config_for_get_table_output import GremlinQuotaConfigForGetTableOutput
|
|
@@ -85,13 +97,17 @@ from volcenginesdkgraph.models.idc_ro_num_for_alter_table_input import IdcRoNumF
|
|
|
85
97
|
from volcenginesdkgraph.models.idc_ro_num_for_get_table_output import IdcRoNumForGetTableOutput
|
|
86
98
|
from volcenginesdkgraph.models.image_info_for_create_instance_input import ImageInfoForCreateInstanceInput
|
|
87
99
|
from volcenginesdkgraph.models.image_info_for_describe_instance_output import ImageInfoForDescribeInstanceOutput
|
|
100
|
+
from volcenginesdkgraph.models.image_info_for_list_graph_rag_service_output import ImageInfoForListGraphRagServiceOutput
|
|
88
101
|
from volcenginesdkgraph.models.image_info_for_list_instance_output import ImageInfoForListInstanceOutput
|
|
89
102
|
from volcenginesdkgraph.models.info_for_create_instance_input import InfoForCreateInstanceInput
|
|
90
103
|
from volcenginesdkgraph.models.info_for_describe_instance_output import InfoForDescribeInstanceOutput
|
|
91
104
|
from volcenginesdkgraph.models.info_for_get_instance_spec_scope_output import InfoForGetInstanceSpecScopeOutput
|
|
105
|
+
from volcenginesdkgraph.models.info_for_list_graph_rag_service_output import InfoForListGraphRagServiceOutput
|
|
92
106
|
from volcenginesdkgraph.models.info_for_list_instance_output import InfoForListInstanceOutput
|
|
107
|
+
from volcenginesdkgraph.models.info_for_list_tablet_task_output import InfoForListTabletTaskOutput
|
|
93
108
|
from volcenginesdkgraph.models.ins_spec_for_create_instance_input import InsSpecForCreateInstanceInput
|
|
94
109
|
from volcenginesdkgraph.models.ins_spec_for_describe_instance_output import InsSpecForDescribeInstanceOutput
|
|
110
|
+
from volcenginesdkgraph.models.ins_spec_for_list_graph_rag_service_output import InsSpecForListGraphRagServiceOutput
|
|
95
111
|
from volcenginesdkgraph.models.ins_spec_for_list_instance_output import InsSpecForListInstanceOutput
|
|
96
112
|
from volcenginesdkgraph.models.inst_spec_list_for_get_instance_spec_scope_output import InstSpecListForGetInstanceSpecScopeOutput
|
|
97
113
|
from volcenginesdkgraph.models.instance_tag_for_create_instance_input import InstanceTagForCreateInstanceInput
|
|
@@ -102,8 +118,18 @@ from volcenginesdkgraph.models.iops_limit_for_calc_table_limits_output import Io
|
|
|
102
118
|
from volcenginesdkgraph.models.iops_limit_for_get_table_limit_output import IopsLimitForGetTableLimitOutput
|
|
103
119
|
from volcenginesdkgraph.models.list_cluster_tables_request import ListClusterTablesRequest
|
|
104
120
|
from volcenginesdkgraph.models.list_cluster_tables_response import ListClusterTablesResponse
|
|
121
|
+
from volcenginesdkgraph.models.list_graph_rag_service_request import ListGraphRagServiceRequest
|
|
122
|
+
from volcenginesdkgraph.models.list_graph_rag_service_response import ListGraphRagServiceResponse
|
|
105
123
|
from volcenginesdkgraph.models.list_instance_request import ListInstanceRequest
|
|
106
124
|
from volcenginesdkgraph.models.list_instance_response import ListInstanceResponse
|
|
125
|
+
from volcenginesdkgraph.models.list_tablet_server_request import ListTabletServerRequest
|
|
126
|
+
from volcenginesdkgraph.models.list_tablet_server_response import ListTabletServerResponse
|
|
127
|
+
from volcenginesdkgraph.models.list_tablet_task_request import ListTabletTaskRequest
|
|
128
|
+
from volcenginesdkgraph.models.list_tablet_task_response import ListTabletTaskResponse
|
|
129
|
+
from volcenginesdkgraph.models.list_tablets_request import ListTabletsRequest
|
|
130
|
+
from volcenginesdkgraph.models.list_tablets_response import ListTabletsResponse
|
|
131
|
+
from volcenginesdkgraph.models.migrate_tablet_replica_request import MigrateTabletReplicaRequest
|
|
132
|
+
from volcenginesdkgraph.models.migrate_tablet_replica_response import MigrateTabletReplicaResponse
|
|
107
133
|
from volcenginesdkgraph.models.modify_db_instance_deletion_protection_policy_request import ModifyDBInstanceDeletionProtectionPolicyRequest
|
|
108
134
|
from volcenginesdkgraph.models.modify_db_instance_deletion_protection_policy_response import ModifyDBInstanceDeletionProtectionPolicyResponse
|
|
109
135
|
from volcenginesdkgraph.models.modify_schema_request import ModifySchemaRequest
|
|
@@ -111,6 +137,7 @@ from volcenginesdkgraph.models.modify_schema_response import ModifySchemaRespons
|
|
|
111
137
|
from volcenginesdkgraph.models.network_description_for_create_instance_input import NetworkDescriptionForCreateInstanceInput
|
|
112
138
|
from volcenginesdkgraph.models.network_resource_for_get_vegraph_network_resource_output import NetworkResourceForGetVegraphNetworkResourceOutput
|
|
113
139
|
from volcenginesdkgraph.models.node_scope_for_get_instance_spec_scope_output import NodeScopeForGetInstanceSpecScopeOutput
|
|
140
|
+
from volcenginesdkgraph.models.pending_schedule_replica_for_list_tablets_output import PendingScheduleReplicaForListTabletsOutput
|
|
114
141
|
from volcenginesdkgraph.models.psm_quota_config_for_add_tables_input import PsmQuotaConfigForAddTablesInput
|
|
115
142
|
from volcenginesdkgraph.models.psm_quota_config_for_alter_table_input import PsmQuotaConfigForAlterTableInput
|
|
116
143
|
from volcenginesdkgraph.models.psm_quota_config_for_get_table_output import PsmQuotaConfigForGetTableOutput
|
|
@@ -118,7 +145,14 @@ from volcenginesdkgraph.models.psm_quota_config_for_get_table_quota_output impor
|
|
|
118
145
|
from volcenginesdkgraph.models.quotas_for_add_tables_input import QuotasForAddTablesInput
|
|
119
146
|
from volcenginesdkgraph.models.read_bandwidth_limit_in_bytes_for_calc_table_limits_output import ReadBandwidthLimitInBytesForCalcTableLimitsOutput
|
|
120
147
|
from volcenginesdkgraph.models.read_bandwidth_limit_in_bytes_for_get_table_limit_output import ReadBandwidthLimitInBytesForGetTableLimitOutput
|
|
148
|
+
from volcenginesdkgraph.models.replica_info_for_list_tablets_output import ReplicaInfoForListTabletsOutput
|
|
149
|
+
from volcenginesdkgraph.models.replicas_to_close_for_list_tablet_task_output import ReplicasToCloseForListTabletTaskOutput
|
|
150
|
+
from volcenginesdkgraph.models.replicas_to_delete_for_list_tablet_task_output import ReplicasToDeleteForListTabletTaskOutput
|
|
151
|
+
from volcenginesdkgraph.models.replicas_to_failover_by_promote_for_list_tablet_task_output import ReplicasToFailoverByPromoteForListTabletTaskOutput
|
|
152
|
+
from volcenginesdkgraph.models.replicas_to_failover_by_reopen_for_list_tablet_task_output import ReplicasToFailoverByReopenForListTabletTaskOutput
|
|
153
|
+
from volcenginesdkgraph.models.replicas_to_open_or_add_for_list_tablet_task_output import ReplicasToOpenOrAddForListTabletTaskOutput
|
|
121
154
|
from volcenginesdkgraph.models.schema_for_add_tables_input import SchemaForAddTablesInput
|
|
155
|
+
from volcenginesdkgraph.models.second_for_list_tablet_task_output import SecondForListTabletTaskOutput
|
|
122
156
|
from volcenginesdkgraph.models.secondary_index_for_add_tables_input import SecondaryIndexForAddTablesInput
|
|
123
157
|
from volcenginesdkgraph.models.secondary_index_for_get_table_schema_output import SecondaryIndexForGetTableSchemaOutput
|
|
124
158
|
from volcenginesdkgraph.models.secondary_index_for_modify_schema_input import SecondaryIndexForModifySchemaInput
|
|
@@ -128,6 +162,7 @@ from volcenginesdkgraph.models.storage_capacity_limit_in_bytes_for_calc_table_li
|
|
|
128
162
|
from volcenginesdkgraph.models.storage_capacity_limit_in_bytes_for_get_table_limit_output import StorageCapacityLimitInBytesForGetTableLimitOutput
|
|
129
163
|
from volcenginesdkgraph.models.storage_info_for_create_instance_input import StorageInfoForCreateInstanceInput
|
|
130
164
|
from volcenginesdkgraph.models.storage_info_for_describe_instance_output import StorageInfoForDescribeInstanceOutput
|
|
165
|
+
from volcenginesdkgraph.models.storage_info_for_list_graph_rag_service_output import StorageInfoForListGraphRagServiceOutput
|
|
131
166
|
from volcenginesdkgraph.models.storage_info_for_list_instance_output import StorageInfoForListInstanceOutput
|
|
132
167
|
from volcenginesdkgraph.models.table_config_for_get_table_config_output import TableConfigForGetTableConfigOutput
|
|
133
168
|
from volcenginesdkgraph.models.table_for_add_tables_input import TableForAddTablesInput
|
|
@@ -139,18 +174,31 @@ from volcenginesdkgraph.models.table_quota_for_alter_table_input import TableQuo
|
|
|
139
174
|
from volcenginesdkgraph.models.table_quota_for_get_table_output import TableQuotaForGetTableOutput
|
|
140
175
|
from volcenginesdkgraph.models.table_schema_for_get_table_schema_output import TableSchemaForGetTableSchemaOutput
|
|
141
176
|
from volcenginesdkgraph.models.tables_info_for_add_tables_input import TablesInfoForAddTablesInput
|
|
177
|
+
from volcenginesdkgraph.models.tablet_info_for_list_tablets_output import TabletInfoForListTabletsOutput
|
|
142
178
|
from volcenginesdkgraph.models.tablet_num_range_for_calc_table_limits_output import TabletNumRangeForCalcTableLimitsOutput
|
|
143
179
|
from volcenginesdkgraph.models.tablet_num_range_for_get_table_limit_output import TabletNumRangeForGetTableLimitOutput
|
|
180
|
+
from volcenginesdkgraph.models.tablet_server_info_for_list_tablet_server_output import TabletServerInfoForListTabletServerOutput
|
|
181
|
+
from volcenginesdkgraph.models.tablet_task_info_for_list_tablet_task_output import TabletTaskInfoForListTabletTaskOutput
|
|
182
|
+
from volcenginesdkgraph.models.tablet_to_merge_for_list_tablet_task_output import TabletToMergeForListTabletTaskOutput
|
|
183
|
+
from volcenginesdkgraph.models.tablet_to_split_for_list_tablet_task_output import TabletToSplitForListTabletTaskOutput
|
|
184
|
+
from volcenginesdkgraph.models.tablets_to_delete_for_list_tablet_task_output import TabletsToDeleteForListTabletTaskOutput
|
|
144
185
|
from volcenginesdkgraph.models.tag_for_create_instance_input import TagForCreateInstanceInput
|
|
145
186
|
from volcenginesdkgraph.models.tag_for_describe_instance_output import TagForDescribeInstanceOutput
|
|
187
|
+
from volcenginesdkgraph.models.tag_for_list_graph_rag_service_output import TagForListGraphRagServiceOutput
|
|
146
188
|
from volcenginesdkgraph.models.tag_for_list_instance_output import TagForListInstanceOutput
|
|
147
189
|
from volcenginesdkgraph.models.truncate_table_request import TruncateTableRequest
|
|
148
190
|
from volcenginesdkgraph.models.truncate_table_response import TruncateTableResponse
|
|
149
191
|
from volcenginesdkgraph.models.uniq_index_for_add_tables_input import UniqIndexForAddTablesInput
|
|
150
192
|
from volcenginesdkgraph.models.uniq_index_for_get_table_schema_output import UniqIndexForGetTableSchemaOutput
|
|
151
193
|
from volcenginesdkgraph.models.uniq_index_for_modify_schema_input import UniqIndexForModifySchemaInput
|
|
194
|
+
from volcenginesdkgraph.models.update_conf_checker_request import UpdateConfCheckerRequest
|
|
195
|
+
from volcenginesdkgraph.models.update_conf_checker_response import UpdateConfCheckerResponse
|
|
196
|
+
from volcenginesdkgraph.models.validate_conf_checker_request import ValidateConfCheckerRequest
|
|
197
|
+
from volcenginesdkgraph.models.validate_conf_checker_response import ValidateConfCheckerResponse
|
|
198
|
+
from volcenginesdkgraph.models.value_for_list_tablets_output import ValueForListTabletsOutput
|
|
152
199
|
from volcenginesdkgraph.models.vdc_replica_for_add_tables_input import VdcReplicaForAddTablesInput
|
|
153
200
|
from volcenginesdkgraph.models.vdc_replica_for_list_cluster_tables_output import VdcReplicaForListClusterTablesOutput
|
|
201
|
+
from volcenginesdkgraph.models.ve_graph_info_for_list_graph_rag_service_output import VeGraphInfoForListGraphRagServiceOutput
|
|
154
202
|
from volcenginesdkgraph.models.vertex_constraint_for_add_tables_input import VertexConstraintForAddTablesInput
|
|
155
203
|
from volcenginesdkgraph.models.vertex_constraint_for_get_table_schema_output import VertexConstraintForGetTableSchemaOutput
|
|
156
204
|
from volcenginesdkgraph.models.vertex_constraint_for_modify_schema_input import VertexConstraintForModifySchemaInput
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
graph
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class AvailabilityZoneForListGraphRagServiceOutput(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'availability_zone_id': 'str',
|
|
37
|
+
'k8s_domain': 'str',
|
|
38
|
+
'node_num': 'int',
|
|
39
|
+
'node_pool_name': 'str',
|
|
40
|
+
'subnet_id': 'str',
|
|
41
|
+
'subnet_name': 'str'
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
attribute_map = {
|
|
45
|
+
'availability_zone_id': 'AvailabilityZoneId',
|
|
46
|
+
'k8s_domain': 'K8sDomain',
|
|
47
|
+
'node_num': 'NodeNum',
|
|
48
|
+
'node_pool_name': 'NodePoolName',
|
|
49
|
+
'subnet_id': 'SubnetID',
|
|
50
|
+
'subnet_name': 'SubnetName'
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
def __init__(self, availability_zone_id=None, k8s_domain=None, node_num=None, node_pool_name=None, subnet_id=None, subnet_name=None, _configuration=None): # noqa: E501
|
|
54
|
+
"""AvailabilityZoneForListGraphRagServiceOutput - a model defined in Swagger""" # noqa: E501
|
|
55
|
+
if _configuration is None:
|
|
56
|
+
_configuration = Configuration()
|
|
57
|
+
self._configuration = _configuration
|
|
58
|
+
|
|
59
|
+
self._availability_zone_id = None
|
|
60
|
+
self._k8s_domain = None
|
|
61
|
+
self._node_num = None
|
|
62
|
+
self._node_pool_name = None
|
|
63
|
+
self._subnet_id = None
|
|
64
|
+
self._subnet_name = None
|
|
65
|
+
self.discriminator = None
|
|
66
|
+
|
|
67
|
+
if availability_zone_id is not None:
|
|
68
|
+
self.availability_zone_id = availability_zone_id
|
|
69
|
+
if k8s_domain is not None:
|
|
70
|
+
self.k8s_domain = k8s_domain
|
|
71
|
+
if node_num is not None:
|
|
72
|
+
self.node_num = node_num
|
|
73
|
+
if node_pool_name is not None:
|
|
74
|
+
self.node_pool_name = node_pool_name
|
|
75
|
+
if subnet_id is not None:
|
|
76
|
+
self.subnet_id = subnet_id
|
|
77
|
+
if subnet_name is not None:
|
|
78
|
+
self.subnet_name = subnet_name
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
def availability_zone_id(self):
|
|
82
|
+
"""Gets the availability_zone_id of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
:return: The availability_zone_id of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
86
|
+
:rtype: str
|
|
87
|
+
"""
|
|
88
|
+
return self._availability_zone_id
|
|
89
|
+
|
|
90
|
+
@availability_zone_id.setter
|
|
91
|
+
def availability_zone_id(self, availability_zone_id):
|
|
92
|
+
"""Sets the availability_zone_id of this AvailabilityZoneForListGraphRagServiceOutput.
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
:param availability_zone_id: The availability_zone_id of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
96
|
+
:type: str
|
|
97
|
+
"""
|
|
98
|
+
|
|
99
|
+
self._availability_zone_id = availability_zone_id
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
def k8s_domain(self):
|
|
103
|
+
"""Gets the k8s_domain of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
:return: The k8s_domain of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
107
|
+
:rtype: str
|
|
108
|
+
"""
|
|
109
|
+
return self._k8s_domain
|
|
110
|
+
|
|
111
|
+
@k8s_domain.setter
|
|
112
|
+
def k8s_domain(self, k8s_domain):
|
|
113
|
+
"""Sets the k8s_domain of this AvailabilityZoneForListGraphRagServiceOutput.
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
:param k8s_domain: The k8s_domain of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
117
|
+
:type: str
|
|
118
|
+
"""
|
|
119
|
+
|
|
120
|
+
self._k8s_domain = k8s_domain
|
|
121
|
+
|
|
122
|
+
@property
|
|
123
|
+
def node_num(self):
|
|
124
|
+
"""Gets the node_num of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
:return: The node_num of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
128
|
+
:rtype: int
|
|
129
|
+
"""
|
|
130
|
+
return self._node_num
|
|
131
|
+
|
|
132
|
+
@node_num.setter
|
|
133
|
+
def node_num(self, node_num):
|
|
134
|
+
"""Sets the node_num of this AvailabilityZoneForListGraphRagServiceOutput.
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
:param node_num: The node_num of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
138
|
+
:type: int
|
|
139
|
+
"""
|
|
140
|
+
|
|
141
|
+
self._node_num = node_num
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
def node_pool_name(self):
|
|
145
|
+
"""Gets the node_pool_name of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
:return: The node_pool_name of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
149
|
+
:rtype: str
|
|
150
|
+
"""
|
|
151
|
+
return self._node_pool_name
|
|
152
|
+
|
|
153
|
+
@node_pool_name.setter
|
|
154
|
+
def node_pool_name(self, node_pool_name):
|
|
155
|
+
"""Sets the node_pool_name of this AvailabilityZoneForListGraphRagServiceOutput.
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
:param node_pool_name: The node_pool_name of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
159
|
+
:type: str
|
|
160
|
+
"""
|
|
161
|
+
|
|
162
|
+
self._node_pool_name = node_pool_name
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
def subnet_id(self):
|
|
166
|
+
"""Gets the subnet_id of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
:return: The subnet_id of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
170
|
+
:rtype: str
|
|
171
|
+
"""
|
|
172
|
+
return self._subnet_id
|
|
173
|
+
|
|
174
|
+
@subnet_id.setter
|
|
175
|
+
def subnet_id(self, subnet_id):
|
|
176
|
+
"""Sets the subnet_id of this AvailabilityZoneForListGraphRagServiceOutput.
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
:param subnet_id: The subnet_id of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
180
|
+
:type: str
|
|
181
|
+
"""
|
|
182
|
+
|
|
183
|
+
self._subnet_id = subnet_id
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
def subnet_name(self):
|
|
187
|
+
"""Gets the subnet_name of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
:return: The subnet_name of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
191
|
+
:rtype: str
|
|
192
|
+
"""
|
|
193
|
+
return self._subnet_name
|
|
194
|
+
|
|
195
|
+
@subnet_name.setter
|
|
196
|
+
def subnet_name(self, subnet_name):
|
|
197
|
+
"""Sets the subnet_name of this AvailabilityZoneForListGraphRagServiceOutput.
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
:param subnet_name: The subnet_name of this AvailabilityZoneForListGraphRagServiceOutput. # noqa: E501
|
|
201
|
+
:type: str
|
|
202
|
+
"""
|
|
203
|
+
|
|
204
|
+
self._subnet_name = subnet_name
|
|
205
|
+
|
|
206
|
+
def to_dict(self):
|
|
207
|
+
"""Returns the model properties as a dict"""
|
|
208
|
+
result = {}
|
|
209
|
+
|
|
210
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
211
|
+
value = getattr(self, attr)
|
|
212
|
+
if isinstance(value, list):
|
|
213
|
+
result[attr] = list(map(
|
|
214
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
215
|
+
value
|
|
216
|
+
))
|
|
217
|
+
elif hasattr(value, "to_dict"):
|
|
218
|
+
result[attr] = value.to_dict()
|
|
219
|
+
elif isinstance(value, dict):
|
|
220
|
+
result[attr] = dict(map(
|
|
221
|
+
lambda item: (item[0], item[1].to_dict())
|
|
222
|
+
if hasattr(item[1], "to_dict") else item,
|
|
223
|
+
value.items()
|
|
224
|
+
))
|
|
225
|
+
else:
|
|
226
|
+
result[attr] = value
|
|
227
|
+
if issubclass(AvailabilityZoneForListGraphRagServiceOutput, dict):
|
|
228
|
+
for key, value in self.items():
|
|
229
|
+
result[key] = value
|
|
230
|
+
|
|
231
|
+
return result
|
|
232
|
+
|
|
233
|
+
def to_str(self):
|
|
234
|
+
"""Returns the string representation of the model"""
|
|
235
|
+
return pprint.pformat(self.to_dict())
|
|
236
|
+
|
|
237
|
+
def __repr__(self):
|
|
238
|
+
"""For `print` and `pprint`"""
|
|
239
|
+
return self.to_str()
|
|
240
|
+
|
|
241
|
+
def __eq__(self, other):
|
|
242
|
+
"""Returns true if both objects are equal"""
|
|
243
|
+
if not isinstance(other, AvailabilityZoneForListGraphRagServiceOutput):
|
|
244
|
+
return False
|
|
245
|
+
|
|
246
|
+
return self.to_dict() == other.to_dict()
|
|
247
|
+
|
|
248
|
+
def __ne__(self, other):
|
|
249
|
+
"""Returns true if both objects are not equal"""
|
|
250
|
+
if not isinstance(other, AvailabilityZoneForListGraphRagServiceOutput):
|
|
251
|
+
return True
|
|
252
|
+
|
|
253
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
graph
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class Bg3LinkForListGraphRagServiceOutput(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'address_type': 'str',
|
|
37
|
+
'availability_zone_id': 'str',
|
|
38
|
+
'bg3_link': 'str'
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
attribute_map = {
|
|
42
|
+
'address_type': 'AddressType',
|
|
43
|
+
'availability_zone_id': 'AvailabilityZoneId',
|
|
44
|
+
'bg3_link': 'Bg3Link'
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
def __init__(self, address_type=None, availability_zone_id=None, bg3_link=None, _configuration=None): # noqa: E501
|
|
48
|
+
"""Bg3LinkForListGraphRagServiceOutput - a model defined in Swagger""" # noqa: E501
|
|
49
|
+
if _configuration is None:
|
|
50
|
+
_configuration = Configuration()
|
|
51
|
+
self._configuration = _configuration
|
|
52
|
+
|
|
53
|
+
self._address_type = None
|
|
54
|
+
self._availability_zone_id = None
|
|
55
|
+
self._bg3_link = None
|
|
56
|
+
self.discriminator = None
|
|
57
|
+
|
|
58
|
+
if address_type is not None:
|
|
59
|
+
self.address_type = address_type
|
|
60
|
+
if availability_zone_id is not None:
|
|
61
|
+
self.availability_zone_id = availability_zone_id
|
|
62
|
+
if bg3_link is not None:
|
|
63
|
+
self.bg3_link = bg3_link
|
|
64
|
+
|
|
65
|
+
@property
|
|
66
|
+
def address_type(self):
|
|
67
|
+
"""Gets the address_type of this Bg3LinkForListGraphRagServiceOutput. # noqa: E501
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
:return: The address_type of this Bg3LinkForListGraphRagServiceOutput. # noqa: E501
|
|
71
|
+
:rtype: str
|
|
72
|
+
"""
|
|
73
|
+
return self._address_type
|
|
74
|
+
|
|
75
|
+
@address_type.setter
|
|
76
|
+
def address_type(self, address_type):
|
|
77
|
+
"""Sets the address_type of this Bg3LinkForListGraphRagServiceOutput.
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
:param address_type: The address_type of this Bg3LinkForListGraphRagServiceOutput. # noqa: E501
|
|
81
|
+
:type: str
|
|
82
|
+
"""
|
|
83
|
+
|
|
84
|
+
self._address_type = address_type
|
|
85
|
+
|
|
86
|
+
@property
|
|
87
|
+
def availability_zone_id(self):
|
|
88
|
+
"""Gets the availability_zone_id of this Bg3LinkForListGraphRagServiceOutput. # noqa: E501
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
:return: The availability_zone_id of this Bg3LinkForListGraphRagServiceOutput. # noqa: E501
|
|
92
|
+
:rtype: str
|
|
93
|
+
"""
|
|
94
|
+
return self._availability_zone_id
|
|
95
|
+
|
|
96
|
+
@availability_zone_id.setter
|
|
97
|
+
def availability_zone_id(self, availability_zone_id):
|
|
98
|
+
"""Sets the availability_zone_id of this Bg3LinkForListGraphRagServiceOutput.
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
:param availability_zone_id: The availability_zone_id of this Bg3LinkForListGraphRagServiceOutput. # noqa: E501
|
|
102
|
+
:type: str
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
self._availability_zone_id = availability_zone_id
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
def bg3_link(self):
|
|
109
|
+
"""Gets the bg3_link of this Bg3LinkForListGraphRagServiceOutput. # noqa: E501
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
:return: The bg3_link of this Bg3LinkForListGraphRagServiceOutput. # noqa: E501
|
|
113
|
+
:rtype: str
|
|
114
|
+
"""
|
|
115
|
+
return self._bg3_link
|
|
116
|
+
|
|
117
|
+
@bg3_link.setter
|
|
118
|
+
def bg3_link(self, bg3_link):
|
|
119
|
+
"""Sets the bg3_link of this Bg3LinkForListGraphRagServiceOutput.
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
:param bg3_link: The bg3_link of this Bg3LinkForListGraphRagServiceOutput. # noqa: E501
|
|
123
|
+
:type: str
|
|
124
|
+
"""
|
|
125
|
+
|
|
126
|
+
self._bg3_link = bg3_link
|
|
127
|
+
|
|
128
|
+
def to_dict(self):
|
|
129
|
+
"""Returns the model properties as a dict"""
|
|
130
|
+
result = {}
|
|
131
|
+
|
|
132
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
133
|
+
value = getattr(self, attr)
|
|
134
|
+
if isinstance(value, list):
|
|
135
|
+
result[attr] = list(map(
|
|
136
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
137
|
+
value
|
|
138
|
+
))
|
|
139
|
+
elif hasattr(value, "to_dict"):
|
|
140
|
+
result[attr] = value.to_dict()
|
|
141
|
+
elif isinstance(value, dict):
|
|
142
|
+
result[attr] = dict(map(
|
|
143
|
+
lambda item: (item[0], item[1].to_dict())
|
|
144
|
+
if hasattr(item[1], "to_dict") else item,
|
|
145
|
+
value.items()
|
|
146
|
+
))
|
|
147
|
+
else:
|
|
148
|
+
result[attr] = value
|
|
149
|
+
if issubclass(Bg3LinkForListGraphRagServiceOutput, dict):
|
|
150
|
+
for key, value in self.items():
|
|
151
|
+
result[key] = value
|
|
152
|
+
|
|
153
|
+
return result
|
|
154
|
+
|
|
155
|
+
def to_str(self):
|
|
156
|
+
"""Returns the string representation of the model"""
|
|
157
|
+
return pprint.pformat(self.to_dict())
|
|
158
|
+
|
|
159
|
+
def __repr__(self):
|
|
160
|
+
"""For `print` and `pprint`"""
|
|
161
|
+
return self.to_str()
|
|
162
|
+
|
|
163
|
+
def __eq__(self, other):
|
|
164
|
+
"""Returns true if both objects are equal"""
|
|
165
|
+
if not isinstance(other, Bg3LinkForListGraphRagServiceOutput):
|
|
166
|
+
return False
|
|
167
|
+
|
|
168
|
+
return self.to_dict() == other.to_dict()
|
|
169
|
+
|
|
170
|
+
def __ne__(self, other):
|
|
171
|
+
"""Returns true if both objects are not equal"""
|
|
172
|
+
if not isinstance(other, Bg3LinkForListGraphRagServiceOutput):
|
|
173
|
+
return True
|
|
174
|
+
|
|
175
|
+
return self.to_dict() != other.to_dict()
|