volcengine-python-sdk 4.0.26__py2.py3-none-any.whl → 4.0.28__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.28.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/RECORD +427 -44
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/top_level.txt +1 -0
- 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
- volcenginesdkid/__init__.py +276 -0
- volcenginesdkid/api/__init__.py +6 -0
- volcenginesdkid/api/id_api.py +7891 -0
- volcenginesdkid/models/__init__.py +272 -0
- volcenginesdkid/models/api_key_auth_config_for_batch_get_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_api_key_input.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_inbound_auth_config_input.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_get_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_list_inbound_auth_configs_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_update_inbound_auth_config_input.py +201 -0
- volcenginesdkid/models/api_key_credential_provider_for_batch_get_api_key_credential_providers_output.py +201 -0
- volcenginesdkid/models/api_key_credential_provider_for_list_api_key_credential_providers_output.py +201 -0
- volcenginesdkid/models/api_key_metadata_for_batch_get_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_api_key_credential_provider_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_api_key_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_inbound_auth_config_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_api_key_credential_provider_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_resource_api_key_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_list_inbound_auth_configs_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_update_api_key_credential_provider_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_update_inbound_auth_config_input.py +149 -0
- volcenginesdkid/models/attach_inbound_auth_config_request.py +151 -0
- volcenginesdkid/models/attach_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/authorization_server_metadata_for_create_oauth2_credential_provider_input.py +201 -0
- volcenginesdkid/models/authorization_server_metadata_for_get_oauth2_credential_provider_output.py +201 -0
- volcenginesdkid/models/authorization_server_metadata_for_update_oauth2_credential_provider_input.py +201 -0
- volcenginesdkid/models/batch_get_api_key_credential_providers_request.py +149 -0
- volcenginesdkid/models/batch_get_api_key_credential_providers_response.py +123 -0
- volcenginesdkid/models/batch_get_inbound_auth_config_request.py +123 -0
- volcenginesdkid/models/batch_get_inbound_auth_config_response.py +123 -0
- volcenginesdkid/models/batch_get_oauth2_credential_providers_request.py +149 -0
- volcenginesdkid/models/batch_get_oauth2_credential_providers_response.py +123 -0
- volcenginesdkid/models/check_api_key_request.py +124 -0
- volcenginesdkid/models/check_api_key_response.py +95 -0
- volcenginesdkid/models/check_permission_request.py +254 -0
- volcenginesdkid/models/check_permission_response.py +149 -0
- volcenginesdkid/models/config_for_create_oauth2_credential_provider_input.py +331 -0
- volcenginesdkid/models/config_for_get_oauth2_credential_provider_output.py +331 -0
- volcenginesdkid/models/config_for_update_oauth2_credential_provider_input.py +331 -0
- volcenginesdkid/models/create_api_key_credential_provider_request.py +203 -0
- volcenginesdkid/models/create_api_key_credential_provider_response.py +175 -0
- volcenginesdkid/models/create_api_key_request.py +150 -0
- volcenginesdkid/models/create_api_key_response.py +95 -0
- volcenginesdkid/models/create_identity_provider_o_auth_request.py +419 -0
- volcenginesdkid/models/create_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/create_identity_provider_oidc_request.py +365 -0
- volcenginesdkid/models/create_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/create_inbound_auth_config_request.py +254 -0
- volcenginesdkid/models/create_inbound_auth_config_response.py +357 -0
- volcenginesdkid/models/create_namespace_request.py +149 -0
- volcenginesdkid/models/create_namespace_response.py +175 -0
- volcenginesdkid/models/create_oauth2_credential_provider_request.py +206 -0
- volcenginesdkid/models/create_oauth2_credential_provider_response.py +175 -0
- volcenginesdkid/models/create_policy_request.py +149 -0
- volcenginesdkid/models/create_policy_response.py +175 -0
- volcenginesdkid/models/create_user_pool_client_request.py +230 -0
- volcenginesdkid/models/create_user_pool_client_response.py +461 -0
- volcenginesdkid/models/create_user_pool_request.py +150 -0
- volcenginesdkid/models/create_user_pool_response.py +383 -0
- volcenginesdkid/models/create_user_request.py +410 -0
- volcenginesdkid/models/create_user_response.py +773 -0
- volcenginesdkid/models/create_users_csv_request.py +124 -0
- volcenginesdkid/models/create_users_csv_response.py +201 -0
- volcenginesdkid/models/create_users_request.py +150 -0
- volcenginesdkid/models/create_users_response.py +201 -0
- volcenginesdkid/models/create_workload_identity_request.py +228 -0
- volcenginesdkid/models/create_workload_identity_response.py +305 -0
- volcenginesdkid/models/create_workload_pool_request.py +149 -0
- volcenginesdkid/models/create_workload_pool_response.py +253 -0
- volcenginesdkid/models/credential_provider_for_list_credential_providers_output.py +253 -0
- volcenginesdkid/models/custom_parameters_for_create_oauth2_credential_provider_input.py +123 -0
- volcenginesdkid/models/custom_parameters_for_get_oauth2_credential_provider_output.py +123 -0
- volcenginesdkid/models/custom_parameters_for_get_resource_oauth2_token_input.py +123 -0
- volcenginesdkid/models/custom_parameters_for_update_oauth2_credential_provider_input.py +123 -0
- volcenginesdkid/models/data_for_list_identity_providers_o_auth_output.py +409 -0
- volcenginesdkid/models/data_for_list_identity_providers_oidc_output.py +357 -0
- volcenginesdkid/models/data_for_list_identity_providers_output.py +227 -0
- volcenginesdkid/models/data_for_list_policies_output.py +175 -0
- volcenginesdkid/models/data_for_list_user_pool_clients_output.py +253 -0
- volcenginesdkid/models/data_for_list_user_pools_output.py +279 -0
- volcenginesdkid/models/data_for_list_users_output.py +773 -0
- volcenginesdkid/models/delete_api_key_credential_provider_request.py +150 -0
- volcenginesdkid/models/delete_api_key_credential_provider_response.py +95 -0
- volcenginesdkid/models/delete_api_key_request.py +151 -0
- volcenginesdkid/models/delete_api_key_response.py +95 -0
- volcenginesdkid/models/delete_identity_provider_o_auth_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_o_auth_response.py +123 -0
- volcenginesdkid/models/delete_identity_provider_oidc_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_oidc_response.py +123 -0
- volcenginesdkid/models/delete_identity_provider_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_response.py +123 -0
- volcenginesdkid/models/delete_inbound_auth_config_request.py +124 -0
- volcenginesdkid/models/delete_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/delete_namespace_request.py +123 -0
- volcenginesdkid/models/delete_namespace_response.py +149 -0
- volcenginesdkid/models/delete_oauth2_credential_provider_request.py +150 -0
- volcenginesdkid/models/delete_oauth2_credential_provider_response.py +95 -0
- volcenginesdkid/models/delete_policy_request.py +149 -0
- volcenginesdkid/models/delete_policy_response.py +149 -0
- volcenginesdkid/models/delete_user_pool_client_request.py +151 -0
- volcenginesdkid/models/delete_user_pool_client_response.py +123 -0
- volcenginesdkid/models/delete_user_pool_request.py +124 -0
- volcenginesdkid/models/delete_user_pool_response.py +123 -0
- volcenginesdkid/models/delete_users_request.py +150 -0
- volcenginesdkid/models/delete_users_response.py +201 -0
- volcenginesdkid/models/delete_workload_identity_request.py +150 -0
- volcenginesdkid/models/delete_workload_identity_response.py +95 -0
- volcenginesdkid/models/delete_workload_pool_request.py +123 -0
- volcenginesdkid/models/delete_workload_pool_response.py +95 -0
- volcenginesdkid/models/detach_inbound_auth_config_request.py +151 -0
- volcenginesdkid/models/detach_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/entity_for_check_permission_input.py +149 -0
- volcenginesdkid/models/entry_for_create_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/entry_for_get_oauth2_credential_provider_output.py +149 -0
- volcenginesdkid/models/entry_for_get_resource_oauth2_token_input.py +149 -0
- volcenginesdkid/models/entry_for_update_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/filter_for_list_identity_providers_input.py +149 -0
- volcenginesdkid/models/filter_for_list_user_pool_clients_input.py +175 -0
- volcenginesdkid/models/filter_for_list_user_pools_input.py +201 -0
- volcenginesdkid/models/filter_for_list_users_input.py +435 -0
- volcenginesdkid/models/get_api_key_credential_provider_request.py +150 -0
- volcenginesdkid/models/get_api_key_credential_provider_response.py +279 -0
- volcenginesdkid/models/get_identity_provider_o_auth_request.py +151 -0
- volcenginesdkid/models/get_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/get_identity_provider_oidc_request.py +151 -0
- volcenginesdkid/models/get_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/get_inbound_auth_config_request.py +124 -0
- volcenginesdkid/models/get_inbound_auth_config_response.py +357 -0
- volcenginesdkid/models/get_namespace_request.py +149 -0
- volcenginesdkid/models/get_namespace_response.py +201 -0
- volcenginesdkid/models/get_oauth2_credential_provider_request.py +150 -0
- volcenginesdkid/models/get_oauth2_credential_provider_response.py +305 -0
- volcenginesdkid/models/get_policy_request.py +149 -0
- volcenginesdkid/models/get_policy_response.py +175 -0
- volcenginesdkid/models/get_resource_api_key_request.py +177 -0
- volcenginesdkid/models/get_resource_api_key_response.py +149 -0
- volcenginesdkid/models/get_resource_oauth2_token_request.py +307 -0
- volcenginesdkid/models/get_resource_oauth2_token_response.py +149 -0
- volcenginesdkid/models/get_user_csv_template_request.py +124 -0
- volcenginesdkid/models/get_user_csv_template_response.py +95 -0
- volcenginesdkid/models/get_user_pool_client_request.py +151 -0
- volcenginesdkid/models/get_user_pool_client_response.py +461 -0
- volcenginesdkid/models/get_user_pool_request.py +124 -0
- volcenginesdkid/models/get_user_pool_response.py +383 -0
- volcenginesdkid/models/get_user_request.py +151 -0
- volcenginesdkid/models/get_user_response.py +773 -0
- volcenginesdkid/models/get_workload_access_token_for_jwt_request.py +176 -0
- volcenginesdkid/models/get_workload_access_token_for_jwt_response.py +149 -0
- volcenginesdkid/models/get_workload_access_token_for_user_id_request.py +176 -0
- volcenginesdkid/models/get_workload_access_token_for_user_id_response.py +149 -0
- volcenginesdkid/models/get_workload_access_token_request.py +149 -0
- volcenginesdkid/models/get_workload_access_token_response.py +149 -0
- volcenginesdkid/models/get_workload_identity_request.py +150 -0
- volcenginesdkid/models/get_workload_identity_response.py +305 -0
- volcenginesdkid/models/get_workload_pool_request.py +149 -0
- volcenginesdkid/models/get_workload_pool_response.py +253 -0
- volcenginesdkid/models/grant_permission_request.py +228 -0
- volcenginesdkid/models/grant_permission_response.py +175 -0
- volcenginesdkid/models/id_token_for_create_user_pool_client_output.py +123 -0
- volcenginesdkid/models/id_token_for_get_user_pool_client_output.py +123 -0
- volcenginesdkid/models/id_token_for_update_user_pool_client_input.py +123 -0
- volcenginesdkid/models/id_token_for_update_user_pool_client_output.py +123 -0
- volcenginesdkid/models/inbound_auth_config_for_batch_get_inbound_auth_config_output.py +357 -0
- volcenginesdkid/models/inbound_auth_config_for_list_inbound_auth_configs_output.py +357 -0
- volcenginesdkid/models/jwt_auth_config_for_batch_get_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_create_inbound_auth_config_input.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_create_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_get_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_list_inbound_auth_configs_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_update_inbound_auth_config_input.py +175 -0
- volcenginesdkid/models/list_api_key_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_api_key_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_o_auth_request.py +124 -0
- volcenginesdkid/models/list_identity_providers_o_auth_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_oidc_request.py +124 -0
- volcenginesdkid/models/list_identity_providers_oidc_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_request.py +204 -0
- volcenginesdkid/models/list_identity_providers_response.py +201 -0
- volcenginesdkid/models/list_inbound_auth_configs_request.py +203 -0
- volcenginesdkid/models/list_inbound_auth_configs_response.py +201 -0
- volcenginesdkid/models/list_namespaces_request.py +149 -0
- volcenginesdkid/models/list_namespaces_response.py +201 -0
- volcenginesdkid/models/list_oauth2_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_oauth2_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_policies_request.py +123 -0
- volcenginesdkid/models/list_policies_response.py +123 -0
- volcenginesdkid/models/list_user_pool_clients_request.py +256 -0
- volcenginesdkid/models/list_user_pool_clients_response.py +201 -0
- volcenginesdkid/models/list_user_pools_request.py +229 -0
- volcenginesdkid/models/list_user_pools_response.py +201 -0
- volcenginesdkid/models/list_users_request.py +256 -0
- volcenginesdkid/models/list_users_response.py +201 -0
- volcenginesdkid/models/list_workload_identities_request.py +209 -0
- volcenginesdkid/models/list_workload_identities_response.py +201 -0
- volcenginesdkid/models/list_workload_pools_request.py +157 -0
- volcenginesdkid/models/list_workload_pools_response.py +201 -0
- volcenginesdkid/models/oauth2_callback_request.py +178 -0
- volcenginesdkid/models/oauth2_callback_response.py +123 -0
- volcenginesdkid/models/oauth2_credential_provider_for_batch_get_oauth2_credential_providers_output.py +227 -0
- volcenginesdkid/models/oauth2_credential_provider_for_list_oauth2_credential_providers_output.py +227 -0
- volcenginesdkid/models/oauth2_discovery_for_create_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/oauth2_discovery_for_get_oauth2_credential_provider_output.py +149 -0
- volcenginesdkid/models/oauth2_discovery_for_update_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/operation_for_check_permission_input.py +149 -0
- volcenginesdkid/models/operation_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/original_caller_for_check_permission_input.py +149 -0
- volcenginesdkid/models/original_caller_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/parent_for_check_permission_input.py +149 -0
- volcenginesdkid/models/principal_for_check_permission_input.py +149 -0
- volcenginesdkid/models/principal_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_o_auth_input.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_oidc_input.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_get_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_get_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_list_identity_providers_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_list_identity_providers_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_o_auth_input.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_oidc_input.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/reference_for_check_permission_input.py +149 -0
- volcenginesdkid/models/refresh_token_for_create_user_pool_client_output.py +227 -0
- volcenginesdkid/models/refresh_token_for_get_user_pool_client_output.py +227 -0
- volcenginesdkid/models/refresh_token_for_update_user_pool_client_input.py +227 -0
- volcenginesdkid/models/refresh_token_for_update_user_pool_client_output.py +227 -0
- volcenginesdkid/models/resource_for_check_permission_input.py +149 -0
- volcenginesdkid/models/resource_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/update_api_key_credential_provider_request.py +202 -0
- volcenginesdkid/models/update_api_key_credential_provider_response.py +227 -0
- volcenginesdkid/models/update_identity_provider_o_auth_request.py +440 -0
- volcenginesdkid/models/update_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/update_identity_provider_oidc_request.py +388 -0
- volcenginesdkid/models/update_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/update_inbound_auth_config_request.py +202 -0
- volcenginesdkid/models/update_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/update_namespace_request.py +149 -0
- volcenginesdkid/models/update_namespace_response.py +149 -0
- volcenginesdkid/models/update_oauth2_credential_provider_request.py +176 -0
- volcenginesdkid/models/update_oauth2_credential_provider_response.py +227 -0
- volcenginesdkid/models/update_user_pool_client_request.py +359 -0
- volcenginesdkid/models/update_user_pool_client_response.py +461 -0
- volcenginesdkid/models/update_user_pool_request.py +176 -0
- volcenginesdkid/models/update_user_pool_response.py +383 -0
- volcenginesdkid/models/update_user_request.py +411 -0
- volcenginesdkid/models/update_user_response.py +773 -0
- volcenginesdkid/models/update_workload_identity_request.py +202 -0
- volcenginesdkid/models/update_workload_identity_response.py +95 -0
- volcenginesdkid/models/update_workload_pool_request.py +149 -0
- volcenginesdkid/models/update_workload_pool_response.py +95 -0
- volcenginesdkid/models/user_for_create_users_input.py +383 -0
- volcenginesdkid/models/workload_identity_for_list_workload_identities_output.py +305 -0
- volcenginesdkid/models/workload_pool_for_list_workload_pools_output.py +253 -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.28.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -0,0 +1,409 @@
|
|
|
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 ConfCheckerForValidateConfCheckerInput(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
|
+
'bpm_id': 'str',
|
|
37
|
+
'conf_checker_python_script': 'str',
|
|
38
|
+
'description': 'str',
|
|
39
|
+
'id': 'int',
|
|
40
|
+
'modify_time': 'str',
|
|
41
|
+
'name': 'str',
|
|
42
|
+
'operator': 'str',
|
|
43
|
+
'psm': 'str',
|
|
44
|
+
'region': 'str',
|
|
45
|
+
'test_case': 'str',
|
|
46
|
+
'type': 'str',
|
|
47
|
+
'validator_version': 'int'
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
attribute_map = {
|
|
51
|
+
'bpm_id': 'BpmID',
|
|
52
|
+
'conf_checker_python_script': 'ConfCheckerPythonScript',
|
|
53
|
+
'description': 'Description',
|
|
54
|
+
'id': 'Id',
|
|
55
|
+
'modify_time': 'ModifyTime',
|
|
56
|
+
'name': 'Name',
|
|
57
|
+
'operator': 'Operator',
|
|
58
|
+
'psm': 'Psm',
|
|
59
|
+
'region': 'Region',
|
|
60
|
+
'test_case': 'TestCase',
|
|
61
|
+
'type': 'Type',
|
|
62
|
+
'validator_version': 'ValidatorVersion'
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
def __init__(self, bpm_id=None, conf_checker_python_script=None, description=None, id=None, modify_time=None, name=None, operator=None, psm=None, region=None, test_case=None, type=None, validator_version=None, _configuration=None): # noqa: E501
|
|
66
|
+
"""ConfCheckerForValidateConfCheckerInput - a model defined in Swagger""" # noqa: E501
|
|
67
|
+
if _configuration is None:
|
|
68
|
+
_configuration = Configuration()
|
|
69
|
+
self._configuration = _configuration
|
|
70
|
+
|
|
71
|
+
self._bpm_id = None
|
|
72
|
+
self._conf_checker_python_script = None
|
|
73
|
+
self._description = None
|
|
74
|
+
self._id = None
|
|
75
|
+
self._modify_time = None
|
|
76
|
+
self._name = None
|
|
77
|
+
self._operator = None
|
|
78
|
+
self._psm = None
|
|
79
|
+
self._region = None
|
|
80
|
+
self._test_case = None
|
|
81
|
+
self._type = None
|
|
82
|
+
self._validator_version = None
|
|
83
|
+
self.discriminator = None
|
|
84
|
+
|
|
85
|
+
if bpm_id is not None:
|
|
86
|
+
self.bpm_id = bpm_id
|
|
87
|
+
if conf_checker_python_script is not None:
|
|
88
|
+
self.conf_checker_python_script = conf_checker_python_script
|
|
89
|
+
if description is not None:
|
|
90
|
+
self.description = description
|
|
91
|
+
if id is not None:
|
|
92
|
+
self.id = id
|
|
93
|
+
if modify_time is not None:
|
|
94
|
+
self.modify_time = modify_time
|
|
95
|
+
if name is not None:
|
|
96
|
+
self.name = name
|
|
97
|
+
if operator is not None:
|
|
98
|
+
self.operator = operator
|
|
99
|
+
if psm is not None:
|
|
100
|
+
self.psm = psm
|
|
101
|
+
if region is not None:
|
|
102
|
+
self.region = region
|
|
103
|
+
if test_case is not None:
|
|
104
|
+
self.test_case = test_case
|
|
105
|
+
if type is not None:
|
|
106
|
+
self.type = type
|
|
107
|
+
if validator_version is not None:
|
|
108
|
+
self.validator_version = validator_version
|
|
109
|
+
|
|
110
|
+
@property
|
|
111
|
+
def bpm_id(self):
|
|
112
|
+
"""Gets the bpm_id of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
:return: The bpm_id of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
116
|
+
:rtype: str
|
|
117
|
+
"""
|
|
118
|
+
return self._bpm_id
|
|
119
|
+
|
|
120
|
+
@bpm_id.setter
|
|
121
|
+
def bpm_id(self, bpm_id):
|
|
122
|
+
"""Sets the bpm_id of this ConfCheckerForValidateConfCheckerInput.
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
:param bpm_id: The bpm_id of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
126
|
+
:type: str
|
|
127
|
+
"""
|
|
128
|
+
|
|
129
|
+
self._bpm_id = bpm_id
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
def conf_checker_python_script(self):
|
|
133
|
+
"""Gets the conf_checker_python_script of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
:return: The conf_checker_python_script of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
137
|
+
:rtype: str
|
|
138
|
+
"""
|
|
139
|
+
return self._conf_checker_python_script
|
|
140
|
+
|
|
141
|
+
@conf_checker_python_script.setter
|
|
142
|
+
def conf_checker_python_script(self, conf_checker_python_script):
|
|
143
|
+
"""Sets the conf_checker_python_script of this ConfCheckerForValidateConfCheckerInput.
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
:param conf_checker_python_script: The conf_checker_python_script of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
147
|
+
:type: str
|
|
148
|
+
"""
|
|
149
|
+
|
|
150
|
+
self._conf_checker_python_script = conf_checker_python_script
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
def description(self):
|
|
154
|
+
"""Gets the description of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
:return: The description of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
158
|
+
:rtype: str
|
|
159
|
+
"""
|
|
160
|
+
return self._description
|
|
161
|
+
|
|
162
|
+
@description.setter
|
|
163
|
+
def description(self, description):
|
|
164
|
+
"""Sets the description of this ConfCheckerForValidateConfCheckerInput.
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
:param description: The description of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
168
|
+
:type: str
|
|
169
|
+
"""
|
|
170
|
+
|
|
171
|
+
self._description = description
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
def id(self):
|
|
175
|
+
"""Gets the id of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
:return: The id of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
179
|
+
:rtype: int
|
|
180
|
+
"""
|
|
181
|
+
return self._id
|
|
182
|
+
|
|
183
|
+
@id.setter
|
|
184
|
+
def id(self, id):
|
|
185
|
+
"""Sets the id of this ConfCheckerForValidateConfCheckerInput.
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
:param id: The id of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
189
|
+
:type: int
|
|
190
|
+
"""
|
|
191
|
+
|
|
192
|
+
self._id = id
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
def modify_time(self):
|
|
196
|
+
"""Gets the modify_time of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
:return: The modify_time of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
200
|
+
:rtype: str
|
|
201
|
+
"""
|
|
202
|
+
return self._modify_time
|
|
203
|
+
|
|
204
|
+
@modify_time.setter
|
|
205
|
+
def modify_time(self, modify_time):
|
|
206
|
+
"""Sets the modify_time of this ConfCheckerForValidateConfCheckerInput.
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
:param modify_time: The modify_time of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
210
|
+
:type: str
|
|
211
|
+
"""
|
|
212
|
+
|
|
213
|
+
self._modify_time = modify_time
|
|
214
|
+
|
|
215
|
+
@property
|
|
216
|
+
def name(self):
|
|
217
|
+
"""Gets the name of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
:return: The name of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
221
|
+
:rtype: str
|
|
222
|
+
"""
|
|
223
|
+
return self._name
|
|
224
|
+
|
|
225
|
+
@name.setter
|
|
226
|
+
def name(self, name):
|
|
227
|
+
"""Sets the name of this ConfCheckerForValidateConfCheckerInput.
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
:param name: The name of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
231
|
+
:type: str
|
|
232
|
+
"""
|
|
233
|
+
|
|
234
|
+
self._name = name
|
|
235
|
+
|
|
236
|
+
@property
|
|
237
|
+
def operator(self):
|
|
238
|
+
"""Gets the operator of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
:return: The operator of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
242
|
+
:rtype: str
|
|
243
|
+
"""
|
|
244
|
+
return self._operator
|
|
245
|
+
|
|
246
|
+
@operator.setter
|
|
247
|
+
def operator(self, operator):
|
|
248
|
+
"""Sets the operator of this ConfCheckerForValidateConfCheckerInput.
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
:param operator: The operator of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
252
|
+
:type: str
|
|
253
|
+
"""
|
|
254
|
+
|
|
255
|
+
self._operator = operator
|
|
256
|
+
|
|
257
|
+
@property
|
|
258
|
+
def psm(self):
|
|
259
|
+
"""Gets the psm of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
:return: The psm of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
263
|
+
:rtype: str
|
|
264
|
+
"""
|
|
265
|
+
return self._psm
|
|
266
|
+
|
|
267
|
+
@psm.setter
|
|
268
|
+
def psm(self, psm):
|
|
269
|
+
"""Sets the psm of this ConfCheckerForValidateConfCheckerInput.
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
:param psm: The psm of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
273
|
+
:type: str
|
|
274
|
+
"""
|
|
275
|
+
|
|
276
|
+
self._psm = psm
|
|
277
|
+
|
|
278
|
+
@property
|
|
279
|
+
def region(self):
|
|
280
|
+
"""Gets the region of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
:return: The region of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
284
|
+
:rtype: str
|
|
285
|
+
"""
|
|
286
|
+
return self._region
|
|
287
|
+
|
|
288
|
+
@region.setter
|
|
289
|
+
def region(self, region):
|
|
290
|
+
"""Sets the region of this ConfCheckerForValidateConfCheckerInput.
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
:param region: The region of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
294
|
+
:type: str
|
|
295
|
+
"""
|
|
296
|
+
|
|
297
|
+
self._region = region
|
|
298
|
+
|
|
299
|
+
@property
|
|
300
|
+
def test_case(self):
|
|
301
|
+
"""Gets the test_case of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
:return: The test_case of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
305
|
+
:rtype: str
|
|
306
|
+
"""
|
|
307
|
+
return self._test_case
|
|
308
|
+
|
|
309
|
+
@test_case.setter
|
|
310
|
+
def test_case(self, test_case):
|
|
311
|
+
"""Sets the test_case of this ConfCheckerForValidateConfCheckerInput.
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
:param test_case: The test_case of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
315
|
+
:type: str
|
|
316
|
+
"""
|
|
317
|
+
|
|
318
|
+
self._test_case = test_case
|
|
319
|
+
|
|
320
|
+
@property
|
|
321
|
+
def type(self):
|
|
322
|
+
"""Gets the type of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
:return: The type of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
326
|
+
:rtype: str
|
|
327
|
+
"""
|
|
328
|
+
return self._type
|
|
329
|
+
|
|
330
|
+
@type.setter
|
|
331
|
+
def type(self, type):
|
|
332
|
+
"""Sets the type of this ConfCheckerForValidateConfCheckerInput.
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
:param type: The type of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
336
|
+
:type: str
|
|
337
|
+
"""
|
|
338
|
+
|
|
339
|
+
self._type = type
|
|
340
|
+
|
|
341
|
+
@property
|
|
342
|
+
def validator_version(self):
|
|
343
|
+
"""Gets the validator_version of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
:return: The validator_version of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
347
|
+
:rtype: int
|
|
348
|
+
"""
|
|
349
|
+
return self._validator_version
|
|
350
|
+
|
|
351
|
+
@validator_version.setter
|
|
352
|
+
def validator_version(self, validator_version):
|
|
353
|
+
"""Sets the validator_version of this ConfCheckerForValidateConfCheckerInput.
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
:param validator_version: The validator_version of this ConfCheckerForValidateConfCheckerInput. # noqa: E501
|
|
357
|
+
:type: int
|
|
358
|
+
"""
|
|
359
|
+
|
|
360
|
+
self._validator_version = validator_version
|
|
361
|
+
|
|
362
|
+
def to_dict(self):
|
|
363
|
+
"""Returns the model properties as a dict"""
|
|
364
|
+
result = {}
|
|
365
|
+
|
|
366
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
367
|
+
value = getattr(self, attr)
|
|
368
|
+
if isinstance(value, list):
|
|
369
|
+
result[attr] = list(map(
|
|
370
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
371
|
+
value
|
|
372
|
+
))
|
|
373
|
+
elif hasattr(value, "to_dict"):
|
|
374
|
+
result[attr] = value.to_dict()
|
|
375
|
+
elif isinstance(value, dict):
|
|
376
|
+
result[attr] = dict(map(
|
|
377
|
+
lambda item: (item[0], item[1].to_dict())
|
|
378
|
+
if hasattr(item[1], "to_dict") else item,
|
|
379
|
+
value.items()
|
|
380
|
+
))
|
|
381
|
+
else:
|
|
382
|
+
result[attr] = value
|
|
383
|
+
if issubclass(ConfCheckerForValidateConfCheckerInput, dict):
|
|
384
|
+
for key, value in self.items():
|
|
385
|
+
result[key] = value
|
|
386
|
+
|
|
387
|
+
return result
|
|
388
|
+
|
|
389
|
+
def to_str(self):
|
|
390
|
+
"""Returns the string representation of the model"""
|
|
391
|
+
return pprint.pformat(self.to_dict())
|
|
392
|
+
|
|
393
|
+
def __repr__(self):
|
|
394
|
+
"""For `print` and `pprint`"""
|
|
395
|
+
return self.to_str()
|
|
396
|
+
|
|
397
|
+
def __eq__(self, other):
|
|
398
|
+
"""Returns true if both objects are equal"""
|
|
399
|
+
if not isinstance(other, ConfCheckerForValidateConfCheckerInput):
|
|
400
|
+
return False
|
|
401
|
+
|
|
402
|
+
return self.to_dict() == other.to_dict()
|
|
403
|
+
|
|
404
|
+
def __ne__(self, other):
|
|
405
|
+
"""Returns true if both objects are not equal"""
|
|
406
|
+
if not isinstance(other, ConfCheckerForValidateConfCheckerInput):
|
|
407
|
+
return True
|
|
408
|
+
|
|
409
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -0,0 +1,149 @@
|
|
|
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 ConvertValueForListTabletsOutput(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
|
+
'pending_schedule_replica': 'list[PendingScheduleReplicaForListTabletsOutput]',
|
|
37
|
+
'replica_info': 'list[ReplicaInfoForListTabletsOutput]'
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
attribute_map = {
|
|
41
|
+
'pending_schedule_replica': 'PendingScheduleReplica',
|
|
42
|
+
'replica_info': 'ReplicaInfo'
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
def __init__(self, pending_schedule_replica=None, replica_info=None, _configuration=None): # noqa: E501
|
|
46
|
+
"""ConvertValueForListTabletsOutput - a model defined in Swagger""" # noqa: E501
|
|
47
|
+
if _configuration is None:
|
|
48
|
+
_configuration = Configuration()
|
|
49
|
+
self._configuration = _configuration
|
|
50
|
+
|
|
51
|
+
self._pending_schedule_replica = None
|
|
52
|
+
self._replica_info = None
|
|
53
|
+
self.discriminator = None
|
|
54
|
+
|
|
55
|
+
if pending_schedule_replica is not None:
|
|
56
|
+
self.pending_schedule_replica = pending_schedule_replica
|
|
57
|
+
if replica_info is not None:
|
|
58
|
+
self.replica_info = replica_info
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
def pending_schedule_replica(self):
|
|
62
|
+
"""Gets the pending_schedule_replica of this ConvertValueForListTabletsOutput. # noqa: E501
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
:return: The pending_schedule_replica of this ConvertValueForListTabletsOutput. # noqa: E501
|
|
66
|
+
:rtype: list[PendingScheduleReplicaForListTabletsOutput]
|
|
67
|
+
"""
|
|
68
|
+
return self._pending_schedule_replica
|
|
69
|
+
|
|
70
|
+
@pending_schedule_replica.setter
|
|
71
|
+
def pending_schedule_replica(self, pending_schedule_replica):
|
|
72
|
+
"""Sets the pending_schedule_replica of this ConvertValueForListTabletsOutput.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param pending_schedule_replica: The pending_schedule_replica of this ConvertValueForListTabletsOutput. # noqa: E501
|
|
76
|
+
:type: list[PendingScheduleReplicaForListTabletsOutput]
|
|
77
|
+
"""
|
|
78
|
+
|
|
79
|
+
self._pending_schedule_replica = pending_schedule_replica
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
def replica_info(self):
|
|
83
|
+
"""Gets the replica_info of this ConvertValueForListTabletsOutput. # noqa: E501
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
:return: The replica_info of this ConvertValueForListTabletsOutput. # noqa: E501
|
|
87
|
+
:rtype: list[ReplicaInfoForListTabletsOutput]
|
|
88
|
+
"""
|
|
89
|
+
return self._replica_info
|
|
90
|
+
|
|
91
|
+
@replica_info.setter
|
|
92
|
+
def replica_info(self, replica_info):
|
|
93
|
+
"""Sets the replica_info of this ConvertValueForListTabletsOutput.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
:param replica_info: The replica_info of this ConvertValueForListTabletsOutput. # noqa: E501
|
|
97
|
+
:type: list[ReplicaInfoForListTabletsOutput]
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
self._replica_info = replica_info
|
|
101
|
+
|
|
102
|
+
def to_dict(self):
|
|
103
|
+
"""Returns the model properties as a dict"""
|
|
104
|
+
result = {}
|
|
105
|
+
|
|
106
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
107
|
+
value = getattr(self, attr)
|
|
108
|
+
if isinstance(value, list):
|
|
109
|
+
result[attr] = list(map(
|
|
110
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
111
|
+
value
|
|
112
|
+
))
|
|
113
|
+
elif hasattr(value, "to_dict"):
|
|
114
|
+
result[attr] = value.to_dict()
|
|
115
|
+
elif isinstance(value, dict):
|
|
116
|
+
result[attr] = dict(map(
|
|
117
|
+
lambda item: (item[0], item[1].to_dict())
|
|
118
|
+
if hasattr(item[1], "to_dict") else item,
|
|
119
|
+
value.items()
|
|
120
|
+
))
|
|
121
|
+
else:
|
|
122
|
+
result[attr] = value
|
|
123
|
+
if issubclass(ConvertValueForListTabletsOutput, dict):
|
|
124
|
+
for key, value in self.items():
|
|
125
|
+
result[key] = value
|
|
126
|
+
|
|
127
|
+
return result
|
|
128
|
+
|
|
129
|
+
def to_str(self):
|
|
130
|
+
"""Returns the string representation of the model"""
|
|
131
|
+
return pprint.pformat(self.to_dict())
|
|
132
|
+
|
|
133
|
+
def __repr__(self):
|
|
134
|
+
"""For `print` and `pprint`"""
|
|
135
|
+
return self.to_str()
|
|
136
|
+
|
|
137
|
+
def __eq__(self, other):
|
|
138
|
+
"""Returns true if both objects are equal"""
|
|
139
|
+
if not isinstance(other, ConvertValueForListTabletsOutput):
|
|
140
|
+
return False
|
|
141
|
+
|
|
142
|
+
return self.to_dict() == other.to_dict()
|
|
143
|
+
|
|
144
|
+
def __ne__(self, other):
|
|
145
|
+
"""Returns true if both objects are not equal"""
|
|
146
|
+
if not isinstance(other, ConvertValueForListTabletsOutput):
|
|
147
|
+
return True
|
|
148
|
+
|
|
149
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -39,7 +39,8 @@ class CreateInstanceRequest(object):
|
|
|
39
39
|
'instance_tags': 'list[InstanceTagForCreateInstanceInput]',
|
|
40
40
|
'network_descriptions': 'list[NetworkDescriptionForCreateInstanceInput]',
|
|
41
41
|
'one_step': 'bool',
|
|
42
|
-
'version_set_id': 'int'
|
|
42
|
+
'version_set_id': 'int',
|
|
43
|
+
'with_graph_rag': 'bool'
|
|
43
44
|
}
|
|
44
45
|
|
|
45
46
|
attribute_map = {
|
|
@@ -49,10 +50,11 @@ class CreateInstanceRequest(object):
|
|
|
49
50
|
'instance_tags': 'InstanceTags',
|
|
50
51
|
'network_descriptions': 'NetworkDescriptions',
|
|
51
52
|
'one_step': 'OneStep',
|
|
52
|
-
'version_set_id': 'VersionSetId'
|
|
53
|
+
'version_set_id': 'VersionSetId',
|
|
54
|
+
'with_graph_rag': 'WithGraphRAG'
|
|
53
55
|
}
|
|
54
56
|
|
|
55
|
-
def __init__(self, client_token=None, deletion_protection=None, info=None, instance_tags=None, network_descriptions=None, one_step=None, version_set_id=None, _configuration=None): # noqa: E501
|
|
57
|
+
def __init__(self, client_token=None, deletion_protection=None, info=None, instance_tags=None, network_descriptions=None, one_step=None, version_set_id=None, with_graph_rag=None, _configuration=None): # noqa: E501
|
|
56
58
|
"""CreateInstanceRequest - a model defined in Swagger""" # noqa: E501
|
|
57
59
|
if _configuration is None:
|
|
58
60
|
_configuration = Configuration()
|
|
@@ -65,6 +67,7 @@ class CreateInstanceRequest(object):
|
|
|
65
67
|
self._network_descriptions = None
|
|
66
68
|
self._one_step = None
|
|
67
69
|
self._version_set_id = None
|
|
70
|
+
self._with_graph_rag = None
|
|
68
71
|
self.discriminator = None
|
|
69
72
|
|
|
70
73
|
if client_token is not None:
|
|
@@ -81,6 +84,8 @@ class CreateInstanceRequest(object):
|
|
|
81
84
|
self.one_step = one_step
|
|
82
85
|
if version_set_id is not None:
|
|
83
86
|
self.version_set_id = version_set_id
|
|
87
|
+
if with_graph_rag is not None:
|
|
88
|
+
self.with_graph_rag = with_graph_rag
|
|
84
89
|
|
|
85
90
|
@property
|
|
86
91
|
def client_token(self):
|
|
@@ -229,6 +234,27 @@ class CreateInstanceRequest(object):
|
|
|
229
234
|
|
|
230
235
|
self._version_set_id = version_set_id
|
|
231
236
|
|
|
237
|
+
@property
|
|
238
|
+
def with_graph_rag(self):
|
|
239
|
+
"""Gets the with_graph_rag of this CreateInstanceRequest. # noqa: E501
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
:return: The with_graph_rag of this CreateInstanceRequest. # noqa: E501
|
|
243
|
+
:rtype: bool
|
|
244
|
+
"""
|
|
245
|
+
return self._with_graph_rag
|
|
246
|
+
|
|
247
|
+
@with_graph_rag.setter
|
|
248
|
+
def with_graph_rag(self, with_graph_rag):
|
|
249
|
+
"""Sets the with_graph_rag of this CreateInstanceRequest.
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
:param with_graph_rag: The with_graph_rag of this CreateInstanceRequest. # noqa: E501
|
|
253
|
+
:type: bool
|
|
254
|
+
"""
|
|
255
|
+
|
|
256
|
+
self._with_graph_rag = with_graph_rag
|
|
257
|
+
|
|
232
258
|
def to_dict(self):
|
|
233
259
|
"""Returns the model properties as a dict"""
|
|
234
260
|
result = {}
|