SYMBOL INDEX (4406 symbols across 219 files) FILE: volcengine/ApiInfo.py class ApiInfo (line 4) | class ApiInfo(object): method __init__ (line 5) | def __init__(self, method, path, query, form, header): method __str__ (line 12) | def __str__(self): FILE: volcengine/Credentials.py class Credentials (line 4) | class Credentials(object): method __init__ (line 5) | def __init__(self, ak, sk, service, region, session_token=''): method set_ak (line 12) | def set_ak(self, ak): method set_sk (line 15) | def set_sk(self, sk): method set_session_token (line 18) | def set_session_token(self, session_token): FILE: volcengine/Policy.py class ComplexEncoder (line 5) | class ComplexEncoder(json.JSONEncoder): method default (line 6) | def default(self, o): class Policy (line 27) | class Policy(object): method __init__ (line 28) | def __init__(self, statements): class Statement (line 32) | class Statement(object): method __init__ (line 33) | def __init__(self): method new_allow_statement (line 40) | def new_allow_statement(actions, resources): method new_deny_statement (line 48) | def new_deny_statement(actions, resources): class SecurityToken2 (line 56) | class SecurityToken2(object): method __init__ (line 57) | def __init__(self): method __str__ (line 64) | def __str__(self): class InnerToken (line 74) | class InnerToken(object): method __init__ (line 75) | def __init__(self): method __str__ (line 83) | def __str__(self): FILE: volcengine/ServiceInfo.py class ServiceInfo (line 4) | class ServiceInfo(object): method __init__ (line 5) | def __init__(self, host, header, credentials, connection_timeout, sock... FILE: volcengine/ServiceInfoHttps.py class ServiceInfoSms (line 4) | class ServiceInfoSms(object): method __init__ (line 5) | def __init__(self, host, header, credentials, connection_timeout, sock... FILE: volcengine/adblocker/AdBlockerService.py class AdBlockService (line 11) | class AdBlockService(Service): method __new__ (line 14) | def __new__(cls, *args, **kwargs): method __init__ (line 21) | def __init__(self): method get_service_info (line 27) | def get_service_info(): method get_api_info (line 33) | def get_api_info(): method ad_block (line 38) | def ad_block(self, params, body): FILE: volcengine/auth/MetaData.py class MetaData (line 4) | class MetaData(object): method __init__ (line 5) | def __init__(self): method set_date (line 13) | def set_date(self, date): method set_service (line 16) | def set_service(self, service): method set_region (line 19) | def set_region(self, region): method set_algorithm (line 22) | def set_algorithm(self, algorithm): method set_credential_scope (line 25) | def set_credential_scope(self, credential_scope): method set_signed_headers (line 28) | def set_signed_headers(self, signed_headers): FILE: volcengine/auth/SignParam.py class SignParam (line 6) | class SignParam(object): method __init__ (line 7) | def __init__(self): method set_date (line 17) | def set_date(self, date): method set_body (line 20) | def set_body(self, body): method set_host (line 23) | def set_host(self, host): method set_query (line 26) | def set_query(self, query): method set_header_list (line 29) | def set_header_list(self, header_list): method set_is_sign_url (line 32) | def set_is_sign_url(self, is_sign_url): method set_path (line 35) | def set_path(self, path): method set_method (line 38) | def set_method(self, method): FILE: volcengine/auth/SignResult.py class SignResult (line 3) | class SignResult(object): method __init__ (line 4) | def __init__(self): method __str__ (line 16) | def __str__(self): FILE: volcengine/auth/SignerV4.py class SignerV4 (line 17) | class SignerV4(object): method sign (line 19) | def sign(request, credentials): method sign_url (line 46) | def sign_url(request, credentials): method sign_only (line 78) | def sign_only(param, credentials): method hashed_simple_canonical_request_v4 (line 135) | def hashed_simple_canonical_request_v4(request, meta): method hashed_canonical_request_v4 (line 154) | def hashed_canonical_request_v4(request, meta): method signature_v4 (line 187) | def signature_v4(signing_key, signing_str): method get_signing_secret_key_v4 (line 191) | def get_signing_secret_key_v4(sk, date, region, service): method build_auth_header_v4 (line 201) | def build_auth_header_v4(signature, meta, credentials): method get_current_format_date (line 206) | def get_current_format_date(): FILE: volcengine/base/Request.py class Request (line 10) | class Request(object): method __init__ (line 11) | def __init__(self): method set_schema (line 23) | def set_schema(self, schema): method set_shema (line 26) | def set_shema(self, schema): method set_method (line 33) | def set_method(self, method): method set_host (line 36) | def set_host(self, host): method set_path (line 39) | def set_path(self, path): method set_headers (line 42) | def set_headers(self, headers): method set_query (line 45) | def set_query(self, query): method set_body (line 48) | def set_body(self, body): method set_connection_timeout (line 51) | def set_connection_timeout(self, connection_timeout): method set_socket_timeout (line 54) | def set_socket_timeout(self, socket_timeout): method build (line 57) | def build(self, doseq=0): FILE: volcengine/base/Service.py class VolcAuth (line 29) | class VolcAuth(AuthBase): method __init__ (line 30) | def __init__(self, client, request): method __call__ (line 35) | def __call__(self, r): class Service (line 48) | class Service(object): method __init__ (line 49) | def __init__(self, service_info, api_info): method init (line 55) | def init(self): method set_ak (line 88) | def set_ak(self, ak): method set_sk (line 91) | def set_sk(self, sk): method set_session_token (line 94) | def set_session_token(self, session_token): method set_host (line 97) | def set_host(self, host): method set_scheme (line 100) | def set_scheme(self, scheme): method set_connection_timeout (line 103) | def set_connection_timeout(self, connection_timeout): method set_socket_timeout (line 106) | def set_socket_timeout(self, socket_timeout): method get_sign_url (line 109) | def get_sign_url(self, api, params): method get (line 123) | def get(self, api, params, doseq=0): method post (line 140) | def post(self, api, params, form): method request (line 159) | def request(self, api, params, data, files=None, reqConfig=None): method json (line 178) | def json(self, api, params, body): method put (line 196) | def put(self, url, file_path, headers): method put_data (line 205) | def put_data(self, url, data, headers): method prepare_request (line 213) | def prepare_request(self, api_info, params, doseq=0): method merge (line 246) | def merge(self, param1, param2): method sign_sts2 (line 256) | def sign_sts2(self, policy, expire): method to_rfc3339 (line 293) | def to_rfc3339(t): FILE: volcengine/billing/BillingService.py class BillingService (line 12) | class BillingService(Service): method __new__ (line 15) | def __new__(cls, *args, **kwargs): method __init__ (line 22) | def __init__(self): method get_service_info (line 28) | def get_service_info(): method get_api_info (line 34) | def get_api_info(): method list_bill (line 43) | def list_bill(self, params, body): method list_bill_detail (line 50) | def list_bill_detail(self, params, body): method list_bill_overview_by_prod (line 57) | def list_bill_overview_by_prod(self, params, body): method list_split_bill_detail (line 64) | def list_split_bill_detail(self, params, body): method list_amortized_cost_bill_detail (line 71) | def list_amortized_cost_bill_detail(self, params, body): method list_amortized_cost_bill_monthly (line 78) | def list_amortized_cost_bill_monthly(self, params, body): FILE: volcengine/bioos/BioOsService.py class BioOsService (line 12) | class BioOsService(Service): method __new__ (line 15) | def __new__(cls, *args, **kwargs): method __init__ (line 22) | def __init__(self, endpoint='https://open.volcengineapi.com', region='... method get_service_info (line 28) | def get_service_info(endpoint, region): method get_api_info (line 38) | def get_api_info(): method create_workspace (line 133) | def create_workspace(self, params): method list_workspaces (line 166) | def list_workspaces(self, params): method update_workspace (line 250) | def update_workspace(self, params): method delete_workspace (line 280) | def delete_workspace(self, params): method bind_cluster_to_workspace (line 295) | def bind_cluster_to_workspace(self, params): method unbind_cluster_and_workspace (line 316) | def unbind_cluster_and_workspace(self, params): method list_clusters_of_workspace (line 337) | def list_clusters_of_workspace(self, params): method list_workspace_labels (line 449) | def list_workspace_labels(self, params): method list_clusters (line 486) | def list_clusters(self, params): method delete_cluster (line 607) | def delete_cluster(self, params): method update_api_accesskey (line 622) | def update_api_accesskey(self, params): method get_api_accesskey (line 643) | def get_api_accesskey(self, params): method create_data_model (line 660) | def create_data_model(self, params): method list_data_models (line 687) | def list_data_models(self, params): method list_data_model_rows (line 719) | def list_data_model_rows(self, params): method delete_data_model_rows_and_headers (line 772) | def delete_data_model_rows_and_headers(self, params): method create_submission (line 796) | def create_submission(self, params): method list_submissions (line 846) | def list_submissions(self, params): method list_overview_submissions (line 979) | def list_overview_submissions(self, params): method delete_submission (line 1047) | def delete_submission(self, params): method cancel_submission (line 1065) | def cancel_submission(self, params): method list_runs (line 1083) | def list_runs(self, params): method cancel_run (line 1190) | def cancel_run(self, params): method list_tasks (line 1208) | def list_tasks(self, params): method create_workflow (line 1304) | def create_workflow(self, params): method list_workflows (line 1350) | def list_workflows(self, params): method update_workflow (line 1471) | def update_workflow(self, params): method delete_workflow (line 1510) | def delete_workflow(self, params): method get_notebook_edit_info (line 1528) | def get_notebook_edit_info(self, params): method get_notebook_server_settings (line 1549) | def get_notebook_server_settings(self, params): method get_notebook_server_stat (line 1579) | def get_notebook_server_stat(self, params): method list_notebook_server_images (line 1600) | def list_notebook_server_images(self, params): method list_notebook_server_resource_opts (line 1694) | def list_notebook_server_resource_opts(self, params): method stop_notebook_server (line 1717) | def stop_notebook_server(self, params): method update_notebook_server_settings (line 1732) | def update_notebook_server_settings(self, params): method create_notebook_server_image (line 1759) | def create_notebook_server_image(self, params): method list_notebook_servers (line 1806) | def list_notebook_servers(self, params): method delete_notebook_server (line 1876) | def delete_notebook_server(self, params): method delete_notebook_server_settings (line 1894) | def delete_notebook_server_settings(self, params): method get_notebook_server_extra_packages (line 1909) | def get_notebook_server_extra_packages(self, params): method list_data_files (line 1938) | def list_data_files(self, params): method list_data_sets (line 2017) | def list_data_sets(self, params): method create_data_set (line 2155) | def create_data_set(self, params): method delete_data_set (line 2244) | def delete_data_set(self, params): method get_trs_workflow_info (line 2259) | def get_trs_workflow_info(self, params): method __request (line 2291) | def __request(self, action, params): FILE: volcengine/business_security/RiskDetectionService.py class RiskDetectService (line 12) | class RiskDetectService(Service): method __new__ (line 15) | def __new__(cls, *args, **kwargs): method __init__ (line 22) | def __init__(self): method get_service_info (line 28) | def get_service_info(): method get_api_info (line 34) | def get_api_info(): method set_socket_timeout (line 49) | def set_socket_timeout(self, timeout): method set_connection_timeout (line 52) | def set_connection_timeout(self, timeout): method risk_detect (line 56) | def risk_detect(self, params, body): method async_risk_detect (line 64) | def async_risk_detect(self, params, body): method risk_result (line 72) | def risk_result(self, params, body): method account_risk (line 81) | def account_risk(self, params, body): method mobile_status_v2 (line 91) | def mobile_status_v2(self, params, body): method element_verify_v2 (line 100) | def element_verify_v2(self, params, body): method simple_risk_stat (line 108) | def simple_risk_stat(self, params, body): method content_risk_stat (line 116) | def content_risk_stat(self, params, body): FILE: volcengine/cdn/service.py class CDNService (line 328) | class CDNService(Service): method __new__ (line 331) | def __new__(cls, *args, **kwargs): method __init__ (line 338) | def __init__(self, region="cn-north-1"): method get_service_info (line 344) | def get_service_info(region_name): method get_api_info (line 351) | def get_api_info(): method use_post (line 355) | def use_post(): method use_get (line 359) | def use_get(): method send_request (line 362) | def send_request(self, action, params, method=POST): method add_cdn_domain (line 374) | def add_cdn_domain(self, params=None): method start_cdn_domain (line 384) | def start_cdn_domain(self, params=None): method stop_cdn_domain (line 394) | def stop_cdn_domain(self, params=None): method delete_cdn_domain (line 404) | def delete_cdn_domain(self, params=None): method list_cdn_domains (line 414) | def list_cdn_domains(self, params=None, method=POST): method describe_cdn_config (line 424) | def describe_cdn_config(self, params=None): method update_cdn_config (line 434) | def update_cdn_config(self, params=None): method describe_cdn_data (line 444) | def describe_cdn_data(self, params=None, method=POST): method describe_edge_nrt_data_summary (line 454) | def describe_edge_nrt_data_summary(self, params=None, method=POST): method describe_cdn_origin_data (line 464) | def describe_cdn_origin_data(self, params=None, method=POST): method describe_origin_nrt_data_summary (line 474) | def describe_origin_nrt_data_summary(self, params=None, method=POST): method describe_cdn_data_detail (line 484) | def describe_cdn_data_detail(self, params=None, method=POST): method describe_district_isp_data (line 494) | def describe_district_isp_data(self, params=None, method=POST): method describe_edge_statistical_data (line 504) | def describe_edge_statistical_data(self, params=None, method=POST): method describe_edge_top_nrt_data (line 514) | def describe_edge_top_nrt_data(self, params=None, method=POST): method describe_origin_top_nrt_data (line 524) | def describe_origin_top_nrt_data(self, params=None, method=POST): method describe_edge_top_status_code (line 534) | def describe_edge_top_status_code(self, params=None, method=POST): method describe_origin_top_status_code (line 544) | def describe_origin_top_status_code(self, params=None, method=POST): method describe_edge_top_statistical_data (line 554) | def describe_edge_top_statistical_data(self, params=None, method=POST): method describe_cdn_region_and_isp (line 564) | def describe_cdn_region_and_isp(self, params=None, method=POST): method describe_cdn_service (line 574) | def describe_cdn_service(self, params=None): method describe_accounting_data (line 584) | def describe_accounting_data(self, params=None): method submit_refresh_task (line 594) | def submit_refresh_task(self, params=None): method submit_preload_task (line 604) | def submit_preload_task(self, params=None): method describe_content_tasks (line 614) | def describe_content_tasks(self, params=None): method describe_content_quota (line 624) | def describe_content_quota(self, params=None, method=POST): method submit_block_task (line 634) | def submit_block_task(self, params=None): method submit_unblock_task (line 644) | def submit_unblock_task(self, params=None): method describe_content_block_tasks (line 654) | def describe_content_block_tasks(self, params=None): method describe_cdn_access_log (line 664) | def describe_cdn_access_log(self, params=None, method=POST): method describe_ip_info (line 674) | def describe_ip_info(self, params=None): method describe_ip_list_info (line 684) | def describe_ip_list_info(self, params=None): method describe_iplist_info (line 695) | def describe_iplist_info(self, params=None): method describe_cdn_upper_ip (line 698) | def describe_cdn_upper_ip(self, params=None): method add_resource_tags (line 708) | def add_resource_tags(self, params=None): method update_resource_tags (line 718) | def update_resource_tags(self, params=None): method list_resource_tags (line 728) | def list_resource_tags(self, params=None): method delete_resource_tags (line 738) | def delete_resource_tags(self, params=None): method add_cdn_certificate (line 748) | def add_cdn_certificate(self, params=None): method list_cert_info (line 758) | def list_cert_info(self, params=None): method list_cdn_cert_info (line 768) | def list_cdn_cert_info(self, params=None): method describe_cert_config (line 778) | def describe_cert_config(self, params=None): method batch_deploy_cert (line 788) | def batch_deploy_cert(self, params=None): method delete_cdn_certificate (line 798) | def delete_cdn_certificate(self, params=None): method describe_accounting_summary (line 808) | def describe_accounting_summary(self, params=None): method describe_district_data (line 818) | def describe_district_data(self, params=None): method describe_edge_data (line 828) | def describe_edge_data(self, params=None): method describe_district_summary (line 838) | def describe_district_summary(self, params=None): method describe_edge_summary (line 848) | def describe_edge_summary(self, params=None): method describe_origin_data (line 858) | def describe_origin_data(self, params=None): method describe_origin_summary (line 868) | def describe_origin_summary(self, params=None): method describe_user_data (line 878) | def describe_user_data(self, params=None): method describe_district_ranking (line 888) | def describe_district_ranking(self, params=None): method describe_edge_ranking (line 898) | def describe_edge_ranking(self, params=None): method describe_origin_ranking (line 908) | def describe_origin_ranking(self, params=None): method describe_edge_status_code_ranking (line 918) | def describe_edge_status_code_ranking(self, params=None): method describe_origin_status_code_ranking (line 928) | def describe_origin_status_code_ranking(self, params=None): method describe_statistical_ranking (line 938) | def describe_statistical_ranking(self, params=None): method batch_update_cdn_config (line 948) | def batch_update_cdn_config(self, params=None): method add_certificate (line 958) | def add_certificate(self, params=None): method delete_usage_report (line 968) | def delete_usage_report(self, params=None): method create_usage_report (line 978) | def create_usage_report(self, params=None): method list_usage_reports (line 988) | def list_usage_reports(self, params=None): method describe_shared_config (line 998) | def describe_shared_config(self, params=None): method list_shared_config (line 1008) | def list_shared_config(self, params=None): method delete_shared_config (line 1018) | def delete_shared_config(self, params=None): method update_shared_config (line 1028) | def update_shared_config(self, params=None): method add_shared_config (line 1038) | def add_shared_config(self, params=None): method check_domain (line 1048) | def check_domain(self, params=None): method describe_retrieve_info (line 1058) | def describe_retrieve_info(self, params=None): method list_domain_versions (line 1068) | def list_domain_versions(self, params=None): method describe_domain_env_version (line 1078) | def describe_domain_env_version(self, params=None): method create_domain_version (line 1088) | def create_domain_version(self, params=None): method delete_domain_version (line 1098) | def delete_domain_version(self, params=None): method describe_domain_version (line 1108) | def describe_domain_version(self, params=None): method update_domain_version (line 1118) | def update_domain_version(self, params=None): method release_domain_version (line 1128) | def release_domain_version(self, params=None): FILE: volcengine/code_pipeline/CodePipelineService.py class CodePipelineService (line 12) | class CodePipelineService(Service): method __new__ (line 15) | def __new__(cls, *args, **kwargs): method __init__ (line 22) | def __init__(self): method get_service_info (line 29) | def get_service_info(): method get_api_info (line 35) | def get_api_info(): method update_workspace (line 87) | def update_workspace(self, params, body): method delete_workspace (line 95) | def delete_workspace(self, params, body): method get_workspace (line 103) | def get_workspace(self, params, body): method create_workspace (line 111) | def create_workspace(self, params, body): method list_workspaces (line 119) | def list_workspaces(self, params, body): method copy_workspace (line 127) | def copy_workspace(self, params, body): method create_pipeline (line 135) | def create_pipeline(self, params, body): method list_pipelines (line 143) | def list_pipelines(self, params, body): method delete_pipeline (line 151) | def delete_pipeline(self, params, body): method update_pipeline (line 159) | def update_pipeline(self, params, body): method get_pipeline (line 167) | def get_pipeline(self, params, body): method update_pipeline_properties (line 175) | def update_pipeline_properties(self, params, body): method get_pipeline_hook_url (line 183) | def get_pipeline_hook_url(self, params, body): method run_pipeline (line 191) | def run_pipeline(self, params, body): method run_rolling_update (line 199) | def run_rolling_update(self, params, body): method delete_pipeline_cache (line 207) | def delete_pipeline_cache(self, params, body): method list_pipeline_records (line 215) | def list_pipeline_records(self, params, body): method get_pipeline_record (line 223) | def get_pipeline_record(self, params, body): method stop_pipeline_record (line 231) | def stop_pipeline_record(self, params, body): method retry_pipeline_record (line 239) | def retry_pipeline_record(self, params, body): method delete_pipeline_record (line 247) | def delete_pipeline_record(self, params, body): method list_pipeline_templates (line 255) | def list_pipeline_templates(self, params, body): method get_pipeline_template (line 263) | def get_pipeline_template(self, params, body): FILE: volcengine/content_security/ContentSecurityService.py class ContentSecurityService (line 12) | class ContentSecurityService(Service): method __new__ (line 15) | def __new__(cls, *args, **kwargs): method __init__ (line 22) | def __init__(self): method get_service_info (line 28) | def get_service_info(): method set_socket_timeout (line 33) | def set_socket_timeout(self, timeout): method set_connection_timeout (line 36) | def set_connection_timeout(self, timeout): method get_api_info (line 40) | def get_api_info(): method async_video_risk (line 82) | def async_video_risk(self, params, body): method video_result (line 91) | def video_result(self, params, body): method image_content_risk (line 99) | def image_content_risk(self, params, body): method image_content_risk_v2 (line 106) | def image_content_risk_v2(self, params, body): method async_image_risk (line 115) | def async_image_risk(self, params, body): method image_result (line 124) | def image_result(self, params, body): method async_image_risk_v2 (line 133) | def async_image_risk_v2(self, params, body): method image_result_v2 (line 142) | def image_result_v2(self, params, body): method text_risk (line 153) | def text_risk(self, params, body): method create_custom_contents (line 160) | def create_custom_contents(self, params, body): method upload_custom_contents (line 167) | def upload_custom_contents(self, params, body): method enable_custom_contents (line 174) | def enable_custom_contents(self, params, body): method disable_custom_contents (line 181) | def disable_custom_contents(self, params, body): method delete_custom_contents (line 188) | def delete_custom_contents(self, params, body): method async_live_video_risk (line 195) | def async_live_video_risk(self, params, body): method async_audio_risk (line 202) | def async_audio_risk(self, params, body): method audio_result (line 209) | def audio_result(self, params, body): method audio_risk (line 216) | def audio_risk(self, params, body): method async_live_audio_risk (line 223) | def async_live_audio_risk(self, params, body): method live_audio_result (line 230) | def live_audio_result(self, params, body): method live_video_result (line 237) | def live_video_result(self, params, body): method text_slice_risk (line 244) | def text_slice_risk(self, params, body): method close_video_live_risk (line 251) | def close_video_live_risk(self, params, body): method close_audio_live_risk (line 258) | def close_audio_live_risk(self, params, body): method create_custom_lib (line 265) | def create_custom_lib(self, params, body): method update_custom_lib (line 272) | def update_custom_lib(self, params, body): method change_custom_contents_status (line 279) | def change_custom_contents_status(self, params, body): method delete_custom_lib (line 286) | def delete_custom_lib(self, params, body): method get_custom_lib (line 293) | def get_custom_lib(self, params, body): method get_text_lib_content (line 300) | def get_text_lib_content(self, params, body): method upload_text_lib_content (line 307) | def upload_text_lib_content(self, params, body): method delete_text_lib_content (line 314) | def delete_text_lib_content(self, params, body): method get_image_lib_content (line 321) | def get_image_lib_content(self, params, body): method delete_image_lib_content (line 328) | def delete_image_lib_content(self, params, body): method upload_image_lib_content (line 335) | def upload_image_lib_content(self, params, body): FILE: volcengine/content_security/RcLlmAgentService.py class RcLlmAgentService (line 12) | class RcLlmAgentService(Service): method __new__ (line 15) | def __new__(cls, *args, **kwargs): method __init__ (line 22) | def __init__(self): method get_service_info (line 28) | def get_service_info(): method get_api_info (line 34) | def get_api_info(): method set_socket_timeout (line 66) | def set_socket_timeout(self, timeout): method set_connection_timeout (line 69) | def set_connection_timeout(self, timeout): method llm_text_moderation (line 74) | def llm_text_moderation(self, params, body): method async_llm_text_moderation (line 83) | def async_llm_text_moderation(self, params, body): method get_text_moderation_result (line 92) | def get_text_moderation_result(self, params, body): method llm_customize_risk (line 101) | def llm_customize_risk(self, params, body): method async_llm_customize_risk (line 110) | def async_llm_customize_risk(self, params, body): method get_customize_risk_result (line 119) | def get_customize_risk_result(self, params, body): method llm_multi_moderation (line 128) | def llm_multi_moderation(self, params, body): method async_llm_multi_moderation (line 137) | def async_llm_multi_moderation(self, params, body): method get_multi_moderation_result (line 146) | def get_multi_moderation_result(self, params, body): method image_text_lite_moderation (line 155) | def image_text_lite_moderation(self, params, body): method audio_lite_moderation (line 162) | def audio_lite_moderation(self, params, body): method async_audio_lite_moderation (line 169) | def async_audio_lite_moderation(self, params, body): method audio_lite_moderation_result (line 176) | def audio_lite_moderation_result(self, params, body): method async_video_lite_moderation (line 185) | def async_video_lite_moderation(self, params, body): method video_lite_moderation_result (line 194) | def video_lite_moderation_result(self, params, body): FILE: volcengine/dcdn/DCDNService.py class DCDNService (line 181) | class DCDNService(Service): method __new__ (line 184) | def __new__(cls, *args, **kwargs): method __init__ (line 191) | def __init__(self): method get_service_info (line 197) | def get_service_info(): method get_api_info (line 201) | def get_api_info(): method describe_user_domains (line 204) | def describe_user_domains(self, params=None): method describe_domain_config (line 214) | def describe_domain_config(self, params=None): method create_domain (line 224) | def create_domain(self, params=None): method create_domain_v2 (line 234) | def create_domain_v2(self, params=None): method start_domain (line 244) | def start_domain(self, params=None): method stop_domain (line 254) | def stop_domain(self, params=None): method delete_domain (line 264) | def delete_domain(self, params=None): method update_domain_config (line 274) | def update_domain_config(self, params=None): method update_domain_config_v2 (line 284) | def update_domain_config_v2(self, params=None): method describe_statistics (line 294) | def describe_statistics(self, params=None): method describe_ws_statistics (line 304) | def describe_ws_statistics(self, params=None): method describe_origin_statistics (line 314) | def describe_origin_statistics(self, params=None): method describe_realtime_data (line 324) | def describe_realtime_data(self, params=None): method describe_origin_realtime_data (line 334) | def describe_origin_realtime_data(self, params=None): method describe_domain_region_data (line 344) | def describe_domain_region_data(self, params=None): method describe_domain_isp_data (line 354) | def describe_domain_isp_data(self, params=None): method describe_top_domains (line 364) | def describe_top_domains(self, params=None): method describe_top_urls (line 374) | def describe_top_urls(self, params=None): method describe_top_ips (line 384) | def describe_top_ips(self, params=None): method describe_top_referers (line 394) | def describe_top_referers(self, params=None): method describe_domain_pv_data (line 404) | def describe_domain_pv_data(self, params=None): method describe_domain_uv_data (line 414) | def describe_domain_uv_data(self, params=None): method describe_dcdn_region_and_isp (line 424) | def describe_dcdn_region_and_isp(self, params=None): method describe_statistics_detail (line 434) | def describe_statistics_detail(self, params=None): method describe_origin_statistics_detail (line 444) | def describe_origin_statistics_detail(self, params=None): method describe_domain_logs (line 454) | def describe_domain_logs(self, params=None): method create_purge_prefetch_task (line 464) | def create_purge_prefetch_task(self, params=None): method check_purge_prefetch_task (line 474) | def check_purge_prefetch_task(self, params=None): method get_purge_prefetch_task_quota (line 484) | def get_purge_prefetch_task_quota(self, params=None): method retry_purge_prefetch_task (line 494) | def retry_purge_prefetch_task(self, params=None): method update_domain_probe_setting (line 504) | def update_domain_probe_setting(self, params=None): method describe_domain_probe_setting (line 514) | def describe_domain_probe_setting(self, params=None): method describe_dcdn_edge_ip (line 524) | def describe_dcdn_edge_ip(self, params=None): method describe_block_ip (line 534) | def describe_block_ip(self, params=None): method batch_block_ip (line 544) | def batch_block_ip(self, params=None): method update_ga_origin_policy (line 554) | def update_ga_origin_policy(self, params=None): method describe_dcdn_origin_ip (line 564) | def describe_dcdn_origin_ip(self, params=None): method describe_ga_origin_policy (line 574) | def describe_ga_origin_policy(self, params=None): method describe_l2_ips (line 584) | def describe_l2_ips(self, params=None): method describe_verify_content (line 594) | def describe_verify_content(self, params=None): method verify_domain_ownership (line 604) | def verify_domain_ownership(self, params=None): FILE: volcengine/dts/dts_service.py class DtsService (line 65) | class DtsService(Service): method __new__ (line 68) | def __new__(cls, *args, **kwargs): method __init__ (line 75) | def __init__(self, region): method get_service_info (line 81) | def get_service_info(region): method get_api_info (line 88) | def get_api_info(): method stop_transmission_task (line 91) | def stop_transmission_task(self, params, body): method suspend_transmission_task (line 98) | def suspend_transmission_task(self, params, body): method resume_transmission_task (line 105) | def resume_transmission_task(self, params, body): method create_transmission_task (line 112) | def create_transmission_task(self, params, body): method start_transmission_task (line 119) | def start_transmission_task(self, params, body): method modify_transmission_task (line 126) | def modify_transmission_task(self, params, body): method delete_transmission_task (line 133) | def delete_transmission_task(self, params, body): method retry_transmission_task (line 140) | def retry_transmission_task(self, params, body): method describe_transmission_tasks (line 147) | def describe_transmission_tasks(self, params, body): method describe_transmission_task_info (line 154) | def describe_transmission_task_info(self, params, body): method describe_transmission_task_progress (line 161) | def describe_transmission_task_progress(self, params, body): method pre_check_async (line 168) | def pre_check_async(self, params, body): method get_async_pre_check_result (line 175) | def get_async_pre_check_result(self, params, body): FILE: volcengine/emr/EMRService.py class EMRService (line 57) | class EMRService(Service): method __new__ (line 60) | def __new__(cls, *args, **kwargs): method __init__ (line 67) | def __init__(self, region="cn-beijing"): method get_service_info (line 73) | def get_service_info(region): method get_api_info (line 80) | def get_api_info(): method create_cluster (line 83) | def create_cluster(self, params, body): method describe_cluster (line 90) | def describe_cluster(self, params): method list_instances (line 97) | def list_instances(self, params, body): method list_clusters (line 104) | def list_clusters(self, params): method list_instance_groups (line 111) | def list_instance_groups(self, params, body): method release_cluster (line 118) | def release_cluster(self, params, body): method add_tags (line 125) | def add_tags(self, params, body): method remove_tags (line 132) | def remove_tags(self, params, body): FILE: volcengine/example/bioos/example_create_data_set.py class YamlConverter (line 14) | class YamlConverter: class Publications (line 15) | class Publications: method __init__ (line 16) | def __init__(self, title: str, authors: List[str], access_url: str =... method __init__ (line 25) | def __init__(self, yaml_file: str): method build_create_params (line 78) | def build_create_params(self): method check_time_format (line 82) | def check_time_format(t): FILE: volcengine/example/dts/subscription/avro/deserializer.py class RecordDeserializer (line 9) | class RecordDeserializer: method __init__ (line 11) | def __init__(self, schema_file: str): method deserialize (line 19) | def deserialize(self, data: bytes) -> dict: FILE: volcengine/example/dts/subscription/avro/record_printer.py function print_record (line 9) | def print_record(record): function getDataValue (line 36) | def getDataValue(dataType, data) -> str: FILE: volcengine/example/live/example_describe_info/example_describe_info.py function example_describe_live_bandwidth_data (line 8) | def example_describe_live_bandwidth_data(live_service): function example_describe_live_traffic_data (line 20) | def example_describe_live_traffic_data(live_service): function example_describe_live_P95Peak_bandwidth_data (line 32) | def example_describe_live_P95Peak_bandwidth_data(live_service): function example_describe_record_data (line 43) | def example_describe_record_data(live_service): function example_describe_transcode_data (line 55) | def example_describe_transcode_data(live_service): function example_describe_snapshot_data (line 67) | def example_describe_snapshot_data(live_service): function example_describe_live_domain_log (line 79) | def example_describe_live_domain_log(live_service): function example_describe_push_stream_metrics (line 90) | def example_describe_push_stream_metrics(live_service): function example_describe_live_stream_sessions (line 104) | def example_describe_live_stream_sessions(live_service): function example_describe_play_response_status_stat (line 119) | def example_describe_play_response_status_stat(live_service): function example_describe_live_metric_traffic_data (line 131) | def example_describe_live_metric_traffic_data(live_service): function example_describe_live_metric_bandwidth_data (line 154) | def example_describe_live_metric_bandwidth_data(live_service): function example_describe_play_stream_list (line 177) | def example_describe_play_stream_list(live_service): function example_describe_pull_to_push_bandwidth_data (line 188) | def example_describe_pull_to_push_bandwidth_data(live_service): function example_describe_live_audit_data (line 202) | def example_describe_live_audit_data(live_service): FILE: volcengine/example/maas/example_chat.py function test_chat (line 5) | def test_chat(maas, req): function test_stream_chat (line 14) | def test_stream_chat(maas, req): FILE: volcengine/example/maas/example_classification.py function test_classification (line 5) | def test_classification(maas, req): FILE: volcengine/example/maas/example_embeddings.py function test_embeddings (line 5) | def test_embeddings(maas, req): FILE: volcengine/example/maas/example_function_call.py function test_function_call (line 5) | def test_function_call(maas: MaasService): FILE: volcengine/example/maas/example_plugin.py function test_chat (line 5) | def test_chat(maas, req): FILE: volcengine/example/maas/example_tokenize.py function test_tokenize (line 5) | def test_tokenize(maas, req): FILE: volcengine/example/maas/v2/audio/example_speech.py function test_speech (line 6) | def test_speech(maas: MaasService, endpoint_id, req, file): FILE: volcengine/example/maas/v2/example_chat_v2.py function test_chat (line 6) | def test_chat(maas, endpoint_id, req): function test_stream_chat (line 14) | def test_stream_chat(maas, endpoint_id, req): FILE: volcengine/example/maas/v2/example_chat_with_apikey_v2.py function test_chat (line 6) | def test_chat(maas, endpoint_id, req): function test_stream_chat (line 15) | def test_stream_chat(maas, endpoint_id, req): FILE: volcengine/example/maas/v2/example_classification_v2.py function test_classification (line 6) | def test_classification(maas, endpoint_id, req): FILE: volcengine/example/maas/v2/example_embeddings_v2.py function test_embeddings (line 6) | def test_embeddings(maas, endpoint_id, req): FILE: volcengine/example/maas/v2/example_tokenize_v2.py function test_tokenize (line 6) | def test_tokenize(maas, endpoint_id, req): FILE: volcengine/example/maas/v2/image/example_images_flex_gen.py function test_images_flex_gen (line 7) | def test_images_flex_gen(maas, endpoint_id, req): FILE: volcengine/example/maas/v2/image/example_images_quick_gen.py function test_images_quick_gen (line 7) | def test_images_quick_gen(maas, endpoint_id, req): FILE: volcengine/example/rdspostgresql/example_create_instance.py function test_create_instance (line 11) | def test_create_instance(cls): function test_create_account (line 30) | def test_create_account(cls): function test_create_white_list (line 41) | def test_create_white_list(cls): function test_create_database (line 50) | def test_create_database(cls): function test_modify_database_owner (line 62) | def test_modify_database_owner(cls): FILE: volcengine/example/rtc/RtcService.py class RtcService (line 11) | class RtcService(Service): method __new__ (line 14) | def __new__(cls, *args, **kwargs): method __init__ (line 21) | def __init__(self): method get_service_info (line 27) | def get_service_info(): method get_api_info (line 33) | def get_api_info(): method start_record (line 41) | def start_record(self, body): method stop_record (line 48) | def stop_record(self, body): method get_record_task (line 55) | def get_record_task(self, params): FILE: volcengine/example/rtc/example_start_record.py function set_encode (line 9) | def set_encode(): function set_layout (line 25) | def set_layout(): function set_control (line 31) | def set_control(): function set_file_format_config (line 40) | def set_file_format_config(): function set_storage_config (line 46) | def set_storage_config(): function set_tos_config (line 53) | def set_tos_config(): FILE: volcengine/example/sms/example_apply_sms_signature.py function to_base64_str (line 12) | def to_base64_str(file): FILE: volcengine/example/sms/example_apply_vms_template.py function to_base64_str (line 12) | def to_base64_str(file): FILE: volcengine/example/sms/example_vms_template_query.py function to_base64_str (line 12) | def to_base64_str(file): FILE: volcengine/example/tls/example_consumer.py class MyLogProcessor (line 16) | class MyLogProcessor(LogProcessor): method process (line 17) | def process(self, topic_id: str, shard_id: int, log_group_list: LogGro... FILE: volcengine/example/tls/example_producer.py class MyCallBack (line 21) | class MyCallBack(CallBack): method __init__ (line 22) | def __init__(self, logs: list[PutLogsV2LogContent]): method on_complete (line 25) | def on_complete(self, result: 'Result'): FILE: volcengine/example/verender/add_render_setting_demo.py function add_render_setting_demo (line 4) | def add_render_setting_demo(): FILE: volcengine/example/verender/auto_full_speed_render_jobs_demo.py function auto_full_speed_render_jobs_demo (line 4) | def auto_full_speed_render_jobs_demo(): FILE: volcengine/example/verender/create_render_setting_demo.py function create_render_job_demo (line 4) | def create_render_job_demo(v): FILE: volcengine/example/verender/delete_render_jobs_demo.py function delete_render_jobs_demo (line 4) | def delete_render_jobs_demo(): FILE: volcengine/example/verender/delete_render_setting_demo.py function delete_render_setting_demo (line 4) | def delete_render_setting_demo(): FILE: volcengine/example/verender/download_file_demo.py function download_file_demo (line 4) | def download_file_demo(): FILE: volcengine/example/verender/full_speed_render_jobs_demo.py function full_speed_render_jobs_demo (line 4) | def full_speed_render_jobs_demo(): FILE: volcengine/example/verender/get_current_user_demo.py function get_current_user_demo (line 4) | def get_current_user_demo(): FILE: volcengine/example/verender/get_job_output_demo.py function get_job_output_demo (line 4) | def get_job_output_demo(): FILE: volcengine/example/verender/get_render_job_demo.py function get_render_job_demo (line 4) | def get_render_job_demo(): FILE: volcengine/example/verender/get_render_setting_demo.py function get_render_setting_demo (line 4) | def get_render_setting_demo(): FILE: volcengine/example/verender/list_account_dcc_plugins_demo.py function list_account_dcc_plugins_demo (line 4) | def list_account_dcc_plugins_demo(): FILE: volcengine/example/verender/list_cell_spec_demo.py function list_cell_spec_demo (line 4) | def list_cell_spec_demo(): FILE: volcengine/example/verender/list_dcc_demo.py function list_dcc_demo (line 4) | def list_dcc_demo(): FILE: volcengine/example/verender/list_file_demo.py function list_file_demo (line 4) | def list_file_demo(): FILE: volcengine/example/verender/list_job_output_demo.py function list_job_output_demo (line 4) | def list_job_output_demo(): FILE: volcengine/example/verender/list_render_job_demo.py function list_render_job_demo (line 4) | def list_render_job_demo(): FILE: volcengine/example/verender/list_render_setting_demo.py function list_render_setting_demo (line 4) | def list_render_setting_demo(): FILE: volcengine/example/verender/list_workspace_demo.py function list_workspace_demo (line 4) | def list_workspace_demo(): FILE: volcengine/example/verender/remove_file_demo.py function remove_file_demo (line 4) | def remove_file_demo(): FILE: volcengine/example/verender/resume_render_jobs_demo.py function resume_render_jobs_demo (line 4) | def resume_render_jobs_demo(): FILE: volcengine/example/verender/retry_render_job_demo.py function retry_render_job_demo (line 4) | def retry_render_job_demo(): FILE: volcengine/example/verender/stat_file_demo.py function stat_file_demo (line 4) | def stat_file_demo(): FILE: volcengine/example/verender/stop_render_jobs_demo.py function stop_render_jobs_demo (line 4) | def stop_render_jobs_demo(): FILE: volcengine/example/verender/update_job_output_demo.py function update_job_output_demo (line 4) | def update_job_output_demo(): FILE: volcengine/example/verender/update_render_jobs_priority_demo.py function update_render_jobs_priority_demo (line 4) | def update_render_jobs_priority_demo(v): FILE: volcengine/example/verender/update_render_setting_dem.py function update_render_setting_demo (line 4) | def update_render_setting_demo(): FILE: volcengine/example/verender/upload_file_demo.py function upload_file_demo (line 4) | def upload_file_demo(): FILE: volcengine/example/verender/upload_folder_demo.py function upload_folder_demo (line 4) | def upload_folder_demo(): FILE: volcengine/example/verender/verender_init.py function get_verender_instance (line 4) | def get_verender_instance(): FILE: volcengine/example/viking_db/example.py function gen_random_vector (line 63) | def gen_random_vector(dim): FILE: volcengine/example/viking_db/utils.py function get_vikingdb_service (line 4) | def get_vikingdb_service(): FILE: volcengine/game_protect/GameProtectService.py class GameProtectService (line 11) | class GameProtectService(Service): method __new__ (line 14) | def __new__(cls, *args, **kwargs): method __init__ (line 21) | def __init__(self): method get_service_info (line 27) | def get_service_info(): method get_api_info (line 33) | def get_api_info(): method risk_result (line 38) | def risk_result(self, params, body): FILE: volcengine/iam/IamService.py class IamService (line 11) | class IamService(Service): method __new__ (line 14) | def __new__(cls, *args, **kwargs): method __init__ (line 21) | def __init__(self): method get_service_info (line 27) | def get_service_info(): method get_api_info (line 33) | def get_api_info(): method create_access_key (line 81) | def create_access_key(self, params): method delete_access_key (line 88) | def delete_access_key(self, params): method list_access_keys (line 95) | def list_access_keys(self, params): method update_access_key (line 102) | def update_access_key(self, params): method create_user (line 111) | def create_user(self, params): method get_user (line 118) | def get_user(self, params): method update_user (line 125) | def update_user(self, params): method list_users (line 132) | def list_users(self, params): method delete_user (line 139) | def delete_user(self, params): method create_login_profile (line 146) | def create_login_profile(self, params): method get_login_profile (line 153) | def get_login_profile(self, params): method update_login_profile (line 160) | def update_login_profile(self, params): method delete_login_profile (line 167) | def delete_login_profile(self, params): method create_role (line 176) | def create_role(self, params): method get_role (line 183) | def get_role(self, params): method update_role (line 190) | def update_role(self, params): method list_roles (line 197) | def list_roles(self, params): method delete_role (line 204) | def delete_role(self, params): method create_service_linked_role (line 211) | def create_service_linked_role(self, params): method create_saml_provider (line 220) | def create_saml_provider(self, params): method get_saml_provider (line 227) | def get_saml_provider(self, params): method update_saml_provider (line 234) | def update_saml_provider(self, params): method list_saml_providers (line 241) | def list_saml_providers(self, params): method delete_saml_provider (line 248) | def delete_saml_provider(self, params): method create_policy (line 257) | def create_policy(self, params): method get_policy (line 264) | def get_policy(self, params): method list_policies (line 271) | def list_policies(self, params): method update_policy (line 278) | def update_policy(self, params): method delete_policy (line 285) | def delete_policy(self, params): method attach_user_policy (line 292) | def attach_user_policy(self, params): method detach_user_policy (line 299) | def detach_user_policy(self, params): method list_attached_user_policies (line 306) | def list_attached_user_policies(self, params): method attach_role_policy (line 313) | def attach_role_policy(self, params): method detach_role_policy (line 320) | def detach_role_policy(self, params): method list_attached_role_policies (line 327) | def list_attached_role_policies(self, params): method list_entities_for_policy (line 334) | def list_entities_for_policy(self, params): FILE: volcengine/image_registry/ImageRegistryService.py class ImageRegistryService (line 12) | class ImageRegistryService(Service): method __new__ (line 15) | def __new__(cls, *args, **kwargs): method __init__ (line 22) | def __init__(self): method get_service_info (line 29) | def get_service_info(): method get_api_info (line 35) | def get_api_info(): method delete_namespace_basic (line 71) | def delete_namespace_basic(self, params, body): method create_namespace_basic (line 79) | def create_namespace_basic(self, params, body): method validate_namespace_basic (line 87) | def validate_namespace_basic(self, params, body): method get_namespace_basic (line 95) | def get_namespace_basic(self, params, body): method list_namespaces_basic (line 103) | def list_namespaces_basic(self, params, body): method validate_repository_basic (line 111) | def validate_repository_basic(self, params, body): method delete_repository_basic (line 119) | def delete_repository_basic(self, params, body): method create_repository_basic (line 127) | def create_repository_basic(self, params, body): method update_repository_basic (line 135) | def update_repository_basic(self, params, body): method get_repository_basic (line 143) | def get_repository_basic(self, params, body): method list_repositories_basic (line 151) | def list_repositories_basic(self, params, body): method delete_tag_basic (line 159) | def delete_tag_basic(self, params, body): method list_tags_basic (line 167) | def list_tags_basic(self, params, body): method get_tag_basic (line 175) | def get_tag_basic(self, params, body): method get_tag_addition_basic (line 183) | def get_tag_addition_basic(self, params, body): FILE: volcengine/imagex/ImageXService.py class Uploader (line 17) | class Uploader: method __init__ (line 18) | def __init__(self, imagex_service, host, store_infos=None, file_paths_... method async_upload (line 38) | def async_upload(self): method upload_by_host (line 79) | def upload_by_host(self, store_info, img_data): method chunk_upload (line 88) | def chunk_upload(self, store_info, f, size, is_large_file): method init_upload_part (line 108) | def init_upload_part(self, store_info, is_large_file): method upload_part (line 122) | def upload_part(self, store_info, upload_id, part_number, data, is_lar... method generate_merge_body (line 140) | def generate_merge_body(check_sum_list): method upload_merge_part (line 150) | def upload_merge_part(self, store_info, upload_id, check_sum_list, is_... class ImageXService (line 164) | class ImageXService(Service): method __init__ (line 165) | def __init__(self, region=REGION_CN_NORTH1): method get_service_info (line 171) | def get_service_info(region): method get_api_info (line 178) | def get_api_info(): method apply_upload (line 182) | def apply_upload(self, params): method commit_upload (line 189) | def commit_upload(self, params, body): method upload_image (line 198) | def upload_image(self, params, file_paths): method upload_image_data (line 249) | def upload_image_data(self, params, img_datas): method do_upload (line 298) | def do_upload(self, file_paths_or_bytes, host, store_infos): method get_upload_auth_token (line 309) | def get_upload_auth_token(self, params): method get_upload_auth (line 338) | def get_upload_auth(self, service_ids, expire=60 * 60, key_ptn='', tag... method delete_images (line 360) | def delete_images(self, service_id, uris): method create_image_content_task (line 375) | def create_image_content_task(self, args): method get_image_content_task_detail (line 385) | def get_image_content_task_detail(self, args): method get_image_content_block_list (line 395) | def get_image_content_block_list(self, args): method get_image_info (line 405) | def get_image_info(self, service_id, store_uri): method imagex_get (line 418) | def imagex_get(self, action, params, doseq=0): method imagex_post (line 425) | def imagex_post(self, action, params, body): method imagex_request (line 432) | def imagex_request(self, action, params, body, files): method fetch_image_url (line 439) | def fetch_image_url(self, request): method get_url_fetch_task (line 448) | def get_url_fetch_task(self, query): method update_image_storage_ttl (line 457) | def update_image_storage_ttl(self, request): method get_image_ocr_v2 (line 466) | def get_image_ocr_v2(self, params): method get_image_segment (line 482) | def get_image_segment(self, params): method get_image_quality (line 489) | def get_image_quality(self, params): method get_image_erase_models (line 500) | def get_image_erase_models(self, params): method get_image_erase_result (line 507) | def get_image_erase_result(self, params): method get_image_enhance_result (line 520) | def get_image_enhance_result(self, params): method get_image_enhance_result_with_data (line 535) | def get_image_enhance_result_with_data(self, input, data): method get_image_bg_fill_result (line 549) | def get_image_bg_fill_result(self, params): method get_image_duplicate_detection (line 565) | def get_image_duplicate_detection(self, body): method get_image_duplicate_task_status (line 575) | def get_image_duplicate_task_status(self, query): method get_image_comic_result (line 582) | def get_image_comic_result(self, params): method get_image_super_resolution_result (line 593) | def get_image_super_resolution_result(self, params): method get_license_plate_detection (line 605) | def get_license_plate_detection(self, params): method get_image_style_result (line 615) | def get_image_style_result(self, args): method describe_imagex_domain_traffic_data (line 625) | def describe_imagex_domain_traffic_data(self, query): method describe_imagex_domain_bandwidth_data (line 632) | def describe_imagex_domain_bandwidth_data(self, query): method describe_imagex_bucket_usage (line 639) | def describe_imagex_bucket_usage(self, query): method describe_imagex_request_cnt_usage (line 646) | def describe_imagex_request_cnt_usage(self, query): method describe_imagex_base_op_usage (line 653) | def describe_imagex_base_op_usage(self, query): method describe_imagex_compress_usage (line 660) | def describe_imagex_compress_usage(self, query): method describe_imagex_edge_request (line 667) | def describe_imagex_edge_request(self, query): method describe_imagex_hit_rate_traffic_data (line 674) | def describe_imagex_hit_rate_traffic_data(self, query): method describe_imagex_hit_rate_request_data (line 681) | def describe_imagex_hit_rate_request_data(self, query): method describe_imagex_cdntop_request_data (line 688) | def describe_imagex_cdntop_request_data(self, query): method describe_imagex_summary (line 695) | def describe_imagex_summary(self, query): method describe_imagex_edge_request_bandwidth (line 702) | def describe_imagex_edge_request_bandwidth(self, query): method describe_imagex_edge_request_traffic (line 709) | def describe_imagex_edge_request_traffic(self, query): method describe_imagex_edge_request_regions (line 716) | def describe_imagex_edge_request_regions(self, query): method describe_imagex_mirror_request_traffic (line 723) | def describe_imagex_mirror_request_traffic(self, body): method describe_imagex_mirror_request_bandwidth (line 730) | def describe_imagex_mirror_request_bandwidth(self, body): method describe_imagex_mirror_request_http_code_by_time (line 737) | def describe_imagex_mirror_request_http_code_by_time(self, body): method describe_imagex_mirror_request_http_code_overview (line 744) | def describe_imagex_mirror_request_http_code_overview(self, body): method describe_imagex_service_quality (line 751) | def describe_imagex_service_quality(self, query): method get_imagex_query_apps (line 758) | def get_imagex_query_apps(self, query): method get_imagex_query_regions (line 765) | def get_imagex_query_regions(self, query): method get_imagex_query_dims (line 772) | def get_imagex_query_dims(self, query): method get_imagex_query_vals (line 779) | def get_imagex_query_vals(self, query): method describe_imagex_upload_success_rate_by_time (line 786) | def describe_imagex_upload_success_rate_by_time(self, body): method describe_imagex_upload_error_code_all (line 793) | def describe_imagex_upload_error_code_all(self, body): method describe_imagex_upload_error_code_by_time (line 800) | def describe_imagex_upload_error_code_by_time(self, body): method describe_imagex_upload_count_by_time (line 807) | def describe_imagex_upload_count_by_time(self, body): method describe_imagex_upload_file_size (line 814) | def describe_imagex_upload_file_size(self, body): method describe_imagex_upload_speed (line 821) | def describe_imagex_upload_speed(self, body): method describe_imagex_upload_duration (line 828) | def describe_imagex_upload_duration(self, body): method describe_imagex_upload_segment_speed_by_time (line 835) | def describe_imagex_upload_segment_speed_by_time(self, body): method describe_imagex_cdn_success_rate_by_time (line 842) | def describe_imagex_cdn_success_rate_by_time(self, body): method describe_imagex_cdn_success_rate_all (line 849) | def describe_imagex_cdn_success_rate_all(self, body): method describe_imagex_cdn_error_code_by_time (line 856) | def describe_imagex_cdn_error_code_by_time(self, body): method describe_imagex_cdn_error_code_all (line 863) | def describe_imagex_cdn_error_code_all(self, body): method describe_imagex_cdn_duration_detail_by_time (line 870) | def describe_imagex_cdn_duration_detail_by_time(self, body): method describe_imagex_cdn_duration_all (line 877) | def describe_imagex_cdn_duration_all(self, body): method describe_imagex_cdn_reuse_rate_by_time (line 884) | def describe_imagex_cdn_reuse_rate_by_time(self, body): method describe_imagex_cdn_reuse_rate_all (line 891) | def describe_imagex_cdn_reuse_rate_all(self, body): method describe_imagex_cdn_protocol_rate_by_time (line 898) | def describe_imagex_cdn_protocol_rate_by_time(self, body): method describe_imagex_client_error_code_all (line 905) | def describe_imagex_client_error_code_all(self, body): method describe_imagex_client_error_code_by_time (line 912) | def describe_imagex_client_error_code_by_time(self, body): method describe_imagex_client_decode_success_rate_by_time (line 919) | def describe_imagex_client_decode_success_rate_by_time(self, body): method describe_imagex_client_decode_duration_by_time (line 926) | def describe_imagex_client_decode_duration_by_time(self, body): method describe_imagex_client_queue_duration_by_time (line 933) | def describe_imagex_client_queue_duration_by_time(self, body): method describe_imagex_client_load_duration_all (line 940) | def describe_imagex_client_load_duration_all(self, body): method describe_imagex_client_load_duration (line 947) | def describe_imagex_client_load_duration(self, body): method describe_imagex_client_failure_rate (line 954) | def describe_imagex_client_failure_rate(self, body): method describe_imagex_client_sdk_ver_by_time (line 961) | def describe_imagex_client_sdk_ver_by_time(self, body): method describe_imagex_client_file_size (line 968) | def describe_imagex_client_file_size(self, body): method describe_imagex_client_top_file_size (line 975) | def describe_imagex_client_top_file_size(self, body): method describe_imagex_client_count_by_time (line 982) | def describe_imagex_client_count_by_time(self, body): method describe_imagex_client_score_by_time (line 989) | def describe_imagex_client_score_by_time(self, body): method describe_imagex_client_demotion_rate_by_time (line 996) | def describe_imagex_client_demotion_rate_by_time(self, body): method describe_imagex_client_top_demotion_url (line 1003) | def describe_imagex_client_top_demotion_url(self, body): method describe_imagex_client_quality_rate_by_time (line 1010) | def describe_imagex_client_quality_rate_by_time(self, body): method describe_imagex_client_top_quality_url (line 1017) | def describe_imagex_client_top_quality_url(self, body): method describe_imagex_sensible_count_by_time (line 1024) | def describe_imagex_sensible_count_by_time(self, body): method describe_imagex_sensible_cache_hit_rate_by_time (line 1031) | def describe_imagex_sensible_cache_hit_rate_by_time(self, body): method describe_imagex_sensible_top_size_url (line 1038) | def describe_imagex_sensible_top_size_url(self, body): method describe_imagex_sensible_top_ram_url (line 1045) | def describe_imagex_sensible_top_ram_url(self, body): method describe_imagex_sensible_top_resolution_url (line 1052) | def describe_imagex_sensible_top_resolution_url(self, body): method describe_imagex_sensible_top_unknown_url (line 1059) | def describe_imagex_sensible_top_unknown_url(self, body): method describeImageVolcCdnAccessLog (line 1066) | def describeImageVolcCdnAccessLog(self, query, body): FILE: volcengine/imagex/__init__.py function init (line 5) | def init(): FILE: volcengine/imagex/v2/helper/file_section_reader.py class FileSectionReader (line 5) | class FileSectionReader(object): method __init__ (line 6) | def __init__(self, file_object, size, init_offset=None, can_reset=False): method read (line 15) | def read(self, amt=None): method len (line 28) | def len(self): method reset (line 31) | def reset(self): FILE: volcengine/imagex/v2/imagex_service.py class ImagexService (line 15) | class ImagexService(ImagexTrait): method __init__ (line 16) | def __init__(self, region=REGION_CN_NORTH1, ak=None, sk=None): method apply_upload (line 26) | def apply_upload(self, params): method commit_upload (line 29) | def commit_upload(self, params, body): method upload_image (line 34) | def upload_image(self, params, file_paths): method upload_image_data (line 86) | def upload_image_data(self, params, img_datas): method vpc_upload_image (line 136) | def vpc_upload_image(self, upload_request): method vpc_upload (line 203) | def vpc_upload(self, vpc_upload_address, file_info): method vpc_part_upload (line 211) | def vpc_part_upload(self, part_upload_info, file_info): method vpc_post (line 245) | def vpc_post(self, post_url, data, headers): method vpc_generate_body (line 251) | def vpc_generate_body(self, etag_list): method vpc_part_put (line 261) | def vpc_part_put(self, part_put_url, content): method vpc_put (line 270) | def vpc_put(self, vpc_upload_address, file_info): method do_upload (line 287) | def do_upload(self, file_paths_or_bytes, host, store_infos, params=None): method get_upload_auth_token (line 298) | def get_upload_auth_token(self, params): method get_upload_auth (line 330) | def get_upload_auth(self, service_ids, expire=60 * 60, key_ptn="", tag... FILE: volcengine/imagex/v2/imagex_trait.py class ImagexTrait (line 11) | class ImagexTrait(Service): method __init__ (line 12) | def __init__(self, param=None): method get_service_info (line 25) | def get_service_info(region): method get_api_info (line 32) | def get_api_info(): method imagex_get (line 35) | def imagex_get(self, action, params, doseq=0): method imagex_post (line 47) | def imagex_post(self, action, params, body): method update_image_domain_volc_origin (line 60) | def update_image_domain_volc_origin(self, query={}, body={}): method del_domain (line 63) | def del_domain(self, query={}, body={}): method add_domain_v_1 (line 66) | def add_domain_v_1(self, query={}, body={}): method update_image_domain_ip_auth (line 69) | def update_image_domain_ip_auth(self, query={}, body={}): method update_refer (line 72) | def update_refer(self, query={}, body={}): method update_image_domain_ua_access (line 75) | def update_image_domain_ua_access(self, query={}, body={}): method update_https (line 78) | def update_https(self, query={}, body={}): method update_image_domain_download_speed_limit (line 81) | def update_image_domain_download_speed_limit(self, query={}, body={}): method update_response_header (line 84) | def update_response_header(self, query={}, body={}): method update_image_domain_area_access (line 87) | def update_image_domain_area_access(self, query={}, body={}): method update_domain_adaptive_fmt (line 90) | def update_domain_adaptive_fmt(self, query={}, body={}): method update_image_domain_config (line 93) | def update_image_domain_config(self, query={}, body={}): method update_advance (line 96) | def update_advance(self, query={}, body={}): method update_image_domain_bandwidth_limit (line 99) | def update_image_domain_bandwidth_limit(self, query={}, body={}): method update_slim_config (line 102) | def update_slim_config(self, query={}, body={}): method set_default_domain (line 105) | def set_default_domain(self, body={}): method describe_image_volc_cdn_access_log (line 108) | def describe_image_volc_cdn_access_log(self, query={}, body={}): method verify_domain_owner (line 111) | def verify_domain_owner(self, query={}, body={}): method get_response_header_validate_keys (line 114) | def get_response_header_validate_keys(self): method get_domain_config (line 117) | def get_domain_config(self, query={}): method get_domain_owner_verify_content (line 120) | def get_domain_owner_verify_content(self, query={}): method get_service_domains (line 123) | def get_service_domains(self, query={}): method delete_image_monitor_rules (line 126) | def delete_image_monitor_rules(self, query={}, body={}): method delete_image_monitor_records (line 129) | def delete_image_monitor_records(self, query={}, body={}): method create_image_monitor_rule (line 132) | def create_image_monitor_rule(self, query={}, body={}): method update_image_monitor_rule (line 135) | def update_image_monitor_rule(self, query={}, body={}): method update_image_monitor_rule_status (line 138) | def update_image_monitor_rule_status(self, query={}, body={}): method get_image_alert_records (line 141) | def get_image_alert_records(self, query={}, body={}): method get_image_monitor_rules (line 144) | def get_image_monitor_rules(self, query={}): method create_image_setting_rule (line 147) | def create_image_setting_rule(self, query={}, body={}): method delete_image_setting_rule (line 150) | def delete_image_setting_rule(self, query={}, body={}): method update_image_setting_rule_priority (line 153) | def update_image_setting_rule_priority(self, query={}, body={}): method update_image_setting_rule (line 156) | def update_image_setting_rule(self, query={}, body={}): method get_image_settings (line 159) | def get_image_settings(self, query={}): method get_image_setting_rule_history (line 162) | def get_image_setting_rule_history(self, query={}): method get_image_setting_rules (line 165) | def get_image_setting_rules(self, query={}): method create_image_migrate_task (line 168) | def create_image_migrate_task(self, body={}): method delete_image_migrate_task (line 171) | def delete_image_migrate_task(self, query={}, body={}): method export_failed_migrate_task (line 174) | def export_failed_migrate_task(self, query={}): method update_image_task_strategy (line 177) | def update_image_task_strategy(self, body={}): method terminate_image_migrate_task (line 180) | def terminate_image_migrate_task(self, query={}, body={}): method get_vendor_buckets (line 183) | def get_vendor_buckets(self, body={}): method get_image_migrate_tasks (line 186) | def get_image_migrate_tasks(self, query={}): method rerun_image_migrate_task (line 189) | def rerun_image_migrate_task(self, query={}, body={}): method get_image_add_on_tag (line 192) | def get_image_add_on_tag(self, query={}): method describe_imagex_cube_usage (line 195) | def describe_imagex_cube_usage(self, query={}): method describe_imagex_source_request_bandwidth (line 198) | def describe_imagex_source_request_bandwidth(self, query={}): method describe_imagex_source_request_traffic (line 201) | def describe_imagex_source_request_traffic(self, query={}): method describe_imagex_source_request (line 204) | def describe_imagex_source_request(self, query={}): method describe_imagex_storage_usage (line 207) | def describe_imagex_storage_usage(self, query={}): method describe_imagex_bucket_retrieval_usage (line 210) | def describe_imagex_bucket_retrieval_usage(self, query={}): method describe_imagex_add_on_qps_usage (line 213) | def describe_imagex_add_on_qps_usage(self, query={}): method describe_imagexai_request_cnt_usage (line 216) | def describe_imagexai_request_cnt_usage(self, query={}): method describe_imagex_summary (line 219) | def describe_imagex_summary(self, query={}): method describe_imagex_domain_traffic_data (line 222) | def describe_imagex_domain_traffic_data(self, query={}): method describe_imagex_domain_bandwidth_data (line 225) | def describe_imagex_domain_bandwidth_data(self, query={}): method describe_imagex_domain_bandwidth_ninety_five_data (line 228) | def describe_imagex_domain_bandwidth_ninety_five_data(self, query={}): method describe_imagex_bucket_usage (line 231) | def describe_imagex_bucket_usage(self, query={}): method describe_imagex_billing_request_cnt_usage (line 234) | def describe_imagex_billing_request_cnt_usage(self, query={}): method describe_imagex_request_cnt_usage (line 237) | def describe_imagex_request_cnt_usage(self, query={}): method describe_imagex_base_op_usage (line 240) | def describe_imagex_base_op_usage(self, query={}): method describe_imagex_compress_usage (line 243) | def describe_imagex_compress_usage(self, query={}): method describe_imagex_screenshot_usage (line 246) | def describe_imagex_screenshot_usage(self, query={}): method describe_imagex_video_clip_duration_usage (line 249) | def describe_imagex_video_clip_duration_usage(self, query={}): method describe_imagex_multi_compress_usage (line 252) | def describe_imagex_multi_compress_usage(self, query={}): method describe_imagex_edge_request (line 255) | def describe_imagex_edge_request(self, query={}): method describe_imagex_edge_request_bandwidth (line 258) | def describe_imagex_edge_request_bandwidth(self, query={}): method describe_imagex_edge_request_traffic (line 261) | def describe_imagex_edge_request_traffic(self, query={}): method describe_imagex_edge_request_regions (line 264) | def describe_imagex_edge_request_regions(self, query={}): method describe_imagex_mirror_request_http_code_by_time (line 267) | def describe_imagex_mirror_request_http_code_by_time(self, body={}): method describe_imagex_mirror_request_http_code_overview (line 270) | def describe_imagex_mirror_request_http_code_overview(self, body={}): method describe_imagex_mirror_request_traffic (line 273) | def describe_imagex_mirror_request_traffic(self, body={}): method describe_imagex_mirror_request_bandwidth (line 276) | def describe_imagex_mirror_request_bandwidth(self, body={}): method describe_imagex_server_qps_usage (line 279) | def describe_imagex_server_qps_usage(self, query={}): method describe_imagex_hit_rate_traffic_data (line 282) | def describe_imagex_hit_rate_traffic_data(self, query={}): method describe_imagex_hit_rate_request_data (line 285) | def describe_imagex_hit_rate_request_data(self, query={}): method describe_imagexcdn_top_request_data (line 288) | def describe_imagexcdn_top_request_data(self, query={}): method describe_imagex_heif_encode_file_in_size_by_time (line 291) | def describe_imagex_heif_encode_file_in_size_by_time(self, query={}, b... method describe_imagex_heif_encode_file_out_size_by_time (line 294) | def describe_imagex_heif_encode_file_out_size_by_time(self, query={}, ... method describe_imagex_heif_encode_success_count_by_time (line 297) | def describe_imagex_heif_encode_success_count_by_time(self, query={}, ... method describe_imagex_heif_encode_success_rate_by_time (line 300) | def describe_imagex_heif_encode_success_rate_by_time(self, query={}, b... method describe_imagex_heif_encode_duration_by_time (line 303) | def describe_imagex_heif_encode_duration_by_time(self, query={}, body=... method describe_imagex_heif_encode_error_code_by_time (line 306) | def describe_imagex_heif_encode_error_code_by_time(self, query={}, bod... method describe_imagex_exceed_resolution_ratio_all (line 309) | def describe_imagex_exceed_resolution_ratio_all(self, body={}): method describe_imagex_exceed_file_size (line 312) | def describe_imagex_exceed_file_size(self, body={}): method describe_imagex_exceed_count_by_time (line 315) | def describe_imagex_exceed_count_by_time(self, body={}): method describe_imagex_service_quality (line 318) | def describe_imagex_service_quality(self, query={}): method get_imagex_query_apps (line 321) | def get_imagex_query_apps(self, query={}): method get_imagex_query_regions (line 324) | def get_imagex_query_regions(self, query={}): method get_imagex_query_dims (line 327) | def get_imagex_query_dims(self, query={}): method get_imagex_query_vals (line 330) | def get_imagex_query_vals(self, query={}): method describe_imagex_upload_count_by_time (line 333) | def describe_imagex_upload_count_by_time(self, body={}): method describe_imagex_upload_duration (line 336) | def describe_imagex_upload_duration(self, body={}): method describe_imagex_upload_success_rate_by_time (line 339) | def describe_imagex_upload_success_rate_by_time(self, body={}): method describe_imagex_upload_file_size (line 342) | def describe_imagex_upload_file_size(self, body={}): method describe_imagex_upload_error_code_by_time (line 345) | def describe_imagex_upload_error_code_by_time(self, body={}): method describe_imagex_upload_error_code_all (line 348) | def describe_imagex_upload_error_code_all(self, body={}): method describe_imagex_upload_speed (line 351) | def describe_imagex_upload_speed(self, body={}): method describe_imagex_upload_segment_speed_by_time (line 354) | def describe_imagex_upload_segment_speed_by_time(self, body={}): method describe_imagex_cdn_success_rate_by_time (line 357) | def describe_imagex_cdn_success_rate_by_time(self, body={}): method describe_imagex_cdn_success_rate_all (line 360) | def describe_imagex_cdn_success_rate_all(self, body={}): method describe_imagex_cdn_error_code_by_time (line 363) | def describe_imagex_cdn_error_code_by_time(self, body={}): method describe_imagex_cdn_error_code_all (line 366) | def describe_imagex_cdn_error_code_all(self, body={}): method describe_imagex_cdn_duration_detail_by_time (line 369) | def describe_imagex_cdn_duration_detail_by_time(self, body={}): method describe_imagex_cdn_duration_all (line 372) | def describe_imagex_cdn_duration_all(self, body={}): method describe_imagex_cdn_reuse_rate_by_time (line 375) | def describe_imagex_cdn_reuse_rate_by_time(self, body={}): method describe_imagex_cdn_reuse_rate_all (line 378) | def describe_imagex_cdn_reuse_rate_all(self, body={}): method describe_imagex_cdn_protocol_rate_by_time (line 381) | def describe_imagex_cdn_protocol_rate_by_time(self, body={}): method describe_imagex_client_failure_rate (line 384) | def describe_imagex_client_failure_rate(self, body={}): method describe_imagex_client_decode_success_rate_by_time (line 387) | def describe_imagex_client_decode_success_rate_by_time(self, body={}): method describe_imagex_client_decode_duration_by_time (line 390) | def describe_imagex_client_decode_duration_by_time(self, body={}): method describe_imagex_client_queue_duration_by_time (line 393) | def describe_imagex_client_queue_duration_by_time(self, body={}): method describe_imagex_client_error_code_by_time (line 396) | def describe_imagex_client_error_code_by_time(self, body={}): method describe_imagex_client_error_code_all (line 399) | def describe_imagex_client_error_code_all(self, body={}): method describe_imagex_client_load_duration (line 402) | def describe_imagex_client_load_duration(self, body={}): method describe_imagex_client_load_duration_all (line 405) | def describe_imagex_client_load_duration_all(self, body={}): method describe_imagex_client_sdk_ver_by_time (line 408) | def describe_imagex_client_sdk_ver_by_time(self, body={}): method describe_imagex_client_file_size (line 411) | def describe_imagex_client_file_size(self, body={}): method describe_imagex_client_top_file_size (line 414) | def describe_imagex_client_top_file_size(self, body={}): method describe_imagex_client_count_by_time (line 417) | def describe_imagex_client_count_by_time(self, body={}): method describe_imagex_client_quality_rate_by_time (line 420) | def describe_imagex_client_quality_rate_by_time(self, body={}): method describe_imagex_client_top_quality_url (line 423) | def describe_imagex_client_top_quality_url(self, body={}): method describe_imagex_client_demotion_rate_by_time (line 426) | def describe_imagex_client_demotion_rate_by_time(self, body={}): method describe_imagex_client_top_demotion_url (line 429) | def describe_imagex_client_top_demotion_url(self, body={}): method describe_imagex_client_score_by_time (line 432) | def describe_imagex_client_score_by_time(self, body={}): method describe_imagex_sensible_count_by_time (line 435) | def describe_imagex_sensible_count_by_time(self, body={}): method describe_imagex_sensible_cache_hit_rate_by_time (line 438) | def describe_imagex_sensible_cache_hit_rate_by_time(self, body={}): method describe_imagex_sensible_top_size_url (line 441) | def describe_imagex_sensible_top_size_url(self, body={}): method describe_imagex_sensible_top_resolution_url (line 444) | def describe_imagex_sensible_top_resolution_url(self, body={}): method describe_imagex_sensible_top_ram_url (line 447) | def describe_imagex_sensible_top_ram_url(self, body={}): method describe_imagex_sensible_top_unknown_url (line 450) | def describe_imagex_sensible_top_unknown_url(self, body={}): method create_batch_process_task (line 453) | def create_batch_process_task(self, query={}, body={}): method get_batch_process_result (line 456) | def get_batch_process_result(self, query={}, body={}): method get_batch_task_info (line 459) | def get_batch_task_info(self, query={}): method ai_process (line 462) | def ai_process(self, query={}, body={}): method create_image_ai_task (line 465) | def create_image_ai_task(self, query={}, body={}): method create_image_ai_process_queue (line 468) | def create_image_ai_process_queue(self, query={}, body={}): method delete_image_ai_process_queue (line 471) | def delete_image_ai_process_queue(self, query={}, body={}): method create_image_ai_process_callback (line 474) | def create_image_ai_process_callback(self, query={}, body={}): method update_image_ai_process_queue (line 477) | def update_image_ai_process_queue(self, query={}, body={}): method update_image_ai_process_queue_status (line 480) | def update_image_ai_process_queue_status(self, query={}, body={}): method delete_image_ai_process_detail (line 483) | def delete_image_ai_process_detail(self, query={}, body={}): method get_image_ai_process_queues (line 486) | def get_image_ai_process_queues(self, query={}): method get_image_ai_tasks (line 489) | def get_image_ai_tasks(self, query={}): method get_image_ai_details (line 492) | def get_image_ai_details(self, query={}): method update_image_resource_status (line 495) | def update_image_resource_status(self, query={}, body={}): method update_file_storage_class (line 498) | def update_file_storage_class(self, query={}, body={}): method get_image_storage_files (line 501) | def get_image_storage_files(self, query={}): method delete_image_upload_files (line 504) | def delete_image_upload_files(self, query={}, body={}): method create_file_restore (line 507) | def create_file_restore(self, query={}, body={}): method update_image_upload_files (line 510) | def update_image_upload_files(self, query={}, body={}): method commit_image_upload (line 513) | def commit_image_upload(self, query={}, body={}): method update_image_file_ct (line 516) | def update_image_file_ct(self, query={}, body={}): method apply_vpc_upload_info (line 519) | def apply_vpc_upload_info(self, query={}): method apply_image_upload (line 522) | def apply_image_upload(self, query={}): method get_image_upload_file (line 525) | def get_image_upload_file(self, query={}): method get_image_upload_files (line 528) | def get_image_upload_files(self, query={}): method get_image_update_files (line 531) | def get_image_update_files(self, query={}): method preview_image_upload_file (line 534) | def preview_image_upload_file(self, query={}): method get_image_erase_result (line 537) | def get_image_erase_result(self, body={}): method get_image_service (line 540) | def get_image_service(self, query={}): method get_all_image_services (line 543) | def get_all_image_services(self, query={}): method create_image_compress_task (line 546) | def create_image_compress_task(self, query={}, body={}): method fetch_image_url (line 549) | def fetch_image_url(self, body={}): method update_image_storage_ttl (line 552) | def update_image_storage_ttl(self, body={}): method get_compress_task_info (line 555) | def get_compress_task_info(self, query={}): method get_url_fetch_task (line 558) | def get_url_fetch_task(self, query={}): method get_resource_url (line 561) | def get_resource_url(self, query={}): method create_image_from_uri (line 564) | def create_image_from_uri(self, query={}, body={}): method update_image_file_key (line 567) | def update_image_file_key(self, query={}, body={}): method create_image_content_task (line 570) | def create_image_content_task(self, query={}, body={}): method get_image_content_task_detail (line 573) | def get_image_content_task_detail(self, body={}): method get_image_content_block_list (line 576) | def get_image_content_block_list(self, query={}, body={}): method create_image_transcode_queue (line 579) | def create_image_transcode_queue(self, body={}): method delete_image_transcode_queue (line 582) | def delete_image_transcode_queue(self, body={}): method update_image_transcode_queue (line 585) | def update_image_transcode_queue(self, body={}): method update_image_transcode_queue_status (line 588) | def update_image_transcode_queue_status(self, body={}): method get_image_transcode_queues (line 591) | def get_image_transcode_queues(self, query={}): method create_image_transcode_task (line 594) | def create_image_transcode_task(self, body={}): method get_image_transcode_details (line 597) | def get_image_transcode_details(self, query={}): method create_image_transcode_callback (line 600) | def create_image_transcode_callback(self, body={}): method delete_image_transcode_detail (line 603) | def delete_image_transcode_detail(self, body={}): method get_image_ps_detection (line 606) | def get_image_ps_detection(self, query={}, body={}): method get_image_super_resolution_result (line 609) | def get_image_super_resolution_result(self, body={}): method get_denoising_image (line 612) | def get_denoising_image(self, query={}, body={}): method get_image_duplicate_detection (line 615) | def get_image_duplicate_detection(self, query={}, body={}): method get_image_ocr_v2 (line 618) | def get_image_ocr_v2(self, query={}, body={}): method get_image_bg_fill_result (line 621) | def get_image_bg_fill_result(self, body={}): method get_segment_image (line 624) | def get_segment_image(self, query={}, body={}): method get_image_smart_crop_result (line 627) | def get_image_smart_crop_result(self, body={}): method get_image_comic_result (line 630) | def get_image_comic_result(self, body={}): method get_image_enhance_result (line 633) | def get_image_enhance_result(self, body={}): method get_image_quality (line 636) | def get_image_quality(self, query={}, body={}): method get_license_plate_detection (line 639) | def get_license_plate_detection(self, query={}, body={}): method get_private_image_type (line 642) | def get_private_image_type(self, query={}, body={}): method create_cv_image_generate_task (line 645) | def create_cv_image_generate_task(self, query={}, body={}): method create_hidden_watermark_image (line 648) | def create_hidden_watermark_image(self, query={}, body={}): method create_hm_extract_task (line 651) | def create_hm_extract_task(self, query={}, body={}): method update_image_exif_data (line 654) | def update_image_exif_data(self, query={}, body={}): method get_image_detect_result (line 657) | def get_image_detect_result(self, query={}, body={}): method get_cv_image_generate_result (line 660) | def get_cv_image_generate_result(self, query={}, body={}): method create_image_hm_extract (line 663) | def create_image_hm_extract(self, query={}, body={}): method get_cv_text_generate_image (line 666) | def get_cv_text_generate_image(self, query={}, body={}): method get_cv_image_generate_task (line 669) | def get_cv_image_generate_task(self, query={}, body={}): method create_image_hm_embed (line 672) | def create_image_hm_embed(self, body={}): method get_cv_anime_generate_image (line 675) | def get_cv_anime_generate_image(self, query={}, body={}): method get_comprehensive_enhance_image (line 678) | def get_comprehensive_enhance_image(self, body={}): method get_image_ai_generate_task (line 681) | def get_image_ai_generate_task(self, query={}): method get_product_aigc_result (line 684) | def get_product_aigc_result(self, query={}, body={}): method get_image_erase_models (line 687) | def get_image_erase_models(self, query={}): method get_dedup_task_status (line 690) | def get_dedup_task_status(self, query={}): method get_image_hm_extract_task_info (line 693) | def get_image_hm_extract_task_info(self, query={}, body={}): method create_image_service (line 696) | def create_image_service(self, body={}): method delete_image_service (line 699) | def delete_image_service(self, query={}, body={}): method update_image_auth_key (line 702) | def update_image_auth_key(self, query={}, body={}): method update_res_event_rule (line 705) | def update_res_event_rule(self, query={}, body={}): method update_service_name (line 708) | def update_service_name(self, query={}, body={}): method update_storage_rules (line 711) | def update_storage_rules(self, query={}, body={}): method update_storage_rules_v_2 (line 714) | def update_storage_rules_v_2(self, query={}, body={}): method update_image_object_access (line 717) | def update_image_object_access(self, query={}, body={}): method update_image_upload_overwrite (line 720) | def update_image_upload_overwrite(self, query={}, body={}): method update_image_mirror_conf (line 723) | def update_image_mirror_conf(self, query={}, body={}): method get_image_service_subscription (line 726) | def get_image_service_subscription(self, query={}): method get_image_auth_key (line 729) | def get_image_auth_key(self, query={}): method create_image_analyze_task (line 732) | def create_image_analyze_task(self, body={}): method delete_image_analyze_task_run (line 735) | def delete_image_analyze_task_run(self, body={}): method delete_image_analyze_task (line 738) | def delete_image_analyze_task(self, body={}): method update_image_analyze_task_status (line 741) | def update_image_analyze_task_status(self, body={}): method update_image_analyze_task (line 744) | def update_image_analyze_task(self, body={}): method get_image_analyze_tasks (line 747) | def get_image_analyze_tasks(self, query={}): method get_image_analyze_result (line 750) | def get_image_analyze_result(self, query={}): method delete_image_elements (line 753) | def delete_image_elements(self, query={}, body={}): method delete_image_background_colors (line 756) | def delete_image_background_colors(self, query={}, body={}): method delete_image_style (line 759) | def delete_image_style(self, query={}, body={}): method create_image_style (line 762) | def create_image_style(self, query={}, body={}): method update_image_style_meta (line 765) | def update_image_style_meta(self, query={}, body={}): method add_image_elements (line 768) | def add_image_elements(self, query={}, body={}): method add_image_background_colors (line 771) | def add_image_background_colors(self, query={}, body={}): method update_image_style (line 774) | def update_image_style(self, query={}, body={}): method get_image_fonts (line 777) | def get_image_fonts(self, query={}): method get_image_elements (line 780) | def get_image_elements(self, query={}): method get_image_background_colors (line 783) | def get_image_background_colors(self, query={}): method get_image_styles (line 786) | def get_image_styles(self, query={}): method get_image_style_detail (line 789) | def get_image_style_detail(self, query={}): method get_image_style_result (line 792) | def get_image_style_result(self, query={}, body={}): method download_cert (line 795) | def download_cert(self, query={}): method get_image_all_domain_cert (line 798) | def get_image_all_domain_cert(self, query={}): method get_cert_info (line 801) | def get_cert_info(self, query={}): method get_all_certs (line 804) | def get_all_certs(self, query={}): method create_image_template (line 807) | def create_image_template(self, query={}, body={}): method delete_templates_from_bin (line 810) | def delete_templates_from_bin(self, query={}, body={}): method delete_image_template (line 813) | def delete_image_template(self, query={}, body={}): method create_image_templates_by_import (line 816) | def create_image_templates_by_import(self, query={}, body={}): method create_templates_from_bin (line 819) | def create_templates_from_bin(self, query={}, body={}): method get_image_template (line 822) | def get_image_template(self, query={}): method get_templates_from_bin (line 825) | def get_templates_from_bin(self, query={}): method get_all_image_templates (line 828) | def get_all_image_templates(self, query={}): method create_image_audit_task (line 831) | def create_image_audit_task(self, body={}): method create_video_audit_task (line 834) | def create_video_audit_task(self, query={}, body={}): method create_audio_audit_task (line 837) | def create_audio_audit_task(self, query={}, body={}): method delete_image_audit_result (line 840) | def delete_image_audit_result(self, body={}): method get_sync_audit_result (line 843) | def get_sync_audit_result(self, query={}, body={}): method single_image_audit (line 846) | def single_image_audit(self, query={}, body={}): method batch_image_audit (line 849) | def batch_image_audit(self, query={}, body={}): method update_image_audit_task_status (line 852) | def update_image_audit_task_status(self, body={}): method update_image_audit_task (line 855) | def update_image_audit_task(self, body={}): method update_audit_image_status (line 858) | def update_audit_image_status(self, body={}): method update_video_audit_task (line 861) | def update_video_audit_task(self, query={}, body={}): method update_audio_audit_task (line 864) | def update_audio_audit_task(self, query={}, body={}): method get_image_audit_tasks (line 867) | def get_image_audit_tasks(self, query={}): method get_image_audit_task_result (line 870) | def get_image_audit_task_result(self, query={}): method get_image_audit_result (line 873) | def get_image_audit_result(self, query={}): method get_audit_entrys_count (line 876) | def get_audit_entrys_count(self, query={}): method get_video_audit_result (line 879) | def get_video_audit_result(self, query={}): method get_audio_audit_result (line 882) | def get_audio_audit_result(self, query={}): method create_image_retry_audit_task (line 885) | def create_image_retry_audit_task(self, body={}): FILE: volcengine/imagex/v2/upload.py class Uploader (line 19) | class Uploader: method __init__ (line 20) | def __init__( method async_upload (line 49) | def async_upload(self): method upload_by_host (line 99) | def upload_by_host(self, store_info, img_data, param=None): method chunk_upload (line 116) | def chunk_upload(self, store_info, f, size, is_large_file, param=None): method init_upload_part (line 140) | def init_upload_part(self, store_info, is_large_file, param=None): method upload_part (line 160) | def upload_part(self, store_info, upload_id, part_number, data, is_lar... method generate_merge_body (line 179) | def generate_merge_body(check_sum_list): method upload_merge_part (line 189) | def upload_merge_part(self, store_info, upload_id, check_sum_list, is_... FILE: volcengine/imp/ImpService.py class ImpService (line 26) | class ImpService(ImpServiceConfig): method submit_job (line 34) | def submit_job(self, request): method kill_job (line 68) | def kill_job(self, request): method retrieve_job (line 102) | def retrieve_job(self, request): FILE: volcengine/imp/ImpServiceConfig.py class ImpServiceConfig (line 14) | class ImpServiceConfig(Service): method __new__ (line 17) | def __new__(cls, *args, **kwargs): method __init__ (line 24) | def __init__(self, region='cn-north-1'): method get_service_info (line 34) | def get_service_info(region): method get_api_info (line 46) | def get_api_info(): method crc32 (line 55) | def crc32(file_path): FILE: volcengine/live/LiveService.py class LiveService (line 301) | class LiveService(Service): method __new__ (line 304) | def __new__(cls, *args, **kwargs): method __init__ (line 311) | def __init__(self, region=REGION_CN_NORTH1): method get_service_info (line 317) | def get_service_info(region_name): method get_api_info (line 324) | def get_api_info(): method list_common_trans_preset_detail (line 327) | def list_common_trans_preset_detail(self, params): method update_callback (line 335) | def update_callback(self, params): method describe_callback (line 343) | def describe_callback(self, params): method delete_callback (line 351) | def delete_callback(self, params): method create_domain (line 359) | def create_domain(self, params): method delete_domain (line 367) | def delete_domain(self, params): method list_domain_detail (line 375) | def list_domain_detail(self, params): method describe_domain (line 383) | def describe_domain(self, params): method enable_domain (line 391) | def enable_domain(self, params): method disable_domain (line 399) | def disable_domain(self, params): method manager_pull_push_domain_bind (line 407) | def manager_pull_push_domain_bind(self, params): method update_auth_key (line 415) | def update_auth_key(self, params): method describe_auth (line 423) | def describe_auth(self, params): method forbid_stream (line 431) | def forbid_stream(self, params): method resume_stream (line 439) | def resume_stream(self, params): method list_cert (line 447) | def list_cert(self, params): method create_cert (line 455) | def create_cert(self, params): method update_cert (line 463) | def update_cert(self, params): method bind_cert (line 471) | def bind_cert(self, params): method un_bind_cert (line 479) | def un_bind_cert(self, params): method delete_cert (line 487) | def delete_cert(self, params): method update_referer (line 495) | def update_referer(self, params): method delete_referer (line 503) | def delete_referer(self, params): method describe_referer (line 511) | def describe_referer(self, params): method create_record_preset (line 519) | def create_record_preset(self, params): method update_record_preset (line 527) | def update_record_preset(self, params): method delete_record_preset (line 535) | def delete_record_preset(self, params): method list_vhost_record_preset (line 543) | def list_vhost_record_preset(self, params): method create_transcode_preset (line 551) | def create_transcode_preset(self, params): method update_transcode_preset (line 559) | def update_transcode_preset(self, params): method delete_transcode_preset (line 567) | def delete_transcode_preset(self, params): method list_vhost_transcode_preset (line 575) | def list_vhost_transcode_preset(self, params): method create_snapshot_preset (line 583) | def create_snapshot_preset(self, params): method update_snapshot_preset (line 591) | def update_snapshot_preset(self, params): method delete_snapshot_preset (line 599) | def delete_snapshot_preset(self, params): method list_vhost_snapshot_preset (line 607) | def list_vhost_snapshot_preset(self, params): method describe_live_bandwidth_data (line 615) | def describe_live_bandwidth_data(self, params): method describe_live_traffic_data (line 623) | def describe_live_traffic_data(self, params): method describe_live_P95Peak_bandwidth_data (line 631) | def describe_live_P95Peak_bandwidth_data(self, params): method describe_record_data (line 639) | def describe_record_data(self, params): method describe_transcode_data (line 647) | def describe_transcode_data(self, params): method describe_snapshot_data (line 655) | def describe_snapshot_data(self, params): method describe_live_domain_log (line 663) | def describe_live_domain_log(self, params): method describe_push_stream_metrics (line 672) | def describe_push_stream_metrics(self, params): method describe_live_stream_sessions (line 680) | def describe_live_stream_sessions(self, params): method describe_play_response_status_stat (line 688) | def describe_play_response_status_stat(self, params): method describe_live_metric_traffic_data (line 696) | def describe_live_metric_traffic_data(self, params): method describe_live_metric_bandwidth_data (line 704) | def describe_live_metric_bandwidth_data(self, params): method describe_play_stream_list (line 712) | def describe_play_stream_list(self, params): method describe_pull_to_push_bandwidth_data (line 720) | def describe_pull_to_push_bandwidth_data(self, params): method create_snapshot_audit_preset (line 728) | def create_snapshot_audit_preset(self, params): method update_snapshot_audit_preset (line 736) | def update_snapshot_audit_preset(self, params): method delete_snapshot_audit_preset (line 744) | def delete_snapshot_audit_preset(self, params): method list_vhost_snapshot_audit_preset (line 752) | def list_vhost_snapshot_audit_preset(self, params): method describe_live_audit_data (line 760) | def describe_live_audit_data(self, params): method describe_c_d_n_snapshot_history (line 768) | def describe_c_d_n_snapshot_history(self, request): method describe_record_task_file_history (line 782) | def describe_record_task_file_history(self, request): method describe_live_stream_info_by_page (line 796) | def describe_live_stream_info_by_page(self, request): method kill_stream (line 824) | def kill_stream(self, request): method describe_closed_stream_info_by_page (line 838) | def describe_closed_stream_info_by_page(self, request): method describe_live_stream_state (line 866) | def describe_live_stream_state(self, request): method describe_forbidden_stream_info_by_page (line 894) | def describe_forbidden_stream_info_by_page(self, request): method update_relay_source_v2 (line 922) | def update_relay_source_v2(self, request): method delete_relay_source_v2 (line 936) | def delete_relay_source_v2(self, request): method describe_relay_source_v2 (line 950) | def describe_relay_source_v2(self, request): method create_v_q_score_task (line 964) | def create_v_q_score_task(self, request): method describe_v_q_score_task (line 977) | def describe_v_q_score_task(self, request): method list_v_q_score_task (line 991) | def list_v_q_score_task(self, request): method generate_play_u_r_l (line 1010) | def generate_play_u_r_l(self, request): method generate_push_u_r_l (line 1023) | def generate_push_u_r_l(self, request): method create_pull_to_push_task (line 1036) | def create_pull_to_push_task(self, request): method list_pull_to_push_task (line 1055) | def list_pull_to_push_task(self, request): method update_pull_to_push_task (line 1075) | def update_pull_to_push_task(self, request): method stop_pull_to_push_task (line 1093) | def stop_pull_to_push_task(self, request): method restart_pull_to_push_task (line 1112) | def restart_pull_to_push_task(self, request): method delete_pull_to_push_task (line 1126) | def delete_pull_to_push_task(self, request): method update_deny_config (line 1140) | def update_deny_config(self, request): method describe_deny_config (line 1159) | def describe_deny_config(self, request): method create_live_stream_record_index_files (line 1173) | def create_live_stream_record_index_files(self, params): method describe_live_batch_push_stream_metrics (line 1181) | def describe_live_batch_push_stream_metrics(self, params): method describe_live_batch_source_stream_metrics (line 1189) | def describe_live_batch_source_stream_metrics(self, params): FILE: volcengine/live/models/request/live_requests.py class CreateVQScoreTaskRequest (line 4) | class CreateVQScoreTaskRequest: method __init__ (line 10) | def __init__(self): class GeneratePushURLRequest (line 13) | class GeneratePushURLRequest: method __init__ (line 20) | def __init__(self): class GeneratePlayURLRequest (line 23) | class GeneratePlayURLRequest: method __init__ (line 32) | def __init__(self): class CreatePullToPushTaskRequest (line 35) | class CreatePullToPushTaskRequest: method __init__ (line 45) | def __init__(self): class UpdatePullToPushTaskRequest (line 48) | class UpdatePullToPushTaskRequest: method __init__ (line 59) | def __init__(self): class ListVQScoreTaskRequest (line 62) | class ListVQScoreTaskRequest: method __init__ (line 68) | def __init__(self): FILE: volcengine/live/v20230101/live_service.py class LiveService (line 5) | class LiveService(LiveTrait): method __init__ (line 6) | def __init__(self, host='live.volcengineapi.com', ak=None, sk=None): FILE: volcengine/live/v20230101/live_trait.py class LiveTrait (line 11) | class LiveTrait(Service): method __init__ (line 12) | def __init__(self, param=None): method get_service_info (line 25) | def get_service_info(region): method get_api_info (line 32) | def get_api_info(): method api_get (line 35) | def api_get(self, action, params, doseq=0): method api_post (line 42) | def api_post(self, action, params, body): method delete_transcode_preset (line 50) | def delete_transcode_preset(self, body): method update_transcode_preset (line 57) | def update_transcode_preset(self, body): method list_common_trans_preset_detail (line 64) | def list_common_trans_preset_detail(self, body): method transcoding_job_status (line 71) | def transcoding_job_status(self, query): method list_vhost_trans_code_preset (line 78) | def list_vhost_trans_code_preset(self, body): method create_transcode_preset (line 85) | def create_transcode_preset(self, body): method restart_transcoding_job (line 92) | def restart_transcoding_job(self, query): method delete_watermark_preset_v2 (line 99) | def delete_watermark_preset_v2(self, body): method update_watermark_preset_v2 (line 106) | def update_watermark_preset_v2(self, body): method list_watermark_preset_detail (line 113) | def list_watermark_preset_detail(self, body): method create_watermark_preset_v2 (line 120) | def create_watermark_preset_v2(self, body): method create_watermark_preset (line 127) | def create_watermark_preset(self, body): method update_watermark_preset (line 134) | def update_watermark_preset(self, body): method delete_watermark_preset (line 141) | def delete_watermark_preset(self, body): method list_watermark_preset (line 148) | def list_watermark_preset(self, body): method list_vhost_watermark_preset (line 155) | def list_vhost_watermark_preset(self, body): method stop_pull_record_task (line 162) | def stop_pull_record_task(self, body): method create_live_stream_record_index_files (line 169) | def create_live_stream_record_index_files(self, body): method create_pull_record_task (line 176) | def create_pull_record_task(self, body): method delete_record_preset (line 183) | def delete_record_preset(self, body): method update_record_preset_v2 (line 190) | def update_record_preset_v2(self, body): method get_pull_record_task (line 197) | def get_pull_record_task(self, body): method describe_record_task_file_history (line 204) | def describe_record_task_file_history(self, body): method list_vhost_record_preset_v2 (line 211) | def list_vhost_record_preset_v2(self, body): method list_pull_record_task (line 218) | def list_pull_record_task(self, body): method create_record_preset_v2 (line 225) | def create_record_preset_v2(self, body): method delete_snapshot_preset (line 232) | def delete_snapshot_preset(self, body): method update_snapshot_preset_v2 (line 239) | def update_snapshot_preset_v2(self, body): method describe_cdn_snapshot_history (line 246) | def describe_cdn_snapshot_history(self, body): method list_vhost_snapshot_preset_v2 (line 253) | def list_vhost_snapshot_preset_v2(self, body): method create_snapshot_preset_v2 (line 260) | def create_snapshot_preset_v2(self, body): method delete_time_shift_preset_v3 (line 267) | def delete_time_shift_preset_v3(self, body): method update_time_shift_preset_v3 (line 274) | def update_time_shift_preset_v3(self, body): method list_time_shift_preset_v2 (line 281) | def list_time_shift_preset_v2(self, body): method create_time_shift_preset_v3 (line 288) | def create_time_shift_preset_v3(self, body): method delete_callback (line 295) | def delete_callback(self, body): method describe_callback (line 302) | def describe_callback(self, body): method update_callback (line 309) | def update_callback(self, body): method delete_cert (line 316) | def delete_cert(self, body): method describe_cert_detail_secret_v2 (line 323) | def describe_cert_detail_secret_v2(self, body): method list_cert_v2 (line 330) | def list_cert_v2(self, body): method create_cert (line 337) | def create_cert(self, body): method bind_cert (line 344) | def bind_cert(self, body): method unbind_cert (line 351) | def unbind_cert(self, body): method delete_domain (line 358) | def delete_domain(self, body): method enable_domain (line 365) | def enable_domain(self, body): method create_domain_v2 (line 372) | def create_domain_v2(self, body): method update_domain_vhost (line 379) | def update_domain_vhost(self, body): method describe_domain (line 386) | def describe_domain(self, body): method list_domain_detail (line 393) | def list_domain_detail(self, body): method create_domain (line 400) | def create_domain(self, body): method disable_domain (line 407) | def disable_domain(self, body): method create_live_video_quality_analysis_task (line 414) | def create_live_video_quality_analysis_task(self, body): method delete_live_video_quality_analysis_task (line 421) | def delete_live_video_quality_analysis_task(self, body): method get_live_video_quality_analysis_task_detail (line 428) | def get_live_video_quality_analysis_task_detail(self, body): method list_live_video_quality_analysis_tasks (line 435) | def list_live_video_quality_analysis_tasks(self, body): method stop_pull_to_push_task (line 442) | def stop_pull_to_push_task(self, body): method create_pull_to_push_task (line 449) | def create_pull_to_push_task(self, body): method create_pull_to_push_group (line 456) | def create_pull_to_push_group(self, body): method delete_pull_to_push_task (line 463) | def delete_pull_to_push_task(self, body): method delete_pull_to_push_group (line 470) | def delete_pull_to_push_group(self, body): method continue_pull_to_push_task (line 477) | def continue_pull_to_push_task(self, body): method update_pull_to_push_task (line 484) | def update_pull_to_push_task(self, body): method update_pull_to_push_group (line 491) | def update_pull_to_push_group(self, body): method list_pull_to_push_group (line 498) | def list_pull_to_push_group(self, body): method list_pull_to_push_task (line 505) | def list_pull_to_push_task(self, query): method list_pull_to_push_task_v2 (line 512) | def list_pull_to_push_task_v2(self, body): method relaunch_pull_to_push_task (line 519) | def relaunch_pull_to_push_task(self, body): method delete_relay_source_v4 (line 526) | def delete_relay_source_v4(self, body): method delete_relay_source_v3 (line 533) | def delete_relay_source_v3(self, body): method update_relay_source_v4 (line 540) | def update_relay_source_v4(self, body): method list_relay_source_v4 (line 547) | def list_relay_source_v4(self, body): method describe_relay_source_v3 (line 554) | def describe_relay_source_v3(self, body): method create_relay_source_v4 (line 561) | def create_relay_source_v4(self, body): method update_relay_source_v3 (line 568) | def update_relay_source_v3(self, body): method describe_live_stream_group_by_page (line 575) | def describe_live_stream_group_by_page(self, body): method describe_forbidden_stream_group_by_page (line 582) | def describe_forbidden_stream_group_by_page(self, body): method kill_stream (line 589) | def kill_stream(self, body): method describe_closed_stream_info_by_page (line 596) | def describe_closed_stream_info_by_page(self, query): method describe_live_stream_info_by_page (line 603) | def describe_live_stream_info_by_page(self, query): method describe_live_stream_state (line 610) | def describe_live_stream_state(self, query): method describe_forbidden_stream_info_by_page (line 617) | def describe_forbidden_stream_info_by_page(self, query): method forbid_stream (line 624) | def forbid_stream(self, body): method resume_stream (line 631) | def resume_stream(self, body): method generate_play_url (line 638) | def generate_play_url(self, body): method generate_push_url (line 645) | def generate_push_url(self, body): method delete_stream_quota_config (line 652) | def delete_stream_quota_config(self, body): method describe_stream_quota_config (line 659) | def describe_stream_quota_config(self, body): method update_stream_quota_config (line 666) | def update_stream_quota_config(self, body): method delete_snapshot_audit_preset (line 673) | def delete_snapshot_audit_preset(self, body): method update_snapshot_audit_preset (line 680) | def update_snapshot_audit_preset(self, body): method list_vhost_snapshot_audit_preset (line 687) | def list_vhost_snapshot_audit_preset(self, body): method create_snapshot_audit_preset (line 694) | def create_snapshot_audit_preset(self, body): method describe_ip_info (line 701) | def describe_ip_info(self, body): method describe_live_top_play_data (line 708) | def describe_live_top_play_data(self, body): method describe_live_region_data (line 715) | def describe_live_region_data(self, body): method describe_live_source_stream_metrics (line 722) | def describe_live_source_stream_metrics(self, body): method describe_live_push_stream_metrics (line 729) | def describe_live_push_stream_metrics(self, body): method describe_live_callback_data (line 736) | def describe_live_callback_data(self, body): method describe_live_batch_stream_session_data (line 743) | def describe_live_batch_stream_session_data(self, body): method describe_live_stream_session_data (line 750) | def describe_live_stream_session_data(self, body): method describe_live_play_status_code_data (line 757) | def describe_live_play_status_code_data(self, body): method describe_live_batch_source_stream_metrics (line 764) | def describe_live_batch_source_stream_metrics(self, body): method describe_live_batch_source_stream_avg_metrics (line 771) | def describe_live_batch_source_stream_avg_metrics(self, body): method describe_live_batch_push_stream_metrics (line 778) | def describe_live_batch_push_stream_metrics(self, body): method describe_live_batch_push_stream_avg_metrics (line 785) | def describe_live_batch_push_stream_avg_metrics(self, body): method describe_live_batch_stream_transcode_data (line 792) | def describe_live_batch_stream_transcode_data(self, body): method describe_live_stream_count_data (line 799) | def describe_live_stream_count_data(self, body): method describe_live_push_stream_count_data (line 806) | def describe_live_push_stream_count_data(self, body): method describe_live_push_stream_info_data (line 813) | def describe_live_push_stream_info_data(self, body): method describe_live_transcode_info_data (line 820) | def describe_live_transcode_info_data(self, body): method describe_live_source_bandwidth_data (line 827) | def describe_live_source_bandwidth_data(self, body): method describe_live_source_traffic_data (line 834) | def describe_live_source_traffic_data(self, body): method describe_live_metric_bandwidth_data (line 841) | def describe_live_metric_bandwidth_data(self, body): method describe_live_metric_traffic_data (line 848) | def describe_live_metric_traffic_data(self, body): method describe_live_batch_stream_traffic_data (line 855) | def describe_live_batch_stream_traffic_data(self, body): method describe_live_edge_stat_data (line 862) | def describe_live_edge_stat_data(self, body): method describe_live_isp_data (line 869) | def describe_live_isp_data(self, body): method describe_live_p95_peak_bandwidth_data (line 876) | def describe_live_p95_peak_bandwidth_data(self, body): method describe_live_audit_data (line 883) | def describe_live_audit_data(self, body): method describe_live_pull_to_push_bandwidth_data (line 890) | def describe_live_pull_to_push_bandwidth_data(self, body): method describe_live_pull_to_push_data (line 897) | def describe_live_pull_to_push_data(self, body): method describe_live_bandwidth_data (line 904) | def describe_live_bandwidth_data(self, body): method describe_live_record_data (line 911) | def describe_live_record_data(self, body): method describe_live_snapshot_data (line 918) | def describe_live_snapshot_data(self, body): method describe_live_traffic_data (line 925) | def describe_live_traffic_data(self, body): method describe_live_transcode_data (line 932) | def describe_live_transcode_data(self, body): method describe_live_time_shift_data (line 939) | def describe_live_time_shift_data(self, body): method describe_live_log_data (line 946) | def describe_live_log_data(self, body): method delete_referer (line 953) | def delete_referer(self, body): method describe_referer (line 960) | def describe_referer(self, body): method describe_auth (line 967) | def describe_auth(self, body): method update_referer (line 974) | def update_referer(self, body): method update_auth_key (line 981) | def update_auth_key(self, body): method delete_http_header_config (line 988) | def delete_http_header_config(self, body): method enable_http_header_config (line 995) | def enable_http_header_config(self, body): method describe_http_header_config (line 1002) | def describe_http_header_config(self, body): method update_http_header_config (line 1009) | def update_http_header_config(self, body): method update_encrypt_drm (line 1016) | def update_encrypt_drm(self, body): method update_encrypt_hls (line 1023) | def update_encrypt_hls(self, body): method get_hls_encrypt_data_key (line 1030) | def get_hls_encrypt_data_key(self, query): method describe_encrypt_hls (line 1037) | def describe_encrypt_hls(self, body): method describe_license_drm (line 1044) | def describe_license_drm(self, query, body): method describe_cert_drm (line 1051) | def describe_cert_drm(self, query): method describe_encrypt_drm (line 1058) | def describe_encrypt_drm(self, body): method bind_encrypt_drm (line 1065) | def bind_encrypt_drm(self, body): method un_bind_encrypt_drm (line 1072) | def un_bind_encrypt_drm(self, body): method list_bind_encrypt_drm (line 1079) | def list_bind_encrypt_drm(self, body): method delete_ip_access_rule (line 1086) | def delete_ip_access_rule(self, body): method update_ip_access_rule (line 1093) | def update_ip_access_rule(self, body): method describe_ip_access_rule (line 1100) | def describe_ip_access_rule(self, body): method create_cloud_mix_task (line 1107) | def create_cloud_mix_task(self, body): method update_cloud_mix_task (line 1114) | def update_cloud_mix_task(self, body): method get_cloud_mix_task_detail (line 1121) | def get_cloud_mix_task_detail(self, body): method list_cloud_mix_task (line 1128) | def list_cloud_mix_task(self, body): method delete_cloud_mix_task (line 1135) | def delete_cloud_mix_task(self, body): method delete_subtitle_transcode_preset (line 1142) | def delete_subtitle_transcode_preset(self, body): method update_subtitle_transcode_preset (line 1149) | def update_subtitle_transcode_preset(self, body): method list_vhost_subtitle_transcode_preset (line 1156) | def list_vhost_subtitle_transcode_preset(self, body): method create_subtitle_transcode_preset (line 1163) | def create_subtitle_transcode_preset(self, body): method create_live_pad_preset (line 1170) | def create_live_pad_preset(self, body): method delete_live_pad_preset (line 1177) | def delete_live_pad_preset(self, body): method stop_live_pad_stream (line 1184) | def stop_live_pad_stream(self, body): method update_live_pad_preset (line 1191) | def update_live_pad_preset(self, body): method describe_live_pad_stream_list (line 1198) | def describe_live_pad_stream_list(self, body): method describe_live_pad_preset_detail (line 1205) | def describe_live_pad_preset_detail(self, body): method create_carousel_task (line 1212) | def create_carousel_task(self, body): method delete_carousel_task (line 1219) | def delete_carousel_task(self, body): method update_carousel_task (line 1226) | def update_carousel_task(self, body): method get_carousel_detail (line 1233) | def get_carousel_detail(self, body): method list_carousel_task (line 1240) | def list_carousel_task(self, body): method create_high_light_task (line 1247) | def create_high_light_task(self, body): method delete_task_by_account_id (line 1254) | def delete_task_by_account_id(self, body): method describe_high_light_task_by_account_id (line 1261) | def describe_high_light_task_by_account_id(self, body): method list_high_light_task (line 1268) | def list_high_light_task(self, body): method create_speech_task (line 1275) | def create_speech_task(self, body): method delete_speech_task (line 1282) | def delete_speech_task(self, body): method search_speech_task (line 1289) | def search_speech_task(self, body): method update_speech_task (line 1296) | def update_speech_task(self, body): method get_speech_task (line 1303) | def get_speech_task(self, body): method get_speech_config (line 1310) | def get_speech_config(self): method restart_speech_task (line 1317) | def restart_speech_task(self, body): FILE: volcengine/livesaas/LivesaasService.py class LivesaasService (line 68) | class LivesaasService(Service): method __init__ (line 69) | def __init__(self, region=REGION_CN_NORTH1): method get_service_info (line 75) | def get_service_info(region): method get_api_info (line 82) | def get_api_info(): method async_json (line 85) | async def async_json(self, api, params, body): method async_get (line 104) | async def async_get(self, api, params): method create_activity_api (line 123) | def create_activity_api(self, body): method async_create_activity_api (line 130) | async def async_create_activity_api(self, body): method delete_activity_api (line 138) | def delete_activity_api(self, body): method async_delete_activity_api (line 145) | async def async_delete_activity_api(self, body): method list_activity_api (line 153) | def list_activity_api(self, params): method async_list_activity_api (line 160) | async def async_list_activity_api(self, params): method update_activity_status_api (line 169) | def update_activity_status_api(self, body): method async_update_activity_status_api (line 176) | async def async_update_activity_status_api(self, body): method update_pull_to_push_api (line 184) | def update_pull_to_push_api(self, body): method async_update_pull_to_push_api (line 191) | async def async_update_pull_to_push_api(self, body): method get_activity_api (line 199) | def get_activity_api(self, params): method async_get_activity_api (line 206) | async def async_get_activity_api(self, params): method get_streams_api (line 214) | def get_streams_api(self, params): method async_get_streams_api (line 221) | async def async_get_streams_api(self, params): method update_activity_basic_config_api (line 229) | def update_activity_basic_config_api(self, body): method async_update_activity_basic_config_api (line 236) | async def async_update_activity_basic_config_api(self, body): method get_activity_basic_config_api (line 244) | def get_activity_basic_config_api(self, params): method async_get_activity_basic_config_api (line 251) | async def async_get_activity_basic_config_api(self, params): method update_loop_video_api (line 259) | def update_loop_video_api(self, body): method async_update_loop_video_api (line 266) | async def async_update_loop_video_api(self, body): method update_loop_video_status_api (line 274) | def update_loop_video_status_api(self, body): method async_update_loop_video_status_api (line 281) | async def async_update_loop_video_status_api(self, body): method upload_replay_api (line 290) | def upload_replay_api(self, body): method async_upload_replay_api (line 297) | async def async_upload_replay_api(self, body): method update_media_online_status_api (line 305) | def update_media_online_status_api(self, body): method async_update_media_online_status_api (line 312) | async def async_update_media_online_status_api(self, body): method list_medias_api (line 320) | def list_medias_api(self, params): method async_list_medias_api (line 327) | async def async_list_medias_api(self, params): method presenter_chat_api (line 336) | def presenter_chat_api(self, body): method async_presenter_chat_api (line 343) | async def async_presenter_chat_api(self, body): method delete_chat_api (line 351) | def delete_chat_api(self, body): method async_delete_chat_api (line 358) | async def async_delete_chat_api(self, body): method get_sdk_token_api (line 367) | def get_sdk_token_api(self, body): method async_get_sdk_token_api (line 374) | async def async_get_sdk_token_api(self, body): FILE: volcengine/maas/MaasService.py class MaasService (line 17) | class MaasService(Service): method __init__ (line 18) | def __init__(self, host, region, connection_timeout=60, socket_timeout... method get_service_info (line 24) | def get_service_info(host, region, connection_timeout, socket_timeout): method get_api_info (line 30) | def get_api_info(): method chat (line 40) | def chat(self, req, is_secret=False): method _validate (line 62) | def _validate(self, is_secret, req): method stream_chat (line 71) | def stream_chat(self, req, is_secret=False): method tokenize (line 126) | def tokenize(self, req): method classification (line 142) | def classification(self, req): method embeddings (line 158) | def embeddings(self, req): method init_cert_by_req (line 174) | def init_cert_by_req(self, req): method encrypt_chat_request (line 190) | def encrypt_chat_request(self, req): method decrypt_chat_response (line 202) | def decrypt_chat_response(self, key, nonce, resp): FILE: volcengine/maas/_response.py class BinaryResponseContent (line 7) | class BinaryResponseContent: method __init__ (line 8) | def __init__(self, response, request_id) -> None: method stream_to_file (line 12) | def stream_to_file( method iter_bytes (line 31) | def iter_bytes(self) -> Iterator[bytes]: FILE: volcengine/maas/exception.py class MaasException (line 2) | class MaasException(Exception): method __init__ (line 3) | def __init__(self, code_n, code, message, req_id): method __str__ (line 9) | def __str__(self): function new_client_sdk_request_error (line 17) | def new_client_sdk_request_error(raw, req_id=""): FILE: volcengine/maas/ka_mgr.py function aes_gcm_encrypt_bytes (line 12) | def aes_gcm_encrypt_bytes(key, iv, plain_bytes, associated_data=b""): function aes_gcm_encrypt_base64_string (line 27) | def aes_gcm_encrypt_base64_string(key, nonce, plaintext): function aes_gcm_decrypt_bytes (line 36) | def aes_gcm_decrypt_bytes(key, iv, cipher_bytes, associated_data=b""): function aes_gcm_decrypt_base64_string (line 56) | def aes_gcm_decrypt_base64_string(key, nonce, ciphertext): function marshal_cryptography_pub_key (line 62) | def marshal_cryptography_pub_key(key): class key_agreement_client (line 68) | class key_agreement_client(): method __init__ (line 69) | def __init__(self, pem_path_or_string): method generate_ecies_key_pair (line 83) | def generate_ecies_key_pair(self): FILE: volcengine/maas/sse_decoder.py class SSEDecoder (line 1) | class SSEDecoder(object): method __init__ (line 2) | def __init__(self, source): method _read (line 5) | def _read(self): method next (line 16) | def next(self): FILE: volcengine/maas/text_privatization/budget_allocator/allocator.py class BudgetAllocator (line 13) | class BudgetAllocator(ABC): method __init__ (line 14) | def __init__(self, method pre_fit (line 27) | def pre_fit(self, FILE: volcengine/maas/text_privatization/budget_allocator/cti_allocator.py class CTIBudgetAllocator (line 12) | class CTIBudgetAllocator(BudgetAllocator): method __init__ (line 13) | def __init__(self, *args, **kwargs) -> None: method pre_fit (line 17) | def pre_fit(self, FILE: volcengine/maas/text_privatization/priv_conf/cls_priv.py class ClsPrivConf (line 12) | class ClsPrivConf(PrivConf): FILE: volcengine/maas/text_privatization/priv_conf/gen_priv.py class GenPrivConf (line 7) | class GenPrivConf(PrivConf): FILE: volcengine/maas/text_privatization/priv_conf/priv.py class PrivConf (line 8) | class PrivConf: FILE: volcengine/maas/text_privatization/privatizer/cls_privatizer.py class TextClsPrivatizer (line 18) | class TextClsPrivatizer(TextPrivatizer): method __init__ (line 19) | def __init__(self, *args, **kwargs) -> None: method load_tokenizer_embedding (line 26) | def load_tokenizer_embedding(self, method privatize (line 38) | def privatize(self, method fit (line 83) | def fit(self, FILE: volcengine/maas/text_privatization/privatizer/make.py function make (line 6) | def make(task_type: Literal["classification", "generation"], FILE: volcengine/maas/text_privatization/privatizer/privatizer.py class TextPrivatizer (line 12) | class TextPrivatizer(ABC): method __init__ (line 13) | def __init__(self, method fit (line 31) | def fit(self, method load_data (line 42) | def load_data(self, method data_preprocess (line 64) | def data_preprocess(self) -> Tuple[List[str], List[str], List[str]]: method data_postprocess (line 88) | def data_postprocess(self, privated_text: List[str]) -> None: method save (line 101) | def save(self, FILE: volcengine/maas/text_privatization/utils.py function get_bottom_model (line 13) | def get_bottom_model(model_id: str) -> Tuple["PreTrainedTokenizer", "tor... FILE: volcengine/maas/utils.py class ChatRole (line 4) | class ChatRole: class _Dict (line 11) | class _Dict(dict): method __missing__ (line 15) | def __missing__(self, key): function dict_to_object (line 19) | def dict_to_object(dict_obj): function json_to_object (line 36) | def json_to_object(json_str, req_id=None): FILE: volcengine/maas/v2/MaasService.py class MaasService (line 20) | class MaasService(Service): method __init__ (line 21) | def __init__(self, host, region, connection_timeout=60, socket_timeout... method set_apikey (line 33) | def set_apikey(self, apikey): method get_service_info (line 37) | def get_service_info(host, region, connection_timeout, socket_timeout): method get_api_info (line 49) | def get_api_info(): method chat (line 73) | def chat(self, endpoint_id, req): method stream_chat (line 77) | def stream_chat(self, endpoint_id, req): method tokenize (line 115) | def tokenize(self, endpoint_id, req): method classification (line 118) | def classification(self, endpoint_id, req): method embeddings (line 121) | def embeddings(self, endpoint_id, req): method _request (line 124) | def _request(self, endpoint_id, api, req, params={}): method _validate (line 143) | def _validate(self, api, req_id): method _call (line 156) | def _call(self, endpoint_id, api, req_id, params, body, apikey=None, s... FILE: volcengine/maas/v2/_resource.py class SyncAPIResource (line 4) | class SyncAPIResource: method __init__ (line 7) | def __init__(self, service: MaasService) -> None: FILE: volcengine/maas/v2/audio/audio.py class Audio (line 6) | class Audio(SyncAPIResource): method speech (line 10) | def speech(self) -> Speech: FILE: volcengine/maas/v2/audio/speech.py class Speech (line 13) | class Speech(SyncAPIResource): method create (line 15) | def create(self, endpoint_id, req): FILE: volcengine/maas/v2/images/images.py class Images (line 8) | class Images(SyncAPIResource): method quick_gen (line 10) | def quick_gen(self, endpoint_id, req): method flex_gen (line 13) | def flex_gen(self, endpoint_id, req): FILE: volcengine/maas/v2/utils.py function gen_req_id (line 5) | def gen_req_id(): FILE: volcengine/nlp/NLPService.py class NLPService (line 11) | class NLPService(Service): method __new__ (line 14) | def __new__(cls, *args, **kwargs): method __init__ (line 21) | def __init__(self): method get_service_info (line 27) | def get_service_info(): method get_api_info (line 33) | def get_api_info(): method common_json_handler (line 45) | def common_json_handler(self, api, body): method keyphrase_extraction_extract (line 60) | def keyphrase_extraction_extract(self, body): method text_correction_zh_correct (line 67) | def text_correction_zh_correct(self, body): method text_correction_en_correct (line 74) | def text_correction_en_correct(self, body): method sentiment_analysis (line 81) | def sentiment_analysis(self, body): method text_summarization (line 88) | def text_summarization(self, body): method essay_auto_grade (line 95) | def essay_auto_grade(self, body): method novel_correction (line 102) | def novel_correction(self, body): FILE: volcengine/rdspostgresql/rdspostgresql.py class RdsPostgreSQL (line 11) | class RdsPostgreSQL(Service): method __new__ (line 14) | def __new__(cls, *args, **kwargs): method __init__ (line 21) | def __init__(self, region='cn-north-1'): method get_service_info (line 31) | def get_service_info(region): method get_api_info (line 44) | def get_api_info(): method common_handler (line 54) | def common_handler(self, api, form): method common_json_handler (line 68) | def common_json_handler(self, api, body): method create_instance (line 83) | def create_instance(self, form): method create_instance_white_list (line 89) | def create_instance_white_list(self, form): method create_account (line 95) | def create_account(self, form): method modify_database_owner (line 101) | def modify_database_owner(self, form): method create_database (line 107) | def create_database(self, form): FILE: volcengine/sms/SmsService.py class SmsService (line 13) | class SmsService(Service): method __new__ (line 16) | def __new__(cls, *args, **kwargs): method __init__ (line 23) | def __init__(self): method get_service_info (line 29) | def get_service_info(self, region): method get_api_info (line 35) | def get_api_info(): method send_sms (line 77) | def send_sms(self, body): method send_sms_verify_code (line 86) | def send_sms_verify_code(self, body): method check_sms_verify_code (line 95) | def check_sms_verify_code(self, body): method send_batch_sms (line 104) | def send_batch_sms(self, body): method conversion (line 113) | def conversion(self, body): method get_sms_template_and_order_list (line 122) | def get_sms_template_and_order_list(self, param): method apply_sms_template (line 131) | def apply_sms_template(self, body): method delete_sms_template (line 140) | def delete_sms_template(self, body): method get_sub_account_list (line 149) | def get_sub_account_list(self, param): method get_sub_account_detail (line 158) | def get_sub_account_detail(self, param): method get_signature_and_order_list (line 167) | def get_signature_and_order_list(self, param): method apply_sms_signature (line 176) | def apply_sms_signature(self, body): method delete_signature (line 185) | def delete_signature(self, body): method apply_vms_template (line 194) | def apply_vms_template(self, body): method get_vms_template_status (line 208) | def get_vms_template_status(self, body): method send_vms (line 217) | def send_vms(self, body): method insert_sms_sub_account (line 226) | def insert_sms_sub_account(self, body): method get_sms_send_details (line 235) | def get_sms_send_details(self, body): method apply_signature_ident (line 242) | def apply_signature_ident(self, body): method get_signature_ident_list (line 249) | def get_signature_ident_list(self, body): method batch_bind_signature_ident (line 256) | def batch_bind_signature_ident(self, body): method apply_sms_signature_v2 (line 263) | def apply_sms_signature_v2(self, body): method update_sms_signature (line 270) | def update_sms_signature(self, body): FILE: volcengine/sts/StsService.py class StsService (line 11) | class StsService(Service): method __new__ (line 14) | def __new__(cls, *args, **kwargs): method __init__ (line 21) | def __init__(self): method get_service_info (line 27) | def get_service_info(): method get_api_info (line 33) | def get_api_info(): method assume_role (line 37) | def assume_role(self, params): FILE: volcengine/tls/TLSService.py class TLSService (line 178) | class TLSService(Service): method __init__ (line 179) | def __init__(self, endpoint: str, access_key_id: str, access_key_secre... method with_api_key (line 201) | def with_api_key(cls, endpoint: str, region: str, api_key: str, access... method check_scheme_and_endpoint (line 207) | def check_scheme_and_endpoint(self): method get_region (line 219) | def get_region(self): method get_service_info (line 222) | def get_service_info(self): method __prepare_request (line 234) | def __prepare_request(self, api: str, params: dict = None, body: dict ... method __request (line 271) | def __request(self, api: str, params: dict = None, body: dict = None, ... method reset_access_key_token (line 317) | def reset_access_key_token(self, access_key_id: str, access_key_secret... method reset_api_key (line 323) | def reset_api_key(self, api_key: str): method set_timeout (line 326) | def set_timeout(self, timeout: int): method set_retry_policy (line 330) | def set_retry_policy(self, policy): method get_retry_policy (line 336) | def get_retry_policy(self): method __can_retry (line 341) | def __can_retry(self, attempts, policy): method __calc_backoff_seconds (line 346) | def __calc_backoff_seconds(self, policy, retry_index, deadline): method __should_retry_exception (line 355) | def __should_retry_exception(self, e): method create_project (line 364) | def create_project(self, create_project_request: CreateProjectRequest)... method delete_project (line 371) | def delete_project(self, delete_project_request: DeleteProjectRequest)... method modify_project (line 378) | def modify_project(self, modify_project_request: ModifyProjectRequest)... method describe_project (line 385) | def describe_project(self, describe_project_request: DescribeProjectRe... method describe_projects (line 392) | def describe_projects(self, describe_projects_request: DescribeProject... method create_topic (line 399) | def create_topic(self, create_topic_request: CreateTopicRequest) -> Cr... method delete_topic (line 406) | def delete_topic(self, delete_topic_request: DeleteTopicRequest) -> De... method modify_topic (line 413) | def modify_topic(self, modify_topic_request: ModifyTopicRequest) -> Mo... method describe_topic (line 420) | def describe_topic(self, describe_topic_request: DescribeTopicRequest)... method describe_topics (line 427) | def describe_topics(self, describe_topics_request: DescribeTopicsReque... method create_index (line 434) | def create_index(self, create_index_request: CreateIndexRequest) -> Cr... method delete_index (line 441) | def delete_index(self, delete_index_request: DeleteIndexRequest) -> De... method modify_index (line 448) | def modify_index(self, modify_index_request: ModifyIndexRequest) -> Mo... method describe_index (line 455) | def describe_index(self, describe_index_request: DescribeIndexRequest)... method create_processor (line 462) | def create_processor(self, create_processor_request: CreateProcessorRe... method delete_processor (line 469) | def delete_processor(self, delete_processor_request: DeleteProcessorRe... method modify_processor (line 476) | def modify_processor(self, modify_processor_request: ModifyProcessorRe... method describe_processor (line 483) | def describe_processor(self, describe_processor_request: DescribeProce... method describe_processors (line 490) | def describe_processors(self, describe_processors_request: DescribePro... method exec_processor (line 497) | def exec_processor(self, exec_processor_request: ExecProcessorRequest)... method operate_processor (line 504) | def operate_processor(self, operate_processor_request: OperateProcesso... method describe_topics_by_processor (line 511) | def describe_topics_by_processor(self, request: DescribeTopicsByProces... method bind_topic_processor (line 518) | def bind_topic_processor(self, request: BindTopicProcessorRequest) -> ... method batch_bind_topics (line 525) | def batch_bind_topics(self, request: BatchBindTopicsRequest) -> BatchB... method unbind_topic_processor (line 532) | def unbind_topic_processor(self, request: UnbindTopicProcessorRequest)... method describe_processor_by_topic (line 539) | def describe_processor_by_topic(self, request: DescribeProcessorByTopi... method describe_processor_bindings (line 546) | def describe_processor_bindings(self, request: DescribeProcessorBindin... method describe_processor_functions (line 553) | def describe_processor_functions(self, request: DescribeProcessorFunct... method put_logs (line 560) | def put_logs(self, put_logs_request: PutLogsRequest) -> PutLogsResponse: method put_logs_v2 (line 569) | def put_logs_v2(self, request: PutLogsV2Request) -> PutLogsResponse: method describe_cursor (line 597) | def describe_cursor(self, describe_cursor_request: DescribeCursorReque... method consume_logs (line 605) | def consume_logs(self, consume_logs_request: ConsumeLogsRequest) -> Co... method search_logs (line 614) | def search_logs(self, search_logs_request: SearchLogsRequest) -> Searc... method search_logs_v2 (line 623) | def search_logs_v2(self, search_logs_request: SearchLogsRequest) -> Se... method describe_log_context (line 637) | def describe_log_context(self, describe_log_context_request: DescribeL... method web_tracks (line 645) | def web_tracks(self, web_tracks_request: WebTracksRequest) -> WebTrack... method describe_histogram (line 654) | def describe_histogram(self, describe_histogram_request: DescribeHisto... method describe_histogram_v1 (line 664) | def describe_histogram_v1(self, describe_histogram_v1_request: Describ... method create_download_task (line 671) | def create_download_task(self, create_download_task_request: CreateDow... method describe_download_tasks (line 679) | def describe_download_tasks(self, describe_download_tasks_request: Des... method describe_download_url (line 687) | def describe_download_url(self, describe_download_url_request: Describ... method describe_shards (line 695) | def describe_shards(self, describe_shards_request: DescribeShardsReque... method manual_shard_split (line 702) | def manual_shard_split(self, manual_shard_split_request: ManualShardSp... method create_host_group (line 709) | def create_host_group(self, create_host_group_request: CreateHostGroup... method delete_host_group (line 716) | def delete_host_group(self, delete_host_group_request: DeleteHostGroup... method modify_host_group (line 723) | def modify_host_group(self, modify_host_group_request: ModifyHostGroup... method describe_host_group (line 730) | def describe_host_group(self, describe_host_group_request: DescribeHos... method describe_host_groups (line 737) | def describe_host_groups(self, describe_host_groups_request: DescribeH... method describe_hosts (line 745) | def describe_hosts(self, describe_hosts_request: DescribeHostsRequest)... method delete_host (line 752) | def delete_host(self, delete_host_request: DeleteHostRequest) -> Delet... method describe_host_group_rules (line 759) | def describe_host_group_rules(self, describe_host_group_rules_request:... method modify_host_groups_auto_update (line 767) | def modify_host_groups_auto_update(self, modify_host_groups_auto_updat... method delete_abnormal_hosts (line 776) | def delete_abnormal_hosts(self, delete_abnormal_hosts_request: DeleteA... method create_rule (line 784) | def create_rule(self, create_rule_request: CreateRuleRequest) -> Creat... method delete_rule (line 791) | def delete_rule(self, delete_rule_request: DeleteRuleRequest) -> Delet... method modify_rule (line 798) | def modify_rule(self, modify_rule_request: ModifyRuleRequest) -> Modif... method describe_rule (line 805) | def describe_rule(self, describe_rule_request: DescribeRuleRequest) ->... method describe_rules (line 812) | def describe_rules(self, describe_rules_request: DescribeRulesRequest)... method apply_rule_to_host_groups (line 819) | def apply_rule_to_host_groups(self, apply_rule_to_host_groups_request:... method delete_rule_from_host_groups (line 827) | def delete_rule_from_host_groups(self, delete_rule_from_host_groups_re... method create_alarm_notify_group (line 836) | def create_alarm_notify_group(self, create_alarm_notify_group_request:... method delete_alarm_notify_group (line 844) | def delete_alarm_notify_group(self, delete_alarm_notify_group_request:... method modify_alarm_notify_group (line 852) | def modify_alarm_notify_group(self, modify_alarm_notify_group_request:... method describe_alarm_notify_groups (line 860) | def describe_alarm_notify_groups(self, describe_alarm_notify_groups_re... method create_alarm (line 868) | def create_alarm(self, create_alarm_request: CreateAlarmRequest) -> Cr... method delete_alarm (line 875) | def delete_alarm(self, delete_alarm_request: DeleteAlarmRequest) -> De... method delete_alarm_content_template (line 882) | def delete_alarm_content_template(self, delete_alarm_content_template_... method modify_alarm (line 890) | def modify_alarm(self, modify_alarm_request: ModifyAlarmRequest) -> Mo... method describe_alarms (line 897) | def describe_alarms(self, describe_alarms_request: DescribeAlarmsReque... method modify_alarm_content_template (line 904) | def modify_alarm_content_template(self, modify_alarm_content_template_... method modify_alarm_webhook_integration (line 912) | def modify_alarm_webhook_integration(self, modify_alarm_webhook_integr... method open_kafka_consumer (line 920) | def open_kafka_consumer(self, open_kafka_consumer_request: OpenKafkaCo... method close_kafka_consumer (line 927) | def close_kafka_consumer(self, close_kafka_consumer_request: CloseKafk... method describe_kafka_consumer (line 935) | def describe_kafka_consumer(self, describe_kafka_consumer_request: Des... method create_consumer_group (line 943) | def create_consumer_group(self, create_consumer_group_request: CreateC... method delete_consumer_group (line 951) | def delete_consumer_group(self, delete_consumer_group_request: DeleteC... method modify_consumer_group (line 959) | def modify_consumer_group(self, modify_consumer_group_request: ModifyC... method describe_consumer_groups (line 967) | def describe_consumer_groups(self, describe_consumer_groups_request: D... method consumer_heartbeat (line 975) | def consumer_heartbeat(self, consumer_heartbeat_request: ConsumerHeart... method modify_checkpoint (line 982) | def modify_checkpoint(self, modify_checkpoint_request: ModifyCheckpoin... method reset_checkpoint (line 989) | def reset_checkpoint(self, reset_checkpoint_request: ResetCheckpointRe... method describe_checkpoint (line 996) | def describe_checkpoint(self, describe_checkpoint_request: DescribeChe... method add_tags_to_resource (line 1004) | def add_tags_to_resource(self, add_tags_to_resource_request: AddTagsTo... method remove_tags_from_resource (line 1011) | def remove_tags_from_resource(self, remove_tags_from_resource_request:... method tag_resources (line 1019) | def tag_resources(self, tag_resources_request: TagResourcesRequest) ->... method untag_resources (line 1026) | def untag_resources(self, untag_resources_request: UntagResourcesReque... method create_import_task (line 1033) | def create_import_task(self, create_import_task_request: CreateImportT... method delete_import_task (line 1037) | def delete_import_task(self, delete_import_task_request: DeleteImportT... method modify_import_task (line 1043) | def modify_import_task(self, modify_import_task_request: ModifyImportT... method modify_schedule_sql_task (line 1047) | def modify_schedule_sql_task(self, modify_schedule_sql_task_request: M... method describe_import_task (line 1053) | def describe_import_task(self, describe_import_task_request: DescribeI... method describe_import_tasks (line 1059) | def describe_import_tasks(self, describe_import_tasks_request: Describ... method create_shipper (line 1063) | def create_shipper(self, create_shipper_request: CreateShipperRequest)... method delete_shipper (line 1067) | def delete_shipper(self, delete_shipper_request: DeleteShipperRequest)... method delete_etl_task (line 1073) | def delete_etl_task(self, delete_etl_task_request: DeleteETLTaskReques... method modify_shipper (line 1079) | def modify_shipper(self, modify_shipper_request: ModifyShipperRequest)... method describe_shipper (line 1085) | def describe_shipper(self, describe_shipper_request: DescribeShipperRe... method describe_etl_task (line 1092) | def describe_etl_task(self, describe_etl_task_request: DescribeETLTask... method describe_etl_tasks (line 1098) | def describe_etl_tasks(self, describe_etl_tasks_request: DescribeETLTa... method create_trace_instance (line 1105) | def create_trace_instance(self, create_trace_instance_request: CreateT... method delete_trace_instance (line 1111) | def delete_trace_instance(self, delete_trace_instance_request: DeleteT... method describe_trace_instance (line 1117) | def describe_trace_instance(self, describe_trace_instance_request: Des... method describe_trace_instances (line 1124) | def describe_trace_instances(self, describe_trace_instances_request: D... method active_tls_account (line 1131) | def active_tls_account(self) -> ActiveTlsAccountResponse: method describe_shippers (line 1140) | def describe_shippers(self, describe_shippers_request: DescribeShipper... method cancel_download_task (line 1144) | def cancel_download_task(self, cancel_download_task_request) -> 'Cance... method modify_trace_instance (line 1150) | def modify_trace_instance(self, modify_trace_instance_request: ModifyT... method search_traces (line 1163) | def search_traces(self, search_traces_request: SearchTracesRequest) ->... method get_account_status (line 1176) | def get_account_status(self, get_account_status_request: GetAccountSta... method describe_trace (line 1182) | def describe_trace(self, describe_trace_request: DescribeTraceRequest)... method create_etl_task (line 1195) | def create_etl_task(self, create_etl_task_request: CreateETLTaskReques... method modify_etl_task (line 1201) | def modify_etl_task(self, modify_etl_task_request: ModifyETLTaskReques... method modify_etl_task_status (line 1207) | def modify_etl_task_status(self, modify_etl_task_status_request: Modif... method create_schedule_sql_task (line 1213) | def create_schedule_sql_task(self, create_schedule_sql_task_request: C... method delete_schedule_sql_task (line 1219) | def delete_schedule_sql_task(self, delete_schedule_sql_task_request: D... method describe_schedule_sql_task (line 1225) | def describe_schedule_sql_task(self, describe_schedule_sql_task_reques... method describe_schedule_sql_tasks (line 1231) | def describe_schedule_sql_tasks(self, describe_schedule_sql_tasks_requ... method create_alarm_content_template (line 1235) | def create_alarm_content_template(self, method create_alarm_webhook_integration (line 1252) | def create_alarm_webhook_integration(self, create_alarm_webhook_integr... method delete_alarm_webhook_integration (line 1266) | def delete_alarm_webhook_integration(self, delete_alarm_webhook_integr... method describe_alarm_content_templates (line 1280) | def describe_alarm_content_templates(self, describe_alarm_content_temp... method describe_alarm_webhook_integrations (line 1294) | def describe_alarm_webhook_integrations(self, method list_tags_for_resources (line 1304) | def list_tags_for_resources(self, list_tags_for_resources_request: Lis... FILE: volcengine/tls/consumer/checkpoint_manager.py class CheckpointManager (line 15) | class CheckpointManager: method __init__ (line 16) | def __init__(self, consumer): method run (line 27) | def run(self): method add_checkpoint (line 50) | def add_checkpoint(self, checkpoint_info: CheckpointInfo): method upload_checkpoint (line 58) | def upload_checkpoint(self): FILE: volcengine/tls/consumer/consumer.py class LogProcessor (line 24) | class LogProcessor: method process (line 26) | def process(self, topic_id: str, shard_id: int, log_group_list: LogGro... class TLSConsumer (line 30) | class TLSConsumer: method __init__ (line 31) | def __init__(self, consumer_config: ConsumerConfig, tls_service: TLSSe... method start (line 50) | def start(self): method stop (line 68) | def stop(self): method reset_access_key_token (line 94) | def reset_access_key_token(self, access_key_id: str, access_key_secret... method init (line 97) | def init(self): method run (line 120) | def run(self): method handle_shards (line 140) | def handle_shards(self, shards: List[ConsumeShard]): FILE: volcengine/tls/consumer/consumer_model.py function check_empty_string (line 14) | def check_empty_string(value: str, field: str): function check_int_value_range (line 19) | def check_int_value_range(value: int, lower: int, upper: int, field: str): class ConsumerConfig (line 25) | class ConsumerConfig: method __init__ (line 26) | def __init__(self, project_id: str, consumer_group_name: str, topic_id... method validate (line 46) | def validate(self): class CheckpointInfo (line 64) | class CheckpointInfo: method __init__ (line 65) | def __init__(self, checkpoint: str, shard_info: ConsumeShard): class ConsumerStatus (line 70) | class ConsumerStatus(Enum): FILE: volcengine/tls/consumer/heartbeat_runner.py class HeartbeatRunner (line 15) | class HeartbeatRunner: method __init__ (line 16) | def __init__(self, consumer): method run (line 27) | def run(self): method get_shards (line 44) | def get_shards(self): method set_shards (line 50) | def set_shards(self, shards: List[ConsumeShard]): method upload_heartbeat (line 54) | def upload_heartbeat(self): FILE: volcengine/tls/consumer/log_consumer.py class LogConsumer (line 17) | class LogConsumer: method __init__ (line 18) | def __init__(self, consumer, consume_shard): method run (line 36) | def run(self): method run_with_status (line 60) | def run_with_status(self, func, done_status, err_status): method set_status (line 78) | def set_status(self, status): method load_status (line 82) | def load_status(self): method init (line 88) | def init(self): method fetch_data (line 106) | def fetch_data(self): method consume (line 120) | def consume(self): method backoff (line 129) | def backoff(self): FILE: volcengine/tls/data.py function pascal_to_snake (line 12) | def pascal_to_snake(pascal: str) -> str: function snake_to_pascal (line 20) | def snake_to_pascal(snake: str) -> str: class TLSData (line 24) | class TLSData: method set_attributes (line 26) | def set_attributes(cls, data: dict): method json (line 44) | def json(self): class TagInfo (line 54) | class TagInfo(TLSData): method __init__ (line 55) | def __init__(self, key: str, value: str = None): class ProjectInfo (line 64) | class ProjectInfo(TLSData): method __init__ (line 65) | def __init__(self, project_name: str = None, project_id: str = None, d... method set_attributes (line 78) | def set_attributes(cls, data: dict): method get_inner_net_domain (line 90) | def get_inner_net_domain(self): method get_create_time (line 97) | def get_create_time(self): method get_project_id (line 104) | def get_project_id(self): method get_description (line 111) | def get_description(self): method get_project_name (line 118) | def get_project_name(self): method get_topic_count (line 125) | def get_topic_count(self): method get_iam_project_name (line 132) | def get_iam_project_name(self): method get_tags (line 139) | def get_tags(self): class EncryptUserCmkConf (line 147) | class EncryptUserCmkConf(TLSData): method __init__ (line 148) | def __init__(self, user_cmk_id: str, trn: str, region_id: str, from_tl... method set_attributes (line 155) | def set_attributes(cls, data): method json (line 163) | def json(self): class EncryptConf (line 174) | class EncryptConf(TLSData): method __init__ (line 175) | def __init__(self, enable: bool = False, encrypt_type: str = "default"... method set_attributes (line 181) | def set_attributes(cls, data): method json (line 191) | def json(self): class BindProcessor (line 199) | class BindProcessor(TLSData): method __init__ (line 200) | def __init__(self, processor_id: str = None, processor_name: str = None): method set_attributes (line 205) | def set_attributes(cls, data: dict): method json (line 210) | def json(self): class ProcessorInfo (line 217) | class ProcessorInfo(TLSData): method __init__ (line 218) | def __init__(self, project_name: str = None, processor_id: str = None, class ProcessorTopicInfo (line 243) | class ProcessorTopicInfo(TLSData): method __init__ (line 244) | def __init__(self, topic_id: str = None, topic_name: str = None): class ProcessorBinding (line 249) | class ProcessorBinding(TLSData): method __init__ (line 250) | def __init__(self, topic_id: str = None, processor_id: str = None): class ProcessorFunctionArgument (line 255) | class ProcessorFunctionArgument(TLSData): method __init__ (line 256) | def __init__(self, index: int = None, name: str = None, class ProcessorFunctionSample (line 267) | class ProcessorFunctionSample(TLSData): method __init__ (line 268) | def __init__(self, index: int = None, log: List[Dict] = None, class ProcessorFunctionInfo (line 278) | class ProcessorFunctionInfo(TLSData): method __init__ (line 279) | def __init__(self, name: str = None, function_type: str = None, method set_attributes (line 291) | def set_attributes(cls, data: dict): class TopicInfo (line 306) | class TopicInfo(TLSData): method __init__ (line 307) | def __init__(self, topic_name: str = None, topic_id: str = None, proje... method set_attributes (line 341) | def set_attributes(cls, data: dict): method get_create_time (line 386) | def get_create_time(self): method get_project_id (line 393) | def get_project_id(self): method get_modify_time (line 400) | def get_modify_time(self): method get_shard_count (line 407) | def get_shard_count(self): method get_topic_name (line 414) | def get_topic_name(self): method get_description (line 421) | def get_description(self): method get_topic_id (line 428) | def get_topic_id(self): method get_ttl (line 436) | def get_ttl(self): method is_auto_split (line 443) | def is_auto_split(self): method get_max_split_shard (line 450) | def get_max_split_shard(self): method is_enable_tracking (line 457) | def is_enable_tracking(self): method get_time_key (line 464) | def get_time_key(self): method get_time_format (line 471) | def get_time_format(self): method get_tags (line 478) | def get_tags(self): method get_log_public_ip (line 485) | def get_log_public_ip(self): class FullTextInfo (line 493) | class FullTextInfo(TLSData): method __init__ (line 494) | def __init__(self, case_sensitive: bool = None, delimiter: str = None,... method get_delimiter (line 507) | def get_delimiter(self): method get_case_sensitive (line 514) | def get_case_sensitive(self): method get_include_chinese (line 521) | def get_include_chinese(self): method set_attributes (line 529) | def set_attributes(cls, data: dict): class ValueInfo (line 537) | class ValueInfo(TLSData): method __init__ (line 538) | def __init__(self, value_type: str, delimiter: str = None, case_sensit... method set_attributes (line 555) | def set_attributes(cls, data: dict): method get_auto_index_flag (line 568) | def get_auto_index_flag(self): class KeyValueInfo (line 576) | class KeyValueInfo(TLSData): method __init__ (line 577) | def __init__(self, key: str, value: ValueInfo): method json (line 587) | def json(self): method set_attributes (line 591) | def set_attributes(cls, data: dict): class AnalysisResult (line 602) | class AnalysisResult(TLSData): method __init__ (line 603) | def __init__(self, analysis_schema: List[str] = None, analysis_type: d... method get_analysis_schema (line 608) | def get_analysis_schema(self): method get_analysis_type (line 615) | def get_analysis_type(self): method get_analysis_data (line 622) | def get_analysis_data(self): method set_attributes (line 630) | def set_attributes(cls, data: dict): class SearchResult (line 638) | class SearchResult(TLSData): method __init__ (line 639) | def __init__(self, result_status: str = None, hit_count: int = None, l... method get_list_over (line 654) | def get_list_over(self): method get_analysis_result (line 661) | def get_analysis_result(self): method get_result_status (line 668) | def get_result_status(self): method get_count (line 675) | def get_count(self): method get_limit (line 682) | def get_limit(self): method get_context (line 689) | def get_context(self): method get_hit_count (line 696) | def get_hit_count(self): method get_analysis (line 703) | def get_analysis(self): method get_logs (line 710) | def get_logs(self): method get_highlight (line 717) | def get_highlight(self): method get_elapsed_millisecond (line 724) | def get_elapsed_millisecond(self): method set_attributes (line 732) | def set_attributes(cls, data: dict): class QueryResp (line 752) | class QueryResp(TLSData): method __init__ (line 753) | def __init__(self, topic_id: str = None, shard_id: int = None, inclusi... method get_exclusive_end_key (line 781) | def get_exclusive_end_key(self): method get_inclusive_begin_key (line 785) | def get_inclusive_begin_key(self): method get_shard_id (line 789) | def get_shard_id(self): method get_modify_time (line 793) | def get_modify_time(self): method get_topic_id (line 797) | def get_topic_id(self): method get_status (line 801) | def get_status(self): method get_stop_write_time (line 805) | def get_stop_write_time(self): class HistogramInfo (line 810) | class HistogramInfo(TLSData): method __init__ (line 811) | def __init__(self, time: int = None, count: int = None): method get_count (line 815) | def get_count(self): method get_time (line 822) | def get_time(self): class HistogramInfoV1 (line 830) | class HistogramInfoV1(TLSData): method __init__ (line 831) | def __init__(self, count: int = None, start_time: int = None, end_time... method get_count (line 837) | def get_count(self): method get_start_time (line 844) | def get_start_time(self): method get_end_time (line 851) | def get_end_time(self): method get_result_status (line 858) | def get_result_status(self): class LogContextInfos (line 866) | class LogContextInfos(TLSData): method __init__ (line 867) | def __init__(self, source: str = None, context_flow: str = None, packa... method set_attributes (line 882) | def set_attributes(cls, data: dict): method get_source (line 892) | def get_source(self): method get_context_flow (line 899) | def get_context_flow(self): method get_package_offset (line 906) | def get_package_offset(self): class TaskInfo (line 914) | class TaskInfo(TLSData): method __init__ (line 915) | def __init__(self, task_id: str = None, task_name: str = None, topic_i... method get_task_name (line 935) | def get_task_name(self): method get_start_time (line 942) | def get_start_time(self): method get_data_format (line 949) | def get_data_format(self): method get_task_status (line 956) | def get_task_status(self): method get_log_count (line 963) | def get_log_count(self): method get_create_time (line 970) | def get_create_time(self): method get_query (line 977) | def get_query(self): method get_end_time (line 984) | def get_end_time(self): method get_task_id (line 991) | def get_task_id(self): method get_log_size (line 998) | def get_log_size(self): method get_topic_id (line 1005) | def get_topic_id(self): method get_compression (line 1012) | def get_compression(self): method get_task_type (line 1019) | def get_task_type(self): method get_allow_incomplete (line 1026) | def get_allow_incomplete(self): method get_log_context_infos (line 1033) | def get_log_context_infos(self): method set_attributes (line 1041) | def set_attributes(cls, data: dict): class HostInfo (line 1070) | class HostInfo(TLSData): method __init__ (line 1071) | def __init__(self, ip: str = None, log_collector_version: str = None, ... method get_ip (line 1076) | def get_ip(self): method get_log_collector_version (line 1083) | def get_log_collector_version(self): method get_heartbeat_status (line 1090) | def get_heartbeat_status(self): class HostGroupInfo (line 1098) | class HostGroupInfo(TLSData): method __init__ (line 1099) | def __init__(self, host_group_id: str = None, host_group_name: str = N... method get_update_end_time (line 1122) | def get_update_end_time(self): method get_update_start_time (line 1129) | def get_update_start_time(self): method get_create_time (line 1136) | def get_create_time(self): method get_host_count (line 1143) | def get_host_count(self): method get_modify_time (line 1150) | def get_modify_time(self): method get_host_group_type (line 1157) | def get_host_group_type(self): method get_host_group_id (line 1164) | def get_host_group_id(self): method get_host_identifier (line 1171) | def get_host_identifier(self): method get_abnormal_heartbeat_status_count (line 1178) | def get_abnormal_heartbeat_status_count(self): method get_auto_update (line 1185) | def get_auto_update(self): method get_host_group_name (line 1192) | def get_host_group_name(self): method get_agent_latest_version (line 1199) | def get_agent_latest_version(self): method get_normal_heartbeat_status_count (line 1206) | def get_normal_heartbeat_status_count(self): method get_rule_count (line 1213) | def get_rule_count(self): method get_service_logging (line 1220) | def get_service_logging(self): method get_iam_project_name (line 1227) | def get_iam_project_name(self): class FilterKeyRegex (line 1235) | class FilterKeyRegex(TLSData): method __init__ (line 1236) | def __init__(self, key: str, regex: str): method set_attributes (line 1247) | def set_attributes(cls, data: dict): class LogTemplate (line 1254) | class LogTemplate(TLSData): method __init__ (line 1255) | def __init__(self, log_type: str, log_format: str): method json (line 1265) | def json(self): class ExtractRule (line 1269) | class ExtractRule(TLSData): method __init__ (line 1270) | def __init__(self, delimiter: str = None, begin_regex: str = None, log... method set_attributes (line 1328) | def set_attributes(cls, data: dict): method json (line 1342) | def json(self): class ExcludePath (line 1355) | class ExcludePath(TLSData): method __init__ (line 1356) | def __init__(self, path_type: str, value: str): method get_path_type (line 1368) | def get_path_type(self): method get_value (line 1375) | def get_value(self): method set_attributes (line 1383) | def set_attributes(cls, data: dict): method json (line 1389) | def json(self): class ParsePathRule (line 1393) | class ParsePathRule(TLSData): method __init__ (line 1394) | def __init__(self, path_sample: str, regex: str, keys: List[str]): method get_path_sample (line 1407) | def get_path_sample(self): method get_regex (line 1414) | def get_regex(self): method get_keys (line 1421) | def get_keys(self): method set_attributes (line 1429) | def set_attributes(cls, data: dict): class ShardHashKey (line 1437) | class ShardHashKey(TLSData): method __init__ (line 1438) | def __init__(self, hash_key: str): method get_hash_key (line 1445) | def get_hash_key(self): class Plugin (line 1453) | class Plugin(TLSData): method __init__ (line 1454) | def __init__(self, processors: List[Dict]): method get_processors (line 1461) | def get_processors(self): method json (line 1468) | def json(self): class Advanced (line 1472) | class Advanced(TLSData): method __init__ (line 1473) | def __init__(self, close_inactive: int = 60, close_timeout: int = 0, n... method get_close_inactive (line 1496) | def get_close_inactive(self): method get_close_timeout (line 1503) | def get_close_timeout(self): method get_no_line_terminator_eof_max_time (line 1510) | def get_no_line_terminator_eof_max_time(self): method get_close_removed (line 1519) | def get_close_removed(self): method get_close_renamed (line 1526) | def get_close_renamed(self): method get_close_eof (line 1533) | def get_close_eof(self): method json (line 1540) | def json(self): class UserDefineRule (line 1546) | class UserDefineRule(TLSData): method __init__ (line 1547) | def __init__(self, parse_path_rule: ParsePathRule = None, shard_hash_k... method get_enable_raw_log (line 1600) | def get_enable_raw_log(self): method get_shard_hash_key (line 1607) | def get_shard_hash_key(self): method get_fields (line 1614) | def get_fields(self): method get_parse_path_rule (line 1621) | def get_parse_path_rule(self): method get_plugin (line 1628) | def get_plugin(self): method get_advanced (line 1635) | def get_advanced(self): method get_tail_files (line 1642) | def get_tail_files(self): method get_raw_log_key (line 1649) | def get_raw_log_key(self): method get_enable_hostname (line 1656) | def get_enable_hostname(self): method get_hostname_key (line 1663) | def get_hostname_key(self): method get_host_group_label_key (line 1670) | def get_host_group_label_key(self): method get_enable_host_group_label (line 1677) | def get_enable_host_group_label(self): method get_tail_size_kb (line 1683) | def get_tail_size_kb(self): method get_ignore_older (line 1690) | def get_ignore_older(self): method get_multi_collects_type (line 1697) | def get_multi_collects_type(self): method set_attributes (line 1707) | def set_attributes(cls, data: dict): method json (line 1732) | def json(self): class KubernetesRule (line 1747) | class KubernetesRule(TLSData): method __init__ (line 1748) | def __init__(self, namespace_name_regex: str = None, workload_type: st... method get_include_pod_label_regex (line 1789) | def get_include_pod_label_regex(self): method get_workload_name_regex (line 1796) | def get_workload_name_regex(self): method get_pod_name_regex (line 1803) | def get_pod_name_regex(self): method get_exclude_pod_label_regex (line 1810) | def get_exclude_pod_label_regex(self): method get_label_tag (line 1817) | def get_label_tag(self): method get_namespace_name_regex (line 1824) | def get_namespace_name_regex(self): method get_workload_type (line 1831) | def get_workload_type(self): method get_annotation_tag (line 1838) | def get_annotation_tag(self): method get_enable_all_label_tag (line 1844) | def get_enable_all_label_tag(self): method get_exclude_pod_annotation_regex (line 1850) | def get_exclude_pod_annotation_regex(self): method get_include_pod_annotation_regex (line 1856) | def get_include_pod_annotation_regex(self): class ContainerRule (line 1864) | class ContainerRule(TLSData): method __init__ (line 1865) | def __init__(self, stream: str = None, container_name_regex: str = None, method get_stream (line 1898) | def get_stream(self): method get_exclude_container_env_regex (line 1905) | def get_exclude_container_env_regex(self): method get_kubernetes_rule (line 1912) | def get_kubernetes_rule(self): method get_include_container_label_regex (line 1919) | def get_include_container_label_regex(self): method get_include_container_env_regex (line 1926) | def get_include_container_env_regex(self): method get_exclude_container_label_regex (line 1933) | def get_exclude_container_label_regex(self): method get_env_tag (line 1940) | def get_env_tag(self): method get_container_name_regex (line 1947) | def get_container_name_regex(self): method set_attributes (line 1955) | def set_attributes(cls, data: dict): method json (line 1964) | def json(self): class RuleInfo (line 1973) | class RuleInfo(TLSData): method __init__ (line 1974) | def __init__(self, topic_id: str = None, topic_name: str = None, rule_... method get_exclude_paths (line 1995) | def get_exclude_paths(self): method get_create_time (line 2002) | def get_create_time(self): method get_rule_name (line 2009) | def get_rule_name(self): method get_container_rule (line 2016) | def get_container_rule(self): method get_modify_time (line 2023) | def get_modify_time(self): method get_input_type (line 2026) | def get_input_type(self): method get_user_define_rule (line 2029) | def get_user_define_rule(self): method get_rule_id (line 2032) | def get_rule_id(self): method get_log_type (line 2035) | def get_log_type(self): method get_extract_rule (line 2038) | def get_extract_rule(self): method get_paths (line 2041) | def get_paths(self): method get_topic_name (line 2044) | def get_topic_name(self): method get_topic_id (line 2047) | def get_topic_id(self): method get_pause (line 2050) | def get_pause(self): method get_log_sample (line 2057) | def get_log_sample(self): method set_attributes (line 2061) | def set_attributes(cls, data: dict): class HostGroupHostsRulesInfo (line 2082) | class HostGroupHostsRulesInfo(TLSData): method __init__ (line 2083) | def __init__(self, host_group_info: HostGroupInfo, host_infos: List[Ho... method get_rule_infos (line 2088) | def get_rule_infos(self): method get_host_group_info (line 2095) | def get_host_group_info(self): method get_host_infos (line 2102) | def get_host_infos(self): class Receiver (line 2113) | class Receiver(TLSData): method __init__ (line 2114) | def __init__(self, receiver_type: str, receiver_names: List[str], rece... method get_start_time (line 2173) | def get_start_time(self): method get_webhook (line 2180) | def get_webhook(self): method get_receiver_channels (line 2187) | def get_receiver_channels(self): method get_end_time (line 2194) | def get_end_time(self): method get_receiver_names (line 2201) | def get_receiver_names(self): method get_receiver_type (line 2208) | def get_receiver_type(self): method get_general_webhook_url (line 2215) | def get_general_webhook_url(self): method get_general_webhook_body (line 2222) | def get_general_webhook_body(self): method get_alarm_webhook_at_users (line 2229) | def get_alarm_webhook_at_users(self): method get_alarm_webhook_is_at_all (line 2236) | def get_alarm_webhook_is_at_all(self): method get_alarm_webhook_at_groups (line 2243) | def get_alarm_webhook_at_groups(self): method get_general_webhook_method (line 2250) | def get_general_webhook_method(self): method get_general_webhook_headers (line 2257) | def get_general_webhook_headers(self): method get_alarm_content_template_id (line 2264) | def get_alarm_content_template_id(self): method get_alarm_webhook_integration_id (line 2271) | def get_alarm_webhook_integration_id(self): method get_alarm_webhook_integration_name (line 2278) | def get_alarm_webhook_integration_name(self): method set_attributes (line 2286) | def set_attributes(cls, data: dict): method json (line 2317) | def json(self): class QueryRequest (line 2347) | class QueryRequest(TLSData): method __init__ (line 2348) | def __init__(self, topic_id: str, query: str, number: int, method get_number (line 2384) | def get_number(self): method get_start_time_offset (line 2391) | def get_start_time_offset(self): method get_query (line 2398) | def get_query(self): method get_topic_name (line 2405) | def get_topic_name(self): method get_topic_id (line 2412) | def get_topic_id(self): method get_end_time_offset (line 2419) | def get_end_time_offset(self): method get_time_span_type (line 2426) | def get_time_span_type(self): method get_truncated_time (line 2433) | def get_truncated_time(self): method set_attributes (line 2441) | def set_attributes(cls, data: dict): class RequestCycle (line 2454) | class RequestCycle(TLSData): method __init__ (line 2455) | def __init__(self, cycle_type: str, time: int, cron_tab: str = None, c... method get_time (line 2471) | def get_time(self): method get_cycle_type (line 2478) | def get_cycle_type(self): method get_cron_tab (line 2485) | def get_cron_tab(self): method get_cron_time_zone (line 2492) | def get_cron_time_zone(self): method set_attributes (line 2501) | def set_attributes(cls, data: dict): method json (line 2509) | def json(self): class AlarmNotifyGroupInfo (line 2518) | class AlarmNotifyGroupInfo(TLSData): method __init__ (line 2519) | def __init__(self, alarm_notify_group_name: str = None, alarm_notify_g... method get_alarm_notify_group_name (line 2532) | def get_alarm_notify_group_name(self): method get_notify_type (line 2539) | def get_notify_type(self): method get_create_time (line 2546) | def get_create_time(self): method get_receivers (line 2553) | def get_receivers(self): method get_modify_time (line 2560) | def get_modify_time(self): method get_alarm_notify_group_id (line 2567) | def get_alarm_notify_group_id(self): method get_iam_project_name (line 2574) | def get_iam_project_name(self): method get_notice_rules (line 2581) | def get_notice_rules(self): method set_attributes (line 2589) | def set_attributes(cls, data: dict): class AlarmPeriodSetting (line 2608) | class AlarmPeriodSetting(TLSData): method __init__ (line 2609) | def __init__(self, sms: int, phone: int, email: int, general_webhook: ... method json (line 2615) | def json(self): class JoinConfig (line 2619) | class JoinConfig(TLSData): method __init__ (line 2620) | def __init__(self, set_operation_type: str = None, condition: str = No... class TriggerCondition (line 2625) | class TriggerCondition(TLSData): method __init__ (line 2626) | def __init__(self, severity: str = "notice", condition: str = None, co... class AlarmInfo (line 2633) | class AlarmInfo(TLSData): method __init__ (line 2634) | def __init__(self, alarm_name: str = None, alarm_id: str = None, proje... method get_alarm_name (line 2661) | def get_alarm_name(self): method get_alarm_notify_group (line 2668) | def get_alarm_notify_group(self): method get_request_cycle (line 2675) | def get_request_cycle(self): method get_alarm_period (line 2682) | def get_alarm_period(self): method get_create_time (line 2689) | def get_create_time(self): method get_modify_time (line 2696) | def get_modify_time(self): method get_user_define_msg (line 2703) | def get_user_define_msg(self): method get_condition (line 2710) | def get_condition(self): method get_query_request (line 2717) | def get_query_request(self): method get_project_id (line 2724) | def get_project_id(self): method get_trigger_period (line 2731) | def get_trigger_period(self): method get_alarm_id (line 2738) | def get_alarm_id(self): method get_status (line 2745) | def get_status(self): method get_severity (line 2752) | def get_severity(self): method get_alarm_period_detail (line 2759) | def get_alarm_period_detail(self): method get_join_configurations (line 2766) | def get_join_configurations(self): method get_trigger_conditions (line 2773) | def get_trigger_conditions(self): method get_send_resolved (line 2780) | def get_send_resolved(self): method set_attributes (line 2788) | def set_attributes(cls, data: dict): class ConsumerGroup (line 2831) | class ConsumerGroup(TLSData): method __init__ (line 2832) | def __init__(self, project_id: str = None, consumer_group_name: str = ... method set_attributes (line 2843) | def set_attributes(cls, data: dict): class ConsumeShard (line 2854) | class ConsumeShard(TLSData): method __init__ (line 2855) | def __init__(self, topic_id: str = None, shard_id: int = None): method set_attributes (line 2860) | def set_attributes(cls, data: dict): class TosSourceInfo (line 2866) | class TosSourceInfo(TLSData): method __init__ (line 2867) | def __init__(self, bucket: str = None, region: str = None, compress_ty... method json (line 2883) | def json(self): class KafkaSourceInfo (line 2891) | class KafkaSourceInfo(TLSData): method __init__ (line 2892) | def __init__(self, host: str = None, topic: str = None, encode: str = ... method json (line 2935) | def json(self): class EsSourceInfo (line 2951) | class EsSourceInfo(TLSData): method __init__ (line 2952) | def __init__(self, endpoint: str = None, import_mode: str = None, inde... method set_attributes (line 2984) | def set_attributes(cls, data: dict): method json (line 2987) | def json(self): class ImportSourceInfo (line 3000) | class ImportSourceInfo(TLSData): method __init__ (line 3001) | def __init__(self, tos_source_info: TosSourceInfo = None, kafka_source... method set_attributes (line 3008) | def set_attributes(cls, data: dict): method json (line 3021) | def json(self): class ImportExtractRule (line 3033) | class ImportExtractRule(TLSData): method __init__ (line 3034) | def __init__(self, delimiter: str = None, begin_regex: str = None, key... class TargetInfo (line 3055) | class TargetInfo(TLSData): method __init__ (line 3056) | def __init__(self, region: str = None, log_type: str = None, extract_r... method json (line 3072) | def json(self): method set_attributes (line 3079) | def set_attributes(cls, data: dict): class TaskStatistics (line 3085) | class TaskStatistics(TLSData): method __init__ (line 3086) | def __init__(self, total: int = None, failed: int = None, skipped: int... class ImportTaskInfo (line 3098) | class ImportTaskInfo(TLSData): method __init__ (line 3099) | def __init__(self, task_id: str = None, status: int = None, topic_id: ... method set_attributes (line 3117) | def set_attributes(cls, data: dict): class JsonInfo (line 3130) | class JsonInfo(TLSData): method __init__ (line 3131) | def __init__(self, enable: bool = None, keys: List[str] = None, escape... class CsvInfo (line 3145) | class CsvInfo(TLSData): method __init__ (line 3146) | def __init__(self, keys: List[str] = None, delimiter: str = None, esca... class ContentInfo (line 3166) | class ContentInfo(TLSData): method __init__ (line 3167) | def __init__(self, format: str = None, json_info: JsonInfo = None, csv... method json (line 3180) | def json(self): method set_attributes (line 3189) | def set_attributes(cls, data: dict): class TosShipperInfo (line 3201) | class TosShipperInfo(TLSData): method __init__ (line 3202) | def __init__(self, bucket: str = None, prefix: str = None, max_size: i... class KafkaShipperInfo (line 3226) | class KafkaShipperInfo(TLSData): method __init__ (line 3227) | def __init__(self, instance: str = None, kafka_topic: str = None, comp... class ShipperInfo (line 3248) | class ShipperInfo(TLSData): method __init__ (line 3249) | def __init__(self, shipper_id: str = None, shipper_name: str = None, p... method set_attributes (line 3311) | def set_attributes(cls, data: dict): class TargetResource (line 3322) | class TargetResource(TLSData): method __init__ (line 3323) | def __init__(self, alias: str, topic_id: str, region: str, role_trn: s... class TraceInstanceInfo (line 3340) | class TraceInstanceInfo(TLSData): method __init__ (line 3341) | def __init__(self, trace_instance_id: str = None, trace_instance_name:... method get_trace_instance_id (line 3385) | def get_trace_instance_id(self): method get_trace_instance_name (line 3389) | def get_trace_instance_name(self): method get_trace_instance_status (line 3393) | def get_trace_instance_status(self): method get_project_id (line 3397) | def get_project_id(self): method get_project_name (line 3401) | def get_project_name(self): method get_description (line 3405) | def get_description(self): method get_create_time (line 3409) | def get_create_time(self): method get_modify_time (line 3413) | def get_modify_time(self): method get_trace_topic_id (line 3417) | def get_trace_topic_id(self): method get_trace_topic_name (line 3421) | def get_trace_topic_name(self): method get_dependency_topic_id (line 3425) | def get_dependency_topic_id(self): method get_dependency_topic_topic_name (line 3429) | def get_dependency_topic_topic_name(self): class TargetResourceInfo (line 3434) | class TargetResourceInfo(TLSData): method __init__ (line 3435) | def __init__(self, alias: str = None, topic_id: str = None, project_id... method get_alias (line 3461) | def get_alias(self): method get_topic_id (line 3468) | def get_topic_id(self): method get_project_id (line 3475) | def get_project_id(self): method get_project_name (line 3482) | def get_project_name(self): method get_region (line 3489) | def get_region(self): method get_topic_name (line 3496) | def get_topic_name(self): method get_role_trn (line 3503) | def get_role_trn(self): class EtlTaskInfo (line 3511) | class EtlTaskInfo(TLSData): method __init__ (line 3512) | def __init__( method set_attributes (line 3558) | def set_attributes(cls, data: dict): class RequestCycleInfo (line 3570) | class RequestCycleInfo(TLSData): method __init__ (line 3571) | def __init__(self, time: int = None, task_type: str = None, cron_tab: ... class ScheduleSqlTaskInfo (line 3590) | class ScheduleSqlTaskInfo(TLSData): method __init__ (line 3591) | def __init__(self, task_id: str = None, task_name: str = None, descrip... method set_attributes (line 3666) | def set_attributes(cls, data: dict): class DingTalkContentTemplateInfo (line 3676) | class DingTalkContentTemplateInfo(TLSData): method __init__ (line 3677) | def __init__(self, title: str = None, locale: str = None, content: str... class EmailContentTemplateInfo (line 3688) | class EmailContentTemplateInfo(TLSData): method __init__ (line 3689) | def __init__(self, locale: str = None, content: str = None, subject: s... class LarkContentTemplateInfo (line 3700) | class LarkContentTemplateInfo(TLSData): method __init__ (line 3701) | def __init__(self, title: str = None, locale: str = None, content: str... class SmsContentTemplateInfo (line 3712) | class SmsContentTemplateInfo(TLSData): method __init__ (line 3713) | def __init__(self, locale: str = None, content: str = None): class VmsContentTemplateInfo (line 3722) | class VmsContentTemplateInfo(TLSData): method __init__ (line 3723) | def __init__(self, locale: str = None, content: str = None): class WeChatContentTemplateInfo (line 3732) | class WeChatContentTemplateInfo(TLSData): method __init__ (line 3733) | def __init__(self, title: str = None, locale: str = None, content: str... class WebhookContentTemplateInfo (line 3744) | class WebhookContentTemplateInfo(TLSData): method __init__ (line 3745) | def __init__(self, content: str = None): class ContentTemplateInfo (line 3752) | class ContentTemplateInfo(TLSData): method __init__ (line 3753) | def __init__(self, sms: SmsContentTemplateInfo = None, vms: VmsContent... method set_attributes (line 3801) | def set_attributes(cls, data: dict): class GeneralWebhookHeaderKV (line 3831) | class GeneralWebhookHeaderKV(TLSData): method __init__ (line 3832) | def __init__(self, key: str = None, value: str = None): method get_key (line 3843) | def get_key(self): method get_value (line 3851) | def get_value(self): method set_attributes (line 3860) | def set_attributes(cls, data: dict): class WebhookIntegrationInfo (line 3866) | class WebhookIntegrationInfo(TLSData): method __init__ (line 3867) | def __init__(self, webhook_id: str = None, create_time: str = None, mo... method set_attributes (line 3903) | def set_attributes(cls, data: dict): class ResourceTagInfo (line 3916) | class ResourceTagInfo(TLSData): method __init__ (line 3917) | def __init__(self, tag_key: str = None, tag_value: str = None, resourc... class StatusInfo (line 3931) | class StatusInfo(TLSData): method __init__ (line 3932) | def __init__(self, code: str = None, message: str = None): class ResourceInfo (line 3943) | class ResourceInfo(TLSData): method __init__ (line 3944) | def __init__(self, attributes: List[KeyValueInfo] = None): method set_attributes (line 3952) | def set_attributes(cls, data: dict): class InstrumentationLibraryInfo (line 3963) | class InstrumentationLibraryInfo(TLSData): method __init__ (line 3964) | def __init__(self, name: str = None, version: str = None): class SpanLinkInfo (line 3975) | class SpanLinkInfo(TLSData): method __init__ (line 3976) | def __init__(self, trace_id: str = None, span_id: str = None, method set_attributes (line 3994) | def set_attributes(cls, data: dict): class SpanEventInfo (line 4005) | class SpanEventInfo(TLSData): method __init__ (line 4006) | def __init__(self, name: str = None, timestamp: int = None, attributes... method set_attributes (line 4020) | def set_attributes(cls, data: dict): class SpanInfo (line 4031) | class SpanInfo(TLSData): method __init__ (line 4032) | def __init__(self, trace_id: str = None, span_id: str = None, kind: st... method set_attributes (line 4085) | def set_attributes(cls, data: dict): class TraceInfo (line 4116) | class TraceInfo(TLSData): method __init__ (line 4117) | def __init__(self, spans: List[SpanInfo] = None, method set_attributes (line 4138) | def set_attributes(cls, data: dict): method get_trace_id (line 4148) | def get_trace_id(self): method get_service_name (line 4152) | def get_service_name(self): method get_operation_name (line 4156) | def get_operation_name(self): method get_start_time (line 4160) | def get_start_time(self): method get_end_time (line 4164) | def get_end_time(self): method get_duration (line 4168) | def get_duration(self): method get_status_code (line 4172) | def get_status_code(self): method get_attributes (line 4176) | def get_attributes(self): class RuleNode (line 4181) | class RuleNode(TLSData): method __init__ (line 4182) | def __init__(self, type: str = None, value: List[str] = None, children... method get_type (line 4195) | def get_type(self): method get_value (line 4202) | def get_value(self): method get_children (line 4209) | def get_children(self): method set_attributes (line 4217) | def set_attributes(cls, data: dict): method json (line 4228) | def json(self): class NoticeRule (line 4239) | class NoticeRule(TLSData): method __init__ (line 4240) | def __init__(self, has_next: bool = None, rule_node: RuleNode = None, method get_has_next (line 4257) | def get_has_next(self): method get_rule_node (line 4264) | def get_rule_node(self): method get_has_end_node (line 4271) | def get_has_end_node(self): method get_receiver_infos (line 4278) | def get_receiver_infos(self): method set_attributes (line 4286) | def set_attributes(cls, data: dict): method json (line 4300) | def json(self): FILE: volcengine/tls/log_content_patch.py function ParseLogGroupListFromString (line 7) | def ParseLogGroupListFromString(log_group_list, serialized_data): function _parse_log_groups (line 24) | def _parse_log_groups(log_group_list, buffer, pos, end): function ParseLogGroupFromString (line 36) | def ParseLogGroupFromString(log_group, serialized_data): function _parse_logs (line 60) | def _parse_logs(log_group, buffer, pos, end): function _parse_source (line 72) | def _parse_source(log_group, buffer, pos, end): function _parse_log_tags (line 81) | def _parse_log_tags(log_group, buffer, pos, end): function _parse_filename (line 93) | def _parse_filename(log_group, buffer, pos, end): function _parse_context_flow (line 102) | def _parse_context_flow(log_group, buffer, pos, end): function ParseLogTagFromString (line 111) | def ParseLogTagFromString(log_tag, serialized_data): function _parse_key (line 130) | def _parse_key(item, buffer, pos, end): function _parse_value (line 138) | def _parse_value(item, buffer, pos, end): function ParseLogFromString (line 147) | def ParseLogFromString(log, serialized_data): function _parse_time (line 165) | def _parse_time(log, buffer, pos, end): function _parse_contents (line 170) | def _parse_contents(log, buffer, pos, end): function ParseLogContentFromString (line 181) | def ParseLogContentFromString(content, serialized_data): FILE: volcengine/tls/producer/batch_manager.py class BatchManager (line 7) | class BatchManager: method __init__ (line 10) | def __init__(self): method full_and_send_batch_request (line 14) | def full_and_send_batch_request(self) -> bool: method add_now (line 19) | def add_now(self, config: ProducerConfig, executor_service, client, me... method remove_batch (line 26) | def remove_batch(self, batch_logs: ['BatchLog']) -> None: FILE: volcengine/tls/producer/batch_semaphore.py class BatchSemaphore (line 5) | class BatchSemaphore: method __init__ (line 8) | def __init__(self, value=1): method acquire (line 14) | def acquire(self, permits=1, blocking=True, timeout=None): method release (line 47) | def release(self, permits=1): method available_permits (line 56) | def available_permits(self): method try_acquire (line 61) | def try_acquire(self, permits=1): FILE: volcengine/tls/producer/log_dispatcher.py class LogDispatcher (line 16) | class LogDispatcher: method __init__ (line 19) | def __init__(self, producer_config: ProducerConfig, producer_name: str... method _create_thread_pool (line 45) | def _create_thread_pool(self) -> ThreadPoolExecutor: method start (line 56) | def start(self) -> None: method close (line 60) | def close(self) -> None: method close_now (line 64) | def close_now(self) -> None: method get_or_create_batch_manager (line 69) | def get_or_create_batch_manager(self, batch_key: BatchLog.BatchKey) ->... method reset_access_key_token (line 86) | def reset_access_key_token(self, access_key: str, secret_key: str, sec... method reset_api_key (line 93) | def reset_api_key(self, api_key: str) -> None: method add_batch (line 99) | def add_batch(self, hash_key: str, topic_id: str, source: str, filenam... method do_add (line 107) | def do_add(self, hash_key: str, topic_id: str, source: str, filename: ... method add_to_batch_manager (line 196) | def add_to_batch_manager(self, batch_key: BatchLog.BatchKey, log_group... FILE: volcengine/tls/producer/mover.py class Mover (line 12) | class Mover(threading.Thread): method __init__ (line 13) | def __init__(self, name: str, producer_config: ProducerConfig, method run (line 27) | def run(self) -> None: method handle_timeout (line 42) | def handle_timeout(self) -> None: method handle_retry_batch (line 54) | def handle_retry_batch(self) -> None: method handle_timeout_batch (line 64) | def handle_timeout_batch(self) -> int: method handle_remaining_batch (line 97) | def handle_remaining_batch(self) -> None: method close (line 120) | def close(self) -> None: FILE: volcengine/tls/producer/producer.py class TLSProducer (line 16) | class TLSProducer: method __init__ (line 21) | def __init__(self, producer_config: ProducerConfig): method default_producer (line 39) | def default_producer(endpoint: str, region: str, access_key: str, method send_log_v2 (line 46) | def send_log_v2(self, hash_key: Optional[str], topic_id: str, source: ... method send_logs_v2 (line 51) | def send_logs_v2(self, hash_key: Optional[str], topic_id: str, source:... method reset_access_key_token (line 154) | def reset_access_key_token(self, access_key: str, secret_key: str, sec... method reset_api_key (line 164) | def reset_api_key(self, api_key: str) -> None: method start (line 167) | def start(self) -> None: method close (line 173) | def close(self, timeout_ms: int = 30000) -> None: method _close_mover (line 193) | def _close_mover(self, timeout_ms: int) -> int: method _close_executor_service (line 210) | def _close_executor_service(self, timeout_ms: int) -> int: FILE: volcengine/tls/producer/producer_model.py class ClientConfig (line 11) | class ClientConfig: method __init__ (line 14) | def __init__(self, endpoint: str, region: str, access_key: str, access... method __str__ (line 23) | def __str__(self) -> str: method reset_api_key (line 30) | def reset_api_key(self, api_key: str) -> None: function _valid_number (line 34) | def _valid_number(field: int, min_val: int, max_val: int, default_val: i... class CallBack (line 49) | class CallBack: method on_complete (line 52) | def on_complete(self, result: 'Result'): class Attempt (line 57) | class Attempt: method __init__ (line 58) | def __init__(self, success: bool, request_id: str = "", error_code: st... class Result (line 67) | class Result: method __init__ (line 68) | def __init__(self, success: bool, attempts: List['Attempt'], attempt_c... class ProducerConfig (line 74) | class ProducerConfig: method __init__ (line 95) | def __init__(self, endpoint: str, region: str, access_key: str, access... method __str__ (line 109) | def __str__(self) -> str: method valid_config (line 121) | def valid_config(self) -> None: method set_total_size_in_bytes (line 156) | def set_total_size_in_bytes(self, total_size_in_bytes: int) -> None: method set_max_thread_count (line 164) | def set_max_thread_count(self, max_thread_count: int) -> None: method set_max_batch_size_bytes (line 172) | def set_max_batch_size_bytes(self, max_batch_size_bytes: int) -> None: method set_max_batch_count (line 180) | def set_max_batch_count(self, max_batch_count: int) -> None: method set_linger_ms (line 188) | def set_linger_ms(self, linger_ms: int) -> None: method set_retry_count (line 196) | def set_retry_count(self, retry_count: int) -> None: method set_max_reserved_attempts (line 204) | def set_max_reserved_attempts(self, max_reserved_attempts: int) -> None: method set_client_config (line 212) | def set_client_config(self, client_config: ClientConfig) -> None: method set_max_block_ms (line 224) | def set_max_block_ms(self, max_block_ms: int) -> None: method check_batch_size (line 232) | def check_batch_size(self, batch_size: int) -> None: method need_retry (line 245) | def need_retry(cls, http_code): class BatchLog (line 248) | class BatchLog: method __init__ (line 249) | def __init__(self, batch_key: 'BatchLog.BatchKey', producer_config: Pr... method try_add (line 268) | def try_add(self, log_group: LogGroup, batch_size: int, call_back: Opt... method full_and_send_batch_request (line 311) | def full_and_send_batch_request(self) -> bool: method add_attempt (line 316) | def add_attempt(self, attempt: Attempt) -> None: method fire_callbacks (line 321) | def fire_callbacks(self) -> None: method handle_next_try (line 331) | def handle_next_try(self) -> None: method _fire_callbacks (line 342) | def _fire_callbacks(self, result: Result) -> None: method __lt__ (line 347) | def __lt__(self, other: 'BatchLog') -> bool: method __str__ (line 350) | def __str__(self) -> str: class BatchKey (line 358) | class BatchKey: method __init__ (line 361) | def __init__(self, shard_hash: str, topic_id: str, source: str, file... method __eq__ (line 367) | def __eq__(self, other) -> bool: method __hash__ (line 375) | def __hash__(self) -> int: method __str__ (line 378) | def __str__(self) -> str: FILE: volcengine/tls/producer/retry_queue.py function get_time_ms (line 9) | def get_time_ms(nano_seconds: int) -> int: class RetryQueue (line 14) | class RetryQueue: method __init__ (line 15) | def __init__(self): method add_to_retry_queue (line 22) | def add_to_retry_queue(self, batch: Optional[BatchLog]) -> None: method get_retry_batch (line 28) | def get_retry_batch(self, stop_flag: bool) -> List[BatchLog]: method __len__ (line 55) | def __len__(self) -> int: FILE: volcengine/tls/producer/send_batch_task.py class SendBatchTask (line 14) | class SendBatchTask: method __init__ (line 15) | def __init__(self, method run (line 28) | def run(self) -> None: method send_request (line 32) | def send_request(self) -> None: method calibrate_batch_size (line 59) | def calibrate_batch_size(self) -> bool: method handle_failure (line 77) | def handle_failure(self) -> None: method need_retry (line 83) | def need_retry(self, e: TLSException) -> bool: method handle_log_exception (line 89) | def handle_log_exception(self, e: TLSException) -> None: method handle_exception (line 116) | def handle_exception(self, e: Exception) -> None: method handle_success (line 129) | def handle_success(self, put_logs_response: PutLogsResponse) -> None: FILE: volcengine/tls/retry_policy.py class RetryPolicy (line 23) | class RetryPolicy(object): method __init__ (line 24) | def __init__(self, total_timeout=None, initial_interval=None, max_inte... method default_policy (line 34) | def default_policy(): method normalize (line 44) | def normalize(self): method backoff_seconds (line 105) | def backoff_seconds(self, attempt): FILE: volcengine/tls/test/api_key_anonymous_auth_unit_test.py class _FakeResponse (line 19) | class _FakeResponse: class _CaptureSession (line 29) | class _CaptureSession: method __init__ (line 30) | def __init__(self): method request (line 33) | def request(self, method, url, headers=None, data=None, timeout=None): class _FailingSession (line 44) | class _FailingSession: method request (line 45) | def request(self, *args, **kwargs): function _make_put_logs_request (line 49) | def _make_put_logs_request(): function _make_put_logs_v2_request (line 60) | def _make_put_logs_v2_request(): class ApiKeyAnonymousAuthUnitTest (line 66) | class ApiKeyAnonymousAuthUnitTest(unittest.TestCase): method _service_with_api_key (line 67) | def _service_with_api_key(self, api_key="api-key", access_key_id="", a... method _producer_config_with_api_key (line 83) | def _producer_config_with_api_key(self): method test_with_api_key_put_logs_uses_anonymous_header_without_signature (line 89) | def test_with_api_key_put_logs_uses_anonymous_header_without_signature... method test_reset_api_key_updates_anonymous_header (line 102) | def test_reset_api_key_updates_anonymous_header(self): method test_put_logs_v2_uses_anonymous_header_without_signature (line 113) | def test_put_logs_v2_uses_anonymous_header_without_signature(self): method test_anonymous_put_logs_does_not_send_security_token (line 124) | def test_anonymous_put_logs_does_not_send_security_token(self): method test_api_key_only_non_put_logs_fails_locally_without_network (line 141) | def test_api_key_only_non_put_logs_fails_locally_without_network(self): method test_api_key_with_ak_sk_prefers_api_key_for_put_logs_and_signs_other_apis (line 151) | def test_api_key_with_ak_sk_prefers_api_key_for_put_logs_and_signs_oth... method test_producer_config_accepts_api_key_and_masks_it (line 169) | def test_producer_config_accepts_api_key_and_masks_it(self): method test_log_dispatcher_passes_api_key_to_tls_service (line 177) | def test_log_dispatcher_passes_api_key_to_tls_service(self): method test_log_dispatcher_reset_api_key_updates_tls_service (line 200) | def test_log_dispatcher_reset_api_key_updates_tls_service(self): method test_producer_reset_api_key_updates_dispatcher_client (line 221) | def test_producer_reset_api_key_updates_dispatcher_client(self): FILE: volcengine/tls/test/cancel_download_task_test.py class TestCancelDownloadTask (line 11) | class TestCancelDownloadTask(unittest.TestCase): method __init__ (line 13) | def __init__(self, *args, **kwargs): method generate_random_task_id (line 20) | def generate_random_task_id(self): method test_cancel_download_task_request_validation (line 25) | def test_cancel_download_task_request_validation(self): method test_cancel_download_task_response (line 35) | def test_cancel_download_task_response(self): method test_cancel_download_task_integration (line 41) | def test_cancel_download_task_integration(self): FILE: volcengine/tls/test/consumer_test.py class TestLogProcessor (line 14) | class TestLogProcessor(LogProcessor): method process (line 15) | def process(self, topic_id: str, shard_id: int, log_group_list: LogGro... class TestTLSService (line 30) | class TestTLSService(unittest.TestCase): method setUpClass (line 41) | def setUpClass(cls): method tearDownClass (line 80) | def tearDownClass(cls): method setUp (line 95) | def setUp(self): method tearDown (line 98) | def tearDown(self): method test_consumer (line 101) | def test_consumer(self): FILE: volcengine/tls/test/create_alarm_content_template_test.py class TestCreateAlarmContentTemplate (line 19) | class TestCreateAlarmContentTemplate(unittest.TestCase): method __init__ (line 21) | def __init__(self, *args, **kwargs): method generate_random_string (line 28) | def generate_random_string(self, length=10): method test_create_alarm_content_template (line 31) | def test_create_alarm_content_template(self): method test_create_alarm_content_template_minimal (line 159) | def test_create_alarm_content_template_minimal(self): method test_create_alarm_content_template_validation (line 194) | def test_create_alarm_content_template_validation(self): FILE: volcengine/tls/test/create_alarm_webhook_integration_test.py class TestCreateAlarmWebhookIntegration (line 15) | class TestCreateAlarmWebhookIntegration(unittest.TestCase): method setUp (line 18) | def setUp(self): method test_request_validation (line 35) | def test_request_validation(self): method test_get_api_input_general_type (line 72) | def test_get_api_input_general_type(self): method test_get_api_input_general_webhook_type (line 89) | def test_get_api_input_general_webhook_type(self): method test_create_alarm_webhook_integration_service_call_lark (line 123) | def test_create_alarm_webhook_integration_service_call_lark(self, mock... method test_create_alarm_webhook_integration_service_call_general_webhook (line 151) | def test_create_alarm_webhook_integration_service_call_general_webhook... FILE: volcengine/tls/test/delete_alarm_content_template_test.py class TestDeleteAlarmContentTemplate (line 9) | class TestDeleteAlarmContentTemplate(unittest.TestCase): method __init__ (line 11) | def __init__(self, *args, **kwargs): method test_delete_alarm_content_template (line 18) | def test_delete_alarm_content_template(self): method test_delete_alarm_content_template_validation (line 43) | def test_delete_alarm_content_template_validation(self): FILE: volcengine/tls/test/delete_schedule_sql_task_test.py class TestDeleteScheduleSqlTask (line 11) | class TestDeleteScheduleSqlTask(unittest.TestCase): method __init__ (line 14) | def __init__(self, *args, **kwargs): method test_delete_schedule_sql_task_request_validation (line 21) | def test_delete_schedule_sql_task_request_validation(self): method test_delete_schedule_sql_task_request_api_input (line 31) | def test_delete_schedule_sql_task_request_api_input(self): method test_delete_schedule_sql_task_service_call (line 40) | def test_delete_schedule_sql_task_service_call(self, mock_request): method test_delete_schedule_sql_task_with_invalid_request (line 76) | def test_delete_schedule_sql_task_with_invalid_request(self, mock_requ... method test_delete_schedule_sql_task_integration_pattern (line 99) | def test_delete_schedule_sql_task_integration_pattern(self): FILE: volcengine/tls/test/describe_alarm_content_templates_test.py class TestDescribeAlarmContentTemplates (line 10) | class TestDescribeAlarmContentTemplates(unittest.TestCase): method __init__ (line 12) | def __init__(self, *args, **kwargs): method test_describe_alarm_content_templates_request (line 19) | def test_describe_alarm_content_templates_request(self): method test_describe_alarm_content_templates_response_structure (line 41) | def test_describe_alarm_content_templates_response_structure(self): method test_describe_alarm_content_templates_integration (line 48) | def test_describe_alarm_content_templates_integration(self): FILE: volcengine/tls/test/describe_alarm_notify_groups_test.py class TestDescribeAlarmNotifyGroupsData (line 9) | class TestDescribeAlarmNotifyGroupsData(unittest.TestCase): method test_parse_notice_rules_and_receivers (line 11) | def test_parse_notice_rules_and_receivers(self): FILE: volcengine/tls/test/describe_alarm_webhook_integrations_test.py class TestDescribeAlarmWebhookIntegrations (line 15) | class TestDescribeAlarmWebhookIntegrations(unittest.TestCase): method setUp (line 18) | def setUp(self): method test_basic_request_fields_and_validation (line 34) | def test_basic_request_fields_and_validation(self): method test_request_with_filters_and_pagination (line 49) | def test_request_with_filters_and_pagination(self): method test_request_validation_optional_fields (line 73) | def test_request_validation_optional_fields(self): method test_get_api_input_field_mapping (line 85) | def test_get_api_input_field_mapping(self): method test_describe_alarm_webhook_integrations_service_call_basic (line 103) | def test_describe_alarm_webhook_integrations_service_call_basic(self, ... method test_describe_alarm_webhook_integrations_service_call_with_filters (line 128) | def test_describe_alarm_webhook_integrations_service_call_with_filters... FILE: volcengine/tls/test/describe_etl_task_test.py class TestDescribeETLTask (line 10) | class TestDescribeETLTask(unittest.TestCase): method __init__ (line 12) | def __init__(self, *args, **kwargs): method test_describe_etl_task_request_validation (line 19) | def test_describe_etl_task_request_validation(self): method test_describe_etl_task_success (line 30) | def test_describe_etl_task_success(self, mock_request): method test_describe_etl_task_invalid_request (line 114) | def test_describe_etl_task_invalid_request(self): method test_describe_etl_task_empty_target_resources (line 136) | def test_describe_etl_task_empty_target_resources(self, mock_request): FILE: volcengine/tls/test/describe_import_task_test.py class TestDescribeImportTask (line 13) | class TestDescribeImportTask(unittest.TestCase): method setUp (line 16) | def setUp(self): method generate_random_task_id (line 33) | def generate_random_task_id(self): method test_describe_import_task_request_validation (line 37) | def test_describe_import_task_request_validation(self): method test_describe_import_task_api_call (line 49) | def test_describe_import_task_api_call(self): method test_describe_import_task_response_structure (line 78) | def test_describe_import_task_response_structure(self): method test_describe_import_task_with_empty_task_id (line 104) | def test_describe_import_task_with_empty_task_id(self): FILE: volcengine/tls/test/describe_import_tasks_test.py class TestDescribeImportTasks (line 16) | class TestDescribeImportTasks(unittest.TestCase): method setUp (line 19) | def setUp(self): method test_describe_import_tasks_request_initialization (line 32) | def test_describe_import_tasks_request_initialization(self): method test_describe_import_tasks_request_default_values (line 58) | def test_describe_import_tasks_request_default_values(self): method test_describe_import_tasks_request_get_api_input (line 73) | def test_describe_import_tasks_request_get_api_input(self): method test_describe_import_tasks_success (line 94) | def test_describe_import_tasks_success(self, mock_request): method test_describe_import_tasks_empty_result (line 164) | def test_describe_import_tasks_empty_result(self, mock_request): method test_describe_import_tasks_with_filters (line 192) | def test_describe_import_tasks_with_filters(self, mock_request): method test_describe_import_tasks_request_validation (line 246) | def test_describe_import_tasks_request_validation(self): FILE: volcengine/tls/test/describe_rule_test.py class MockResponse (line 22) | class MockResponse: method __init__ (line 25) | def __init__(self, json_body): class TestDescribeRule (line 34) | class TestDescribeRule(unittest.TestCase): method test_describe_rule_response_includes_pause_field (line 37) | def test_describe_rule_response_includes_pause_field(self): FILE: volcengine/tls/test/describe_schedule_sql_task_test.py class TestDescribeScheduleSqlTask (line 11) | class TestDescribeScheduleSqlTask(unittest.TestCase): method setUp (line 13) | def setUp(self): method test_describe_schedule_sql_task_request_validation (line 47) | def test_describe_schedule_sql_task_request_validation(self): method test_describe_schedule_sql_task_request_api_input (line 57) | def test_describe_schedule_sql_task_request_api_input(self): method test_describe_schedule_sql_task_response_parsing (line 64) | def test_describe_schedule_sql_task_response_parsing(self): method test_describe_schedule_sql_task_service_call (line 114) | def test_describe_schedule_sql_task_service_call(self, mock_request): method test_schedule_sql_task_info_with_cron_schedule (line 146) | def test_schedule_sql_task_info_with_cron_schedule(self): method test_request_cycle_info_data_class (line 177) | def test_request_cycle_info_data_class(self): FILE: volcengine/tls/test/describe_shipper_test.py class TestDescribeShipper (line 12) | class TestDescribeShipper(unittest.TestCase): method setUp (line 15) | def setUp(self): method test_describe_shipper_request_body (line 32) | def test_describe_shipper_request_body(self): method test_describe_shipper_nonexistent_shipper (line 40) | def test_describe_shipper_nonexistent_shipper(self, mock_request): FILE: volcengine/tls/test/describe_trace_instances_test.py class TestDescribeTraceInstances (line 10) | class TestDescribeTraceInstances(unittest.TestCase): method __init__ (line 13) | def __init__(self, *args, **kwargs): method test_describe_trace_instances_basic (line 20) | def test_describe_trace_instances_basic(self): method test_describe_trace_instances_with_filters (line 47) | def test_describe_trace_instances_with_filters(self): method test_describe_trace_instances_validation (line 73) | def test_describe_trace_instances_validation(self): method test_trace_instance_info_data_structure (line 87) | def test_trace_instance_info_data_structure(self): FILE: volcengine/tls/test/describe_trace_test.py class TestDescribeTrace (line 11) | class TestDescribeTrace(unittest.TestCase): method __init__ (line 13) | def __init__(self, *args, **kwargs): method test_describe_trace_request_validation (line 20) | def test_describe_trace_request_validation(self): method test_describe_trace_request_serialization (line 46) | def test_describe_trace_request_serialization(self): method test_trace_data_structures (line 63) | def test_trace_data_structures(self): method test_describe_trace_response (line 108) | def test_describe_trace_response(self): method test_describe_trace_integration (line 161) | def test_describe_trace_integration(self): FILE: volcengine/tls/test/etl_task_test.py class TestETLTask (line 17) | class TestETLTask(unittest.TestCase): method __init__ (line 20) | def __init__(self, *args, **kwargs): method generate_random_string (line 27) | def generate_random_string(self, length=10): method test_modify_etl_task_request_validation (line 31) | def test_modify_etl_task_request_validation(self): method test_modify_etl_task_request_with_target_resources (line 41) | def test_modify_etl_task_request_with_target_resources(self): method test_target_resource_data_class (line 82) | def test_target_resource_data_class(self): method test_modify_etl_task_integration (line 98) | def test_modify_etl_task_integration(self): method test_create_etl_task_request_body_fields (line 132) | def test_create_etl_task_request_body_fields(self): method test_describe_etl_tasks_request_body_fields (line 180) | def test_describe_etl_tasks_request_body_fields(self): method test_describe_etl_tasks_service_call (line 208) | def test_describe_etl_tasks_service_call(self, mock_request): FILE: volcengine/tls/test/etl_test.py class TestETL (line 11) | class TestETL(unittest.TestCase): method setUpClass (line 21) | def setUpClass(cls): method tearDownClass (line 61) | def tearDownClass(cls): method test_create_etl_task (line 81) | def test_create_etl_task(self): method test_create_etl_task_validation (line 108) | def test_create_etl_task_validation(self): FILE: volcengine/tls/test/get_account_status_test.py class TestGetAccountStatus (line 8) | class TestGetAccountStatus(unittest.TestCase): method __init__ (line 10) | def __init__(self, *args, **kwargs): method test_get_account_status_request (line 17) | def test_get_account_status_request(self): method test_get_account_status_response_structure (line 22) | def test_get_account_status_response_structure(self): method test_get_account_status_integration (line 28) | def test_get_account_status_integration(self): FILE: volcengine/tls/test/import_task_test.py class TestImportTask (line 28) | class TestImportTask(unittest.TestCase): method __init__ (line 31) | def __init__(self, *args, **kwargs): method setUp (line 50) | def setUp(self): method tearDown (line 69) | def tearDown(self): method _create_test_project (line 88) | def _create_test_project(self): method _create_test_topic (line 101) | def _create_test_topic(self): method test_create_import_task_tos (line 114) | def test_create_import_task_tos(self): method test_create_import_task_kafka (line 167) | def test_create_import_task_kafka(self): method test_create_import_task_validation (line 237) | def test_create_import_task_validation(self): method test_describe_import_tasks (line 249) | def test_describe_import_tasks(self): FILE: volcengine/tls/test/list_tags_for_resources_test.py class TestListTagsForResources (line 16) | class TestListTagsForResources(unittest.TestCase): method setUp (line 19) | def setUp(self): method test_list_tags_for_resources_request_validation (line 33) | def test_list_tags_for_resources_request_validation(self): method test_list_tags_for_resources_request_body_fields (line 41) | def test_list_tags_for_resources_request_body_fields(self): FILE: volcengine/tls/test/manual_shard_split_test.py class TestManualShardSplit (line 13) | class TestManualShardSplit(unittest.TestCase): method __init__ (line 15) | def __init__(self, *args, **kwargs): method generate_random_string (line 23) | def generate_random_string(self, length=10): method test_manual_shard_split (line 26) | def test_manual_shard_split(self): method test_manual_shard_split_request_validation (line 108) | def test_manual_shard_split_request_validation(self): FILE: volcengine/tls/test/modify_alarm_webhook_integration_test.py class TestModifyAlarmWebhookIntegration (line 15) | class TestModifyAlarmWebhookIntegration(unittest.TestCase): method setUp (line 18) | def setUp(self): method test_request_validation (line 34) | def test_request_validation(self): method test_get_api_input_general_webhook_type (line 75) | def test_get_api_input_general_webhook_type(self): method test_response_parsing (line 101) | def test_response_parsing(self): method test_modify_alarm_webhook_integration_service_call (line 116) | def test_modify_alarm_webhook_integration_service_call(self, mock_requ... FILE: volcengine/tls/test/processor_contract_test.py class MockResponse (line 15) | class MockResponse: method __init__ (line 16) | def __init__(self, json_body): class TestProcessorContract (line 25) | class TestProcessorContract(unittest.TestCase): method test_index_requests_include_enable_phrase_index (line 26) | def test_index_requests_include_enable_phrase_index(self): method test_describe_index_response_parses_enable_phrase_index (line 33) | def test_describe_index_response_parses_enable_phrase_index(self): method test_create_processor_request_uses_service_contract_fields (line 46) | def test_create_processor_request_uses_service_contract_fields(self): FILE: volcengine/tls/test/producer_split_unit_test.py class _CaptureDispatcher (line 12) | class _CaptureDispatcher: method __init__ (line 13) | def __init__(self): method add_batch (line 17) | def add_batch(self, hash_key, topic_id, source, filename, log_group, c... class ProducerSplitUnitTest (line 22) | class ProducerSplitUnitTest(unittest.TestCase): method _new_producer (line 23) | def _new_producer(self): method test_split_by_count (line 29) | def test_split_by_count(self): method test_split_by_size (line 43) | def test_split_by_size(self): method test_concurrent_produce_never_exceeds_max_size (line 53) | def test_concurrent_produce_never_exceeds_max_size(self): method test_single_log_exceeds_max_size_raises (line 71) | def test_single_log_exceeds_max_size_raises(self): method test_batch_log_group_list_count_never_exceeds_32768 (line 77) | def test_batch_log_group_list_count_never_exceeds_32768(self): FILE: volcengine/tls/test/producer_test.py class TestLogProcessor (line 23) | class TestLogProcessor(LogProcessor): method process (line 24) | def process(self, topic_id: str, shard_id: int, log_group_list: LogGro... class MyCallBack (line 33) | class MyCallBack(CallBack): method __init__ (line 34) | def __init__(self, logs: list[PutLogsV2LogContent]): method on_complete (line 37) | def on_complete(self, result: 'Result'): class TestTLSProducerService (line 46) | class TestTLSProducerService(unittest.TestCase): method setUpClass (line 56) | def setUpClass(cls): method tearDownClass (line 86) | def tearDownClass(cls): method setUp (line 97) | def setUp(self): method tearDown (line 100) | def tearDown(self): method test_producer_and_consumer (line 103) | def test_producer_and_consumer(self): FILE: volcengine/tls/test/put_logs_test.py class TestPutLogs (line 12) | class TestPutLogs(unittest.TestCase): method setUpClass (line 22) | def setUpClass(cls): method tearDownClass (line 50) | def tearDownClass(cls): method setUp (line 61) | def setUp(self): method tearDown (line 64) | def tearDown(self): method test_put_logs_v2 (line 67) | def test_put_logs_v2(self): FILE: volcengine/tls/test/put_logs_validation_unit_test.py class PutLogsValidationUnitTest (line 7) | class PutLogsValidationUnitTest(unittest.TestCase): method _make_group (line 8) | def _make_group(self, count): method test_log_group_count_validation (line 14) | def test_log_group_count_validation(self): FILE: volcengine/tls/test/schedule_sql_task_test.py class TestScheduleSqlTask (line 11) | class TestScheduleSqlTask(unittest.TestCase): method setUpClass (line 23) | def setUpClass(cls): method tearDownClass (line 71) | def tearDownClass(cls): method setUp (line 87) | def setUp(self): method tearDown (line 90) | def tearDown(self): method test_create_schedule_sql_task (line 93) | def test_create_schedule_sql_task(self): method test_create_schedule_sql_task_request_body (line 120) | def test_create_schedule_sql_task_request_body(self): FILE: volcengine/tls/test/shipper_test.py class TestDeleteShipper (line 20) | class TestDeleteShipper(unittest.TestCase): method setUp (line 23) | def setUp(self): method test_delete_shipper_request_validation (line 40) | def test_delete_shipper_request_validation(self): method test_delete_shipper_request_api_input (line 50) | def test_delete_shipper_request_api_input(self): method test_delete_shipper_service_call (line 61) | def test_delete_shipper_service_call(self, mock_request): class TestModifyShipper (line 81) | class TestModifyShipper(unittest.TestCase): method setUp (line 84) | def setUp(self): method test_modify_shipper_validation (line 101) | def test_modify_shipper_validation(self): method test_modify_shipper_api_input_tos_with_trn_and_time (line 112) | def test_modify_shipper_api_input_tos_with_trn_and_time(self): method test_modify_shipper_csv_content (line 173) | def test_modify_shipper_csv_content(self): method test_modify_shipper_kafka_content (line 206) | def test_modify_shipper_kafka_content(self): method test_modify_shipper_service_call (line 233) | def test_modify_shipper_service_call(self, mock_request): FILE: volcengine/tls/test/tag_resources_test.py class TestTagResources (line 18) | class TestTagResources(unittest.TestCase): method setUp (line 21) | def setUp(self): method test_tag_resources_request_validation (line 35) | def test_tag_resources_request_validation(self): method test_tag_resources_request_api_input (line 69) | def test_tag_resources_request_api_input(self): method test_tag_resources_service_call (line 97) | def test_tag_resources_service_call(self, mock_request): FILE: volcengine/tls/test/test_create_shipper.py class TestCreateShipper (line 17) | class TestCreateShipper(unittest.TestCase): method setUp (line 20) | def setUp(self): method test_content_info_json_serialization (line 38) | def test_content_info_json_serialization(self): method test_tos_shipper_info_json_serialization (line 50) | def test_tos_shipper_info_json_serialization(self): method test_kafka_shipper_info_json_serialization (line 69) | def test_kafka_shipper_info_json_serialization(self): method test_create_shipper_request_trn_and_time_fields (line 86) | def test_create_shipper_request_trn_and_time_fields(self): method test_create_shipper_service_call_tos (line 130) | def test_create_shipper_service_call_tos(self, mock_request): FILE: volcengine/tls/test/test_delete_alarm_webhook_integration.py class TestDeleteAlarmWebhookIntegration (line 11) | class TestDeleteAlarmWebhookIntegration(unittest.TestCase): method setUp (line 14) | def setUp(self): method test_delete_alarm_webhook_integration_request_validation (line 23) | def test_delete_alarm_webhook_integration_request_validation(self): method test_delete_alarm_webhook_integration_request_api_input (line 33) | def test_delete_alarm_webhook_integration_request_api_input(self): method test_delete_alarm_webhook_integration_success (line 45) | def test_delete_alarm_webhook_integration_success(self, mock_request): method test_delete_alarm_webhook_integration_invalid_request (line 74) | def test_delete_alarm_webhook_integration_invalid_request(self, mock_r... method test_delete_alarm_webhook_integration_integration (line 86) | def test_delete_alarm_webhook_integration_integration(self): FILE: volcengine/tls/test/test_delete_import_task.py class TestDeleteImportTask (line 13) | class TestDeleteImportTask(unittest.TestCase): method setUp (line 16) | def setUp(self): method test_delete_import_task_request_validation_success (line 28) | def test_delete_import_task_request_validation_success(self): method test_delete_import_task_request_validation_failed (line 36) | def test_delete_import_task_request_validation_failed(self): method test_delete_import_task_api_call_success (line 42) | def test_delete_import_task_api_call_success(self): method test_delete_import_task_with_empty_task_id (line 62) | def test_delete_import_task_with_empty_task_id(self): method test_delete_import_task_api_response_with_data (line 71) | def test_delete_import_task_api_response_with_data(self): FILE: volcengine/tls/test/test_delete_trace_instance.py class TestDeleteTraceInstance (line 11) | class TestDeleteTraceInstance(unittest.TestCase): method setUp (line 14) | def setUp(self): method test_delete_trace_instance_request_validation (line 23) | def test_delete_trace_instance_request_validation(self): method test_delete_trace_instance_request_api_input (line 33) | def test_delete_trace_instance_request_api_input(self): method test_delete_trace_instance_success (line 45) | def test_delete_trace_instance_success(self, mock_request): method test_delete_trace_instance_invalid_request (line 74) | def test_delete_trace_instance_invalid_request(self, mock_request): method test_delete_trace_instance_integration (line 86) | def test_delete_trace_instance_integration(self): FILE: volcengine/tls/test/test_describe_shippers.py class TestDescribeShippers (line 16) | class TestDescribeShippers(unittest.TestCase): method __init__ (line 19) | def __init__(self, *args, **kwargs): method setUp (line 31) | def setUp(self): method _generate_random_string (line 35) | def _generate_random_string(self, length=10): method test_describe_shippers_with_project_id (line 39) | def test_describe_shippers_with_project_id(self): method test_describe_shippers_with_topic_id (line 88) | def test_describe_shippers_with_topic_id(self): method test_describe_shippers_with_multiple_params (line 127) | def test_describe_shippers_with_multiple_params(self): method test_describe_shippers_response_structure (line 142) | def test_describe_shippers_response_structure(self): method test_describe_shippers_empty_result (line 157) | def test_describe_shippers_empty_result(self): method test_describe_shippers_request_validation (line 167) | def test_describe_shippers_request_validation(self): FILE: volcengine/tls/test/test_import_task.py class TestImportTask (line 16) | class TestImportTask(unittest.TestCase): method __init__ (line 18) | def __init__(self, *args, **kwargs): method setUp (line 30) | def setUp(self): method tearDown (line 67) | def tearDown(self): method test_modify_import_task_with_tos_source (line 99) | def test_modify_import_task_with_tos_source(self): method test_modify_import_task_with_kafka_source (line 158) | def test_modify_import_task_with_kafka_source(self): method test_describe_import_tasks (line 218) | def test_describe_import_tasks(self): method test_modify_import_task_validation (line 275) | def test_modify_import_task_validation(self): method test_describe_import_task_validation (line 290) | def test_describe_import_task_validation(self): FILE: volcengine/tls/test/test_modify_alarm_content_template.py class TestModifyAlarmContentTemplate (line 14) | class TestModifyAlarmContentTemplate(unittest.TestCase): method __init__ (line 16) | def __init__(self, *args, **kwargs): method test_modify_alarm_content_template_request_validation (line 23) | def test_modify_alarm_content_template_request_validation(self): method test_modify_alarm_content_template_request_with_dingtalk_template (line 60) | def test_modify_alarm_content_template_request_with_dingtalk_template(... method test_modify_alarm_content_template_request_with_email_template (line 86) | def test_modify_alarm_content_template_request_with_email_template(self): method test_modify_alarm_content_template_request_with_lark_template (line 112) | def test_modify_alarm_content_template_request_with_lark_template(self): method test_modify_alarm_content_template_request_with_sms_template (line 138) | def test_modify_alarm_content_template_request_with_sms_template(self): method test_modify_alarm_content_template_request_with_vms_template (line 162) | def test_modify_alarm_content_template_request_with_vms_template(self): method test_modify_alarm_content_template_request_with_wechat_template (line 186) | def test_modify_alarm_content_template_request_with_wechat_template(se... method test_modify_alarm_content_template_request_with_webhook_template (line 212) | def test_modify_alarm_content_template_request_with_webhook_template(s... method test_modify_alarm_content_template_request_with_multiple_templates (line 234) | def test_modify_alarm_content_template_request_with_multiple_templates... method test_content_template_classes_json_serialization (line 267) | def test_content_template_classes_json_serialization(self): method test_integration_with_tls_service (line 298) | def test_integration_with_tls_service(self): FILE: volcengine/tls/test/test_modify_schedule_sql_task.py class TestModifyScheduleSqlTask (line 14) | class TestModifyScheduleSqlTask(unittest.TestCase): method setUpClass (line 18) | def setUpClass(cls): method tearDownClass (line 44) | def tearDownClass(cls): method test_modify_schedule_sql_task (line 54) | def test_modify_schedule_sql_task(self): method test_modify_schedule_sql_task_with_cron (line 98) | def test_modify_schedule_sql_task_with_cron(self): method test_modify_schedule_sql_task_validation (line 129) | def test_modify_schedule_sql_task_validation(self): method test_request_cycle_model (line 139) | def test_request_cycle_model(self): FILE: volcengine/tls/test/test_modify_trace_instance.py class TestModifyTraceInstance (line 11) | class TestModifyTraceInstance(unittest.TestCase): method setUp (line 13) | def setUp(self): method test_modify_trace_instance_request_validation (line 32) | def test_modify_trace_instance_request_validation(self): method test_modify_trace_instance_success (line 48) | def test_modify_trace_instance_success(self, mock_request): method test_modify_trace_instance_integration_style (line 80) | def test_modify_trace_instance_integration_style(self): FILE: volcengine/tls/test/test_producer_batch_manager.py class _FakeExecutor (line 7) | class _FakeExecutor: method __init__ (line 8) | def __init__(self): method submit (line 11) | def submit(self, fn, *args, **kwargs): class _FakeClient (line 15) | class _FakeClient: method __init__ (line 16) | def __init__(self): method put_logs (line 19) | def put_logs(self, _req): class _FakeMemoryLock (line 24) | class _FakeMemoryLock: method __init__ (line 25) | def __init__(self): method release (line 28) | def release(self, size): class _FakeRetryQueue (line 32) | class _FakeRetryQueue: method __init__ (line 33) | def __init__(self): method add_to_retry_queue (line 36) | def add_to_retry_queue(self, _batch_log): class TestProducerBatchManager (line 40) | class TestProducerBatchManager(unittest.TestCase): method test_add_now_submits_callable_without_executing (line 41) | def test_add_now_submits_callable_without_executing(self): FILE: volcengine/tls/test/test_quality_fixes.py class TestQualityFixes (line 11) | class TestQualityFixes(unittest.TestCase): method test_tls_exception_missing_fields (line 12) | def test_tls_exception_missing_fields(self): method test_tls_exception_non_json (line 23) | def test_tls_exception_non_json(self): method test_tls_exception_non_dict_json (line 33) | def test_tls_exception_non_dict_json(self): method test_tls_util_replace_white_space_character (line 43) | def test_tls_util_replace_white_space_character(self): method test_should_retry_exception (line 47) | def test_should_retry_exception(self): FILE: volcengine/tls/test/test_search_traces.py class TestSearchTraces (line 14) | class TestSearchTraces(unittest.TestCase): method __init__ (line 17) | def __init__(self, *args, **kwargs): method test_search_traces_request_validation (line 24) | def test_search_traces_request_validation(self): method test_search_traces_request_serialization (line 45) | def test_search_traces_request_serialization(self): method test_search_traces_request_minimal (line 62) | def test_search_traces_request_minimal(self): method test_search_traces_integration (line 75) | def test_search_traces_integration(self): FILE: volcengine/tls/test/test_untag_resources.py class TestUntagResources (line 10) | class TestUntagResources(unittest.TestCase): method __init__ (line 12) | def __init__(self, *args, **kwargs): method setUp (line 19) | def setUp(self): method test_untag_resources_request_validation (line 23) | def test_untag_resources_request_validation(self): method test_untag_resources_request_api_input (line 57) | def test_untag_resources_request_api_input(self): method test_untag_resources_service_call (line 72) | def test_untag_resources_service_call(self, mock_request): method test_untag_resources_with_topic_resource (line 106) | def test_untag_resources_with_topic_resource(self, mock_request): method test_untag_resources_with_multiple_resources (line 136) | def test_untag_resources_with_multiple_resources(self, mock_request): method test_untag_resources_invalid_request (line 165) | def test_untag_resources_invalid_request(self): FILE: volcengine/tls/test/tls_service_test.py class TestTLSService (line 10) | class TestTLSService(unittest.TestCase): method __init__ (line 12) | def __init__(self, *args, **kwargs): method test_tls_service (line 20) | def test_tls_service(self): method test_check_scheme_and_endpoint (line 34) | def test_check_scheme_and_endpoint(self): method test_active_tls_account (line 56) | def test_active_tls_account(self): method test_trace_instance_operations (line 77) | def test_trace_instance_operations(self): method test_modify_etl_task_status (line 140) | def test_modify_etl_task_status(self): method test_delete_etl_task (line 160) | def test_delete_etl_task(self): method test_describe_schedule_sql_tasks (line 180) | def test_describe_schedule_sql_tasks(self): FILE: volcengine/tls/test/topic_test.py class TestTopic (line 13) | class TestTopic(unittest.TestCase): method setUpClass (line 23) | def setUpClass(cls): method tearDownClass (line 42) | def tearDownClass(cls): method setUp (line 58) | def setUp(self): method tearDown (line 61) | def tearDown(self): method test_create_topic_with_kms (line 64) | def test_create_topic_with_kms(self): FILE: volcengine/tls/test/trace_test.py class TestTrace (line 9) | class TestTrace(unittest.TestCase): method __init__ (line 11) | def __init__(self, *args, **kwargs): method test_describe_trace_instance (line 18) | def test_describe_trace_instance(self): method test_trace_instance_request_serialization (line 40) | def test_trace_instance_request_serialization(self): FILE: volcengine/tls/test/util_test.py function NewTLSService (line 8) | def NewTLSService(): FILE: volcengine/tls/tls_exception.py class TLSException (line 14) | class TLSException(Exception): method __init__ (line 15) | def __init__(self, response: Response = None, error_code: str = None, ... method __str__ (line 39) | def __str__(self): FILE: volcengine/tls/tls_requests.py class TLSRequest (line 28) | class TLSRequest: method get_api_input (line 29) | def get_api_input(self): class CreateProjectRequest (line 39) | class CreateProjectRequest(TLSRequest): method __init__ (line 40) | def __init__(self, project_name: str, region: str, description: str = ... method check_validation (line 60) | def check_validation(self): method get_api_input (line 67) | def get_api_input(self): class DeleteProjectRequest (line 78) | class DeleteProjectRequest(TLSRequest): method __init__ (line 79) | def __init__(self, project_id: str): method check_validation (line 86) | def check_validation(self): class ModifyProjectRequest (line 96) | class ModifyProjectRequest(TLSRequest): method __init__ (line 97) | def __init__(self, project_id: str, project_name: str = None, descript... method check_validation (line 110) | def check_validation(self): class DescribeProjectRequest (line 120) | class DescribeProjectRequest(TLSRequest): method __init__ (line 121) | def __init__(self, project_id: str): method check_validation (line 128) | def check_validation(self): class DescribeProjectsRequest (line 138) | class DescribeProjectsRequest(TLSRequest): method __init__ (line 139) | def __init__(self, page_number: int = 1, page_size: int = 20, method check_validation (line 167) | def check_validation(self): method get_api_input (line 174) | def get_api_input(self): class CreateTopicRequest (line 186) | class CreateTopicRequest(TLSRequest): method __init__ (line 187) | def __init__(self, topic_name: str, project_id: str, ttl: int, shard_c... method check_validation (line 247) | def check_validation(self): method get_api_input (line 256) | def get_api_input(self): class DeleteTopicRequest (line 271) | class DeleteTopicRequest(TLSRequest): method __init__ (line 272) | def __init__(self, topic_id: str): method check_validation (line 279) | def check_validation(self): class ModifyTopicRequest (line 289) | class ModifyTopicRequest(TLSRequest): method __init__ (line 290) | def __init__(self, topic_id: str, topic_name: str = None, ttl: int = N... method check_validation (line 342) | def check_validation(self): method get_api_input (line 351) | def get_api_input(self): class DescribeTopicRequest (line 361) | class DescribeTopicRequest(TLSRequest): method __init__ (line 362) | def __init__(self, topic_id: str): method check_validation (line 369) | def check_validation(self): class DescribeTopicsRequest (line 379) | class DescribeTopicsRequest(TLSRequest): method __init__ (line 380) | def __init__(self, project_id: str = None, page_number: int = 1, page_... method check_validation (line 416) | def check_validation(self): method get_api_input (line 423) | def get_api_input(self): class SetIndexRequest (line 435) | class SetIndexRequest(TLSRequest): method __init__ (line 436) | def __init__(self, topic_id: str, full_text: FullTextInfo = None, method get_api_input (line 467) | def get_api_input(self): class CreateIndexRequest (line 490) | class CreateIndexRequest(SetIndexRequest): method __init__ (line 491) | def __init__(self, topic_id: str, full_text: FullTextInfo = None, method check_validation (line 518) | def check_validation(self): class DeleteIndexRequest (line 528) | class DeleteIndexRequest(TLSRequest): method __init__ (line 529) | def __init__(self, topic_id: str): method check_validation (line 536) | def check_validation(self): class ModifyIndexRequest (line 546) | class ModifyIndexRequest(SetIndexRequest): method __init__ (line 547) | def __init__(self, topic_id: str, full_text: FullTextInfo = None, method check_validation (line 572) | def check_validation(self): class DescribeIndexRequest (line 582) | class DescribeIndexRequest(TLSRequest): method __init__ (line 583) | def __init__(self, topic_id: str): method check_validation (line 590) | def check_validation(self): class CreateProcessorRequest (line 600) | class CreateProcessorRequest(TLSRequest): method __init__ (line 601) | def __init__(self, project_id: str, processor_name: str, dsl_content: ... method check_validation (line 617) | def check_validation(self): method get_api_input (line 621) | def get_api_input(self): class DeleteProcessorRequest (line 643) | class DeleteProcessorRequest(TLSRequest): method __init__ (line 644) | def __init__(self, processor_id: str): method check_validation (line 647) | def check_validation(self): method get_api_input (line 650) | def get_api_input(self): class ModifyProcessorRequest (line 654) | class ModifyProcessorRequest(TLSRequest): method __init__ (line 655) | def __init__(self, processor_id: str, processor_name: str = None, method check_validation (line 667) | def check_validation(self): method get_api_input (line 670) | def get_api_input(self): class DescribeProcessorRequest (line 687) | class DescribeProcessorRequest(DeleteProcessorRequest): class DescribeProcessorsRequest (line 691) | class DescribeProcessorsRequest(TLSRequest): method __init__ (line 692) | def __init__(self, iam_project_name: str = None, project_id: str = None, method check_validation (line 710) | def check_validation(self): method get_api_input (line 713) | def get_api_input(self): class ExecProcessorRequest (line 723) | class ExecProcessorRequest(TLSRequest): method __init__ (line 724) | def __init__(self, exec_action: str, processor_type: str, method check_validation (line 733) | def check_validation(self): method get_api_input (line 737) | def get_api_input(self): class OperateProcessorRequest (line 749) | class OperateProcessorRequest(TLSRequest): method __init__ (line 750) | def __init__(self, processor_id: str, operate_action: str): method check_validation (line 754) | def check_validation(self): method get_api_input (line 757) | def get_api_input(self): class BindTopicProcessorRequest (line 764) | class BindTopicProcessorRequest(TLSRequest): method __init__ (line 765) | def __init__(self, processor_id: str, topic_id: str): method check_validation (line 769) | def check_validation(self): method get_api_input (line 772) | def get_api_input(self): class BatchBindTopicsRequest (line 779) | class BatchBindTopicsRequest(TLSRequest): method __init__ (line 780) | def __init__(self, processor_id: str, topic_ids: List[str]): method check_validation (line 784) | def check_validation(self): method get_api_input (line 787) | def get_api_input(self): class UnbindTopicProcessorRequest (line 794) | class UnbindTopicProcessorRequest(TLSRequest): method __init__ (line 795) | def __init__(self, topic_id: str): method check_validation (line 798) | def check_validation(self): class DescribeTopicsByProcessorRequest (line 802) | class DescribeTopicsByProcessorRequest(TLSRequest): method __init__ (line 803) | def __init__(self, processor_id: str, page_number: int = None, method check_validation (line 809) | def check_validation(self): method get_api_input (line 812) | def get_api_input(self): class DescribeProcessorByTopicRequest (line 818) | class DescribeProcessorByTopicRequest(TLSRequest): method __init__ (line 819) | def __init__(self, topic_id: str): method check_validation (line 822) | def check_validation(self): class DescribeProcessorBindingsRequest (line 826) | class DescribeProcessorBindingsRequest(TLSRequest): method __init__ (line 827) | def __init__(self, project_id: str, page_number: int = None, method check_validation (line 833) | def check_validation(self): class DescribeProcessorFunctionsRequest (line 837) | class DescribeProcessorFunctionsRequest(TLSRequest): method __init__ (line 838) | def __init__(self, processor_type: str, processor_dsl_type: str = None): method check_validation (line 842) | def check_validation(self): method get_api_input (line 845) | def get_api_input(self): class PutLogsRequest (line 852) | class PutLogsRequest(TLSRequest): method __init__ (line 853) | def __init__(self, topic_id: str, log_group_list: LogGroupList, hash_k... method check_validation (line 878) | def check_validation(self): method get_api_input (line 898) | def get_api_input(self): class PutLogsV2LogContent (line 980) | class PutLogsV2LogContent: method __init__ (line 981) | def __init__(self, time: int, log_dict: dict, time_ns: int = None): class PutLogsV2Logs (line 995) | class PutLogsV2Logs: method __init__ (line 996) | def __init__(self, source: str = None, filename: str = None, log_tags:... method add_log (line 1011) | def add_log(self, contents: dict, log_time: int = 0, time_ns: int = No... class PutLogsV2Request (line 1021) | class PutLogsV2Request(TLSRequest): method __init__ (line 1022) | def __init__(self, topic_id: str, logs: PutLogsV2Logs, hash_key: str =... class DescribeCursorRequest (line 1044) | class DescribeCursorRequest(TLSRequest): method __init__ (line 1045) | def __init__(self, topic_id: str, shard_id: int, from_time: str): method check_validation (line 1058) | def check_validation(self): method get_api_input (line 1067) | def get_api_input(self): class ConsumeLogsRequest (line 1074) | class ConsumeLogsRequest(TLSRequest): method __init__ (line 1075) | def __init__(self, topic_id: str, shard_id: int, cursor: str, end_curs... method check_validation (line 1105) | def check_validation(self): method get_api_input (line 1114) | def get_api_input(self): class SearchLogsRequest (line 1139) | class SearchLogsRequest(TLSRequest): method __init__ (line 1140) | def __init__(self, topic_id: str, query: str, start_time: int, end_tim... method check_validation (line 1172) | def check_validation(self): method get_api_input (line 1181) | def get_api_input(self): class DescribeLogContextRequest (line 1204) | class DescribeLogContextRequest(TLSRequest): method __init__ (line 1205) | def __init__(self, topic_id: str, context_flow: str, package_offset: i... method check_validation (line 1228) | def check_validation(self): class WebTracksRequest (line 1238) | class WebTracksRequest(TLSRequest): method __init__ (line 1239) | def __init__(self, project_id: str, topic_id: str, logs: List[Dict], s... method get_api_input (line 1258) | def get_api_input(self): method check_validation (line 1282) | def check_validation(self): class DescribeHistogramRequest (line 1292) | class DescribeHistogramRequest(TLSRequest): method __init__ (line 1293) | def __init__(self, topic_id: str, query: str, start_time: int, end_tim... method check_validation (line 1312) | def check_validation(self): class DescribeHistogramV1Request (line 1321) | class DescribeHistogramV1Request(TLSRequest): method __init__ (line 1322) | def __init__(self, topic_id: str, query: str, start_time: int, end_tim... method check_validation (line 1341) | def check_validation(self): class CreateDownloadTaskRequest (line 1351) | class CreateDownloadTaskRequest(TLSRequest): method __init__ (line 1352) | def __init__(self, task_name: str, topic_id: str, query: str, start_ti... method check_validation (line 1384) | def check_validation(self): class DescribeDownloadTasksRequest (line 1396) | class DescribeDownloadTasksRequest(TLSRequest): method __init__ (line 1397) | def __init__(self, topic_id: str, page_number: int = 1, page_size: int... method check_validation (line 1413) | def check_validation(self): class DescribeDownloadUrlRequest (line 1423) | class DescribeDownloadUrlRequest(TLSRequest): method __init__ (line 1424) | def __init__(self, task_id: str): method check_validation (line 1431) | def check_validation(self): class DescribeShardsRequest (line 1441) | class DescribeShardsRequest(TLSRequest): method __init__ (line 1442) | def __init__(self, topic_id: str, page_number: int = 1, page_size: int... method check_validation (line 1455) | def check_validation(self): class ManualShardSplitRequest (line 1465) | class ManualShardSplitRequest(TLSRequest): method __init__ (line 1466) | def __init__(self, topic_id: str, shard_id: int, number: int): method check_validation (line 1480) | def check_validation(self): class CreateHostGroupRequest (line 1490) | class CreateHostGroupRequest(TLSRequest): method __init__ (line 1491) | def __init__(self, host_group_name: str, host_group_type: str, method check_validation (line 1525) | def check_validation(self): class DeleteHostGroupRequest (line 1535) | class DeleteHostGroupRequest(TLSRequest): method __init__ (line 1536) | def __init__(self, host_group_id: str): method check_validation (line 1543) | def check_validation(self): class ModifyHostGroupRequest (line 1553) | class ModifyHostGroupRequest(TLSRequest): method __init__ (line 1554) | def __init__(self, host_group_id: str, host_group_name: str = None, ho... method check_validation (line 1587) | def check_validation(self): class DescribeHostGroupRequest (line 1597) | class DescribeHostGroupRequest(TLSRequest): method __init__ (line 1598) | def __init__(self, host_group_id: str): method check_validation (line 1605) | def check_validation(self): class DescribeHostGroupsRequest (line 1615) | class DescribeHostGroupsRequest(TLSRequest): method __init__ (line 1616) | def __init__(self, host_group_id: str = None, host_group_name: str = N... method check_validation (line 1648) | def check_validation(self): class DescribeHostsRequest (line 1656) | class DescribeHostsRequest(TLSRequest): method __init__ (line 1657) | def __init__(self, host_group_id: str, ip: str = None, heartbeat_statu... method check_validation (line 1677) | def check_validation(self): class DeleteHostRequest (line 1687) | class DeleteHostRequest(TLSRequest): method __init__ (line 1688) | def __init__(self, host_group_id: str, ip: str): method check_validation (line 1698) | def check_validation(self): class DescribeHostGroupRulesRequest (line 1708) | class DescribeHostGroupRulesRequest(TLSRequest): method __init__ (line 1709) | def __init__(self, host_group_id: str, page_number: int = 1, page_size... method check_validation (line 1722) | def check_validation(self): class ModifyHostGroupsAutoUpdateRequest (line 1732) | class ModifyHostGroupsAutoUpdateRequest(TLSRequest): method __init__ (line 1733) | def __init__(self, host_group_ids: List[str], auto_update: bool = None, method check_validation (line 1750) | def check_validation(self): class DeleteAbnormalHostsRequest (line 1760) | class DeleteAbnormalHostsRequest(TLSRequest): method __init__ (line 1761) | def __init__(self, host_group_id: str): method check_validation (line 1768) | def check_validation(self): class SetRuleRequest (line 1776) | class SetRuleRequest(TLSRequest): method __init__ (line 1777) | def __init__(self, rule_name: str = None, paths: List[str] = None, log... method get_api_input (line 1811) | def get_api_input(self): class CreateRuleRequest (line 1838) | class CreateRuleRequest(SetRuleRequest): method __init__ (line 1839) | def __init__(self, topic_id: str, rule_name: str, paths: List[str] = N... method get_api_input (line 1870) | def get_api_input(self): method check_validation (line 1876) | def check_validation(self): class DeleteRuleRequest (line 1886) | class DeleteRuleRequest(TLSRequest): method __init__ (line 1887) | def __init__(self, rule_id: str): method check_validation (line 1894) | def check_validation(self): class ModifyRuleRequest (line 1904) | class ModifyRuleRequest(SetRuleRequest): method __init__ (line 1905) | def __init__(self, rule_id: str, rule_name: str = None, paths: List[st... method get_api_input (line 1939) | def get_api_input(self): method check_validation (line 1947) | def check_validation(self): class DescribeRuleRequest (line 1957) | class DescribeRuleRequest(TLSRequest): method __init__ (line 1958) | def __init__(self, rule_id: str): method check_validation (line 1965) | def check_validation(self): class DescribeRulesRequest (line 1975) | class DescribeRulesRequest(TLSRequest): method __init__ (line 1976) | def __init__(self, project_id: str = None, project_name: str = None, i... method check_validation (line 2016) | def check_validation(self): class ApplyRuleToHostGroupsRequest (line 2024) | class ApplyRuleToHostGroupsRequest(TLSRequest): method __init__ (line 2025) | def __init__(self, rule_id: str, host_group_ids: List[str]): method check_validation (line 2035) | def check_validation(self): class DeleteRuleFromHostGroupsRequest (line 2045) | class DeleteRuleFromHostGroupsRequest(TLSRequest): method __init__ (line 2046) | def __init__(self, rule_id: str, host_group_ids: List[str]): method check_validation (line 2056) | def check_validation(self): class CreateAlarmNotifyGroupRequest (line 2066) | class CreateAlarmNotifyGroupRequest(TLSRequest): method __init__ (line 2067) | def __init__(self, alarm_notify_group_name: str, notify_type: List[str... method check_validation (line 2087) | def check_validation(self): method get_api_input (line 2107) | def get_api_input(self): class DeleteAlarmNotifyGroupRequest (line 2129) | class DeleteAlarmNotifyGroupRequest(TLSRequest): method __init__ (line 2130) | def __init__(self, alarm_notify_group_id: str): method check_validation (line 2137) | def check_validation(self): class ModifyAlarmNotifyGroupRequest (line 2147) | class ModifyAlarmNotifyGroupRequest(TLSRequest): method __init__ (line 2148) | def __init__(self, alarm_notify_group_id: str, alarm_notify_group_name... method check_validation (line 2169) | def check_validation(self): method get_api_input (line 2186) | def get_api_input(self): class DescribeAlarmNotifyGroupsRequest (line 2205) | class DescribeAlarmNotifyGroupsRequest(TLSRequest): method __init__ (line 2206) | def __init__(self, alarm_notify_group_name: str = None, alarm_notify_g... method check_validation (line 2229) | def check_validation(self): class SetAlarmRequest (line 2233) | class SetAlarmRequest(TLSRequest): method __init__ (line 2234) | def __init__(self, alarm_name: str = None, query_request: List[QueryRe... method get_api_input (line 2287) | def get_api_input(self): class CreateAlarmRequest (line 2311) | class CreateAlarmRequest(SetAlarmRequest): method __init__ (line 2312) | def __init__(self, project_id: str, alarm_name: str, query_request: Li... method check_validation (line 2355) | def check_validation(self): class DeleteAlarmRequest (line 2366) | class DeleteAlarmRequest(TLSRequest): method __init__ (line 2367) | def __init__(self, alarm_id: str): method check_validation (line 2374) | def check_validation(self): class ModifyAlarmRequest (line 2384) | class ModifyAlarmRequest(SetAlarmRequest): method __init__ (line 2385) | def __init__(self, alarm_id: str, alarm_name: str = None, query_reques... method check_validation (line 2428) | def check_validation(self): class DescribeAlarmsRequest (line 2438) | class DescribeAlarmsRequest(TLSRequest): method __init__ (line 2439) | def __init__(self, project_id: str, alarm_name: str = None, alarm_id: ... method check_validation (line 2469) | def check_validation(self): class OpenKafkaConsumerRequest (line 2479) | class OpenKafkaConsumerRequest(TLSRequest): method __init__ (line 2480) | def __init__(self, topic_id: str): method check_validation (line 2487) | def check_validation(self): class CloseKafkaConsumerRequest (line 2497) | class CloseKafkaConsumerRequest(TLSRequest): method __init__ (line 2498) | def __init__(self, topic_id: str): method check_validation (line 2505) | def check_validation(self): class DescribeKafkaConsumerRequest (line 2515) | class DescribeKafkaConsumerRequest(TLSRequest): method __init__ (line 2516) | def __init__(self, topic_id: str): method check_validation (line 2523) | def check_validation(self): class CreateConsumerGroupRequest (line 2533) | class CreateConsumerGroupRequest(TLSRequest): method __init__ (line 2534) | def __init__(self, project_id: str, consumer_group_name: str, topic_id... method check_validation (line 2553) | def check_validation(self): method get_api_input (line 2561) | def get_api_input(self): class DeleteConsumerGroupRequest (line 2568) | class DeleteConsumerGroupRequest(TLSRequest): method __init__ (line 2569) | def __init__(self, project_id: str, consumer_group_name: str): method check_validation (line 2579) | def check_validation(self): method get_api_input (line 2586) | def get_api_input(self): class ModifyConsumerGroupRequest (line 2590) | class ModifyConsumerGroupRequest(TLSRequest): method __init__ (line 2591) | def __init__(self, project_id: str, consumer_group_name: str, method check_validation (line 2611) | def check_validation(self): method get_api_input (line 2618) | def get_api_input(self): class DescribeConsumerGroupsRequest (line 2631) | class DescribeConsumerGroupsRequest(TLSRequest): method __init__ (line 2632) | def __init__(self, project_id: str, page_number: int = 1, page_size: i... method check_validation (line 2661) | def check_validation(self): class ConsumerHeartbeatRequest (line 2669) | class ConsumerHeartbeatRequest(TLSRequest): method __init__ (line 2670) | def __init__(self, project_id: str, consumer_group_name: str, consumer... method check_validation (line 2683) | def check_validation(self): method get_api_input (line 2690) | def get_api_input(self): class ModifyCheckpointRequest (line 2695) | class ModifyCheckpointRequest(TLSRequest): method __init__ (line 2696) | def __init__(self, project_id: str, topic_id: str, shard_id: int, cons... method check_validation (line 2715) | def check_validation(self): method get_api_input (line 2723) | def get_api_input(self): class ResetCheckpointRequest (line 2729) | class ResetCheckpointRequest(TLSRequest): method __init__ (line 2730) | def __init__(self, project_id: str, consumer_group_name: str, position... method check_validation (line 2743) | def check_validation(self): method get_api_input (line 2750) | def get_api_input(self): class DescribeCheckpointRequest (line 2754) | class DescribeCheckpointRequest(TLSRequest): method __init__ (line 2755) | def __init__(self, project_id: str, topic_id: str, shard_id: int, cons... method check_validation (line 2767) | def check_validation(self): method get_api_input (line 2775) | def get_api_input(self): class AddTagsToResourceRequest (line 2783) | class AddTagsToResourceRequest(TLSRequest): method __init__ (line 2784) | def __init__(self, resource_type: str, resources_list: List[str], tags... method check_validation (line 2797) | def check_validation(self): method get_api_input (line 2804) | def get_api_input(self): class RemoveTagsFromResourceRequest (line 2813) | class RemoveTagsFromResourceRequest(TLSRequest): method __init__ (line 2814) | def __init__(self, resource_type: str, resources_list: List[str], tag_... method check_validation (line 2827) | def check_validation(self): class TagResourcesRequest (line 2835) | class TagResourcesRequest(TLSRequest): method __init__ (line 2836) | def __init__(self, resource_type: str, resources_ids: List[str], tags:... method check_validation (line 2849) | def check_validation(self): method get_api_input (line 2858) | def get_api_input(self): class UntagResourcesRequest (line 2867) | class UntagResourcesRequest(TLSRequest): method __init__ (line 2868) | def __init__(self, resource_type: str, resources_ids: List[str], tag_k... method check_validation (line 2881) | def check_validation(self): class CreateImportTaskRequest (line 2890) | class CreateImportTaskRequest(TLSRequest): method __init__ (line 2891) | def __init__(self, topic_id: str, task_name: str, source_type: str, im... method get_api_input (line 2917) | def get_api_input(self): class DeleteImportTaskRequest (line 2932) | class DeleteImportTaskRequest(TLSRequest): method __init__ (line 2933) | def __init__(self, task_id: str): method check_validation (line 2940) | def check_validation(self): class ModifyImportTaskRequest (line 2951) | class ModifyImportTaskRequest(CreateImportTaskRequest): method __init__ (line 2952) | def __init__(self, task_id: str, status: int, topic_id: str, task_name... method get_api_input (line 2978) | def get_api_input(self): method check_validation (line 2984) | def check_validation(self): class DescribeImportTaskRequest (line 2997) | class DescribeImportTaskRequest(TLSRequest): method __init__ (line 2998) | def __init__(self, task_id: str): method check_validation (line 3005) | def check_validation(self): class DescribeImportTasksRequest (line 3012) | class DescribeImportTasksRequest(TLSRequest): method __init__ (line 3013) | def __init__(self, task_id: str = None, task_name: str = None, project... class CreateShipperRequest (line 3053) | class CreateShipperRequest(TLSRequest): method __init__ (line 3054) | def __init__(self, topic_id: str, shipper_name: str, shipper_type: str... method get_api_input (line 3090) | def get_api_input(self): class DeleteShipperRequest (line 3100) | class DeleteShipperRequest(TLSRequest): method __init__ (line 3101) | def __init__(self, shipper_id: str): method check_validation (line 3108) | def check_validation(self): class ModifyShipperRequest (line 3116) | class ModifyShipperRequest(TLSRequest): method __init__ (line 3117) | def __init__(self, shipper_id: str, shipper_name: str = None, shipper_... method get_api_input (line 3158) | def get_api_input(self): method check_validation (line 3168) | def check_validation(self): class DescribeShipperRequest (line 3176) | class DescribeShipperRequest(TLSRequest): method __init__ (line 3177) | def __init__(self, shipper_id: str): method check_validation (line 3184) | def check_validation(self): class DescribeShippersRequest (line 3192) | class DescribeShippersRequest(TLSRequest): method __init__ (line 3193) | def __init__(self, project_id: str = None, project_name: str = None, i... class ModifyETLTaskRequest (line 3230) | class ModifyETLTaskRequest(TLSRequest): method __init__ (line 3231) | def __init__(self, task_id: str, name: str = None, description: str = ... method check_validation (line 3251) | def check_validation(self): method get_api_input (line 3258) | def get_api_input(self): class DescribeETLTaskRequest (line 3269) | class DescribeETLTaskRequest(TLSRequest): method __init__ (line 3270) | def __init__(self, task_id: str): method check_validation (line 3277) | def check_validation(self): class DescribeETLTasksRequest (line 3287) | class DescribeETLTasksRequest(TLSRequest): method __init__ (line 3288) | def __init__( method check_validation (line 3333) | def check_validation(self): class CancelDownloadTaskRequest (line 3341) | class CancelDownloadTaskRequest(TLSRequest): method __init__ (line 3342) | def __init__(self, task_id: str): method check_validation (line 3349) | def check_validation(self): class DescribeScheduleSqlTaskRequest (line 3357) | class DescribeScheduleSqlTaskRequest(TLSRequest): method __init__ (line 3358) | def __init__(self, task_id: str): method check_validation (line 3365) | def check_validation(self): class DeleteScheduleSqlTaskRequest (line 3373) | class DeleteScheduleSqlTaskRequest(TLSRequest): method __init__ (line 3374) | def __init__(self, task_id: str): method check_validation (line 3381) | def check_validation(self): class DeleteETLTaskRequest (line 3389) | class DeleteETLTaskRequest(TLSRequest): method __init__ (line 3390) | def __init__(self, task_id: str): method check_validation (line 3397) | def check_validation(self): class CreateTraceInstanceRequest (line 3404) | class CreateTraceInstanceRequest(TLSRequest): method __init__ (line 3405) | def __init__(self, project_id: str, trace_instance_name: str, descript... method check_validation (line 3420) | def check_validation(self): class DeleteTraceInstanceRequest (line 3428) | class DeleteTraceInstanceRequest(TLSRequest): method __init__ (line 3429) | def __init__(self, trace_instance_id: str): method check_validation (line 3436) | def check_validation(self): class ModifyTraceInstanceRequest (line 3444) | class ModifyTraceInstanceRequest(TLSRequest): method __init__ (line 3445) | def __init__(self, trace_instance_id: str, description: str = None): method check_validation (line 3455) | def check_validation(self): class DescribeTraceInstanceRequest (line 3463) | class DescribeTraceInstanceRequest(TLSRequest): method __init__ (line 3464) | def __init__(self, trace_instance_id: str): method check_validation (line 3471) | def check_validation(self): class DescribeTraceInstancesRequest (line 3479) | class DescribeTraceInstancesRequest(TLSRequest): method __init__ (line 3480) | def __init__(self, page_number: int = 1, page_size: int = 20, trace_in... method check_validation (line 3510) | def check_validation(self): class GetAccountStatusRequest (line 3518) | class GetAccountStatusRequest(TLSRequest): method __init__ (line 3519) | def __init__(self): method check_validation (line 3525) | def check_validation(self): class DescribeTraceRequest (line 3533) | class DescribeTraceRequest(TLSRequest): method __init__ (line 3534) | def __init__(self, trace_id: str, trace_instance_id: str): method check_validation (line 3544) | def check_validation(self): class SearchTracesRequest (line 3552) | class SearchTracesRequest(TLSRequest): method __init__ (line 3553) | def __init__(self, trace_instance_id: str, query: dict = None): method check_validation (line 3564) | def check_validation(self): class ModifyAlarmWebhookIntegrationRequest (line 3572) | class ModifyAlarmWebhookIntegrationRequest(TLSRequest): method __init__ (line 3573) | def __init__(self, webhook_id: str, webhook_name: str, webhook_type: str, method check_validation (line 3601) | def check_validation(self): method get_api_input (line 3616) | def get_api_input(self): class CreateAlarmWebhookIntegrationRequest (line 3636) | class CreateAlarmWebhookIntegrationRequest(TLSRequest): method __init__ (line 3637) | def __init__(self, webhook_name: str, webhook_type: str, webhook_url: ... method check_validation (line 3667) | def check_validation(self): method get_api_input (line 3682) | def get_api_input(self): class DeleteAlarmWebhookIntegrationRequest (line 3698) | class DeleteAlarmWebhookIntegrationRequest(TLSRequest): method __init__ (line 3699) | def __init__(self, webhook_id: str): method check_validation (line 3706) | def check_validation(self): method get_api_input (line 3713) | def get_api_input(self): class DeleteAlarmContentTemplateRequest (line 3722) | class DeleteAlarmContentTemplateRequest(TLSRequest): method __init__ (line 3723) | def __init__(self, alarm_content_template_id: str): method check_validation (line 3730) | def check_validation(self): class ModifyAlarmContentTemplateRequest (line 3738) | class ModifyAlarmContentTemplateRequest(TLSRequest): method __init__ (line 3739) | def __init__( method check_validation (line 3776) | def check_validation(self): method get_api_input (line 3780) | def get_api_input(self): class CreateETLTaskRequest (line 3827) | class CreateETLTaskRequest(TLSRequest): method __init__ (line 3828) | def __init__(self, dsl_type: str, name: str, source_topic_id: str, scr... method check_validation (line 3864) | def check_validation(self): method get_api_input (line 3886) | def get_api_input(self): class CreateAlarmContentTemplateRequest (line 3930) | class CreateAlarmContentTemplateRequest(TLSRequest): method __init__ (line 3931) | def __init__(self, alarm_content_template_name: str, method check_validation (line 3961) | def check_validation(self): method get_api_input (line 3968) | def get_api_input(self): class ModifyETLTaskStatusRequest (line 3994) | class ModifyETLTaskStatusRequest(TLSRequest): method __init__ (line 3995) | def __init__(self, task_id: str, enable: bool): method check_validation (line 4005) | def check_validation(self): class CreateScheduleSqlTaskRequest (line 4011) | class CreateScheduleSqlTaskRequest(TLSRequest): method __init__ (line 4012) | def __init__(self, task_name: str, topic_id: str, dest_topic_id: str, ... method check_validation (line 4055) | def check_validation(self): method get_api_input (line 4065) | def get_api_input(self): class ModifyScheduleSqlTaskRequest (line 4077) | class ModifyScheduleSqlTaskRequest(TLSRequest): method __init__ (line 4078) | def __init__(self, task_id: str, task_name: str = None, description: s... method check_validation (line 4114) | def check_validation(self): method get_api_input (line 4123) | def get_api_input(self): class DescribeScheduleSqlTasksRequest (line 4136) | class DescribeScheduleSqlTasksRequest(TLSRequest): method __init__ (line 4137) | def __init__(self, project_id: str = None, project_name: str = None, class DescribeAlarmContentTemplatesRequest (line 4176) | class DescribeAlarmContentTemplatesRequest(TLSRequest): method __init__ (line 4177) | def __init__(self, alarm_content_template_name: str = None, alarm_cont... method check_validation (line 4201) | def check_validation(self): method get_api_input (line 4205) | def get_api_input(self): class DescribeAlarmWebhookIntegrationsRequest (line 4213) | class DescribeAlarmWebhookIntegrationsRequest(TLSRequest): method __init__ (line 4214) | def __init__(self, webhook_id: str = None, webhook_name: str = None, w... method check_validation (line 4235) | def check_validation(self): method get_api_input (line 4239) | def get_api_input(self): class ListTagsForResourcesRequest (line 4247) | class ListTagsForResourcesRequest(TLSRequest): method __init__ (line 4248) | def __init__(self, resource_type: str, resources_ids: List[str] = None... method check_validation (line 4264) | def check_validation(self): method get_api_input (line 4268) | def get_api_input(self): FILE: volcengine/tls/tls_responses.py class TLSResponse (line 31) | class TLSResponse: method __init__ (line 32) | def __init__(self, response: Response): method get_headers (line 44) | def get_headers(self): method get_request_id (line 51) | def get_request_id(self): method _get_host_group_hosts_rules_info (line 59) | def _get_host_group_hosts_rules_info(host_group_hosts_rules_info) -> H... class CreateProjectResponse (line 75) | class CreateProjectResponse(TLSResponse): method __init__ (line 76) | def __init__(self, response: Response): method get_project_id (line 81) | def get_project_id(self): class DeleteProjectResponse (line 89) | class DeleteProjectResponse(TLSResponse): method __init__ (line 90) | def __init__(self, response: Response): class ModifyProjectResponse (line 94) | class ModifyProjectResponse(TLSResponse): method __init__ (line 95) | def __init__(self, response: Response): class DescribeProjectResponse (line 99) | class DescribeProjectResponse(TLSResponse): method __init__ (line 100) | def __init__(self, response: Response): method get_project (line 105) | def get_project(self): class DescribeProjectsResponse (line 113) | class DescribeProjectsResponse(TLSResponse): method __init__ (line 114) | def __init__(self, response: Response): method get_total (line 124) | def get_total(self): method get_projects (line 131) | def get_projects(self): class CreateTopicResponse (line 139) | class CreateTopicResponse(TLSResponse): method __init__ (line 140) | def __init__(self, response: Response): method get_topic_id (line 145) | def get_topic_id(self): class DeleteTopicResponse (line 153) | class DeleteTopicResponse(TLSResponse): method __init__ (line 154) | def __init__(self, response: Response): class ModifyTopicResponse (line 158) | class ModifyTopicResponse(TLSResponse): method __init__ (line 159) | def __init__(self, response: Response): class DescribeTopicResponse (line 163) | class DescribeTopicResponse(TLSResponse): method __init__ (line 164) | def __init__(self, response: Response): method get_topic (line 169) | def get_topic(self): class DescribeTopicsResponse (line 177) | class DescribeTopicsResponse(TLSResponse): method __init__ (line 178) | def __init__(self, response: Response): method get_total (line 188) | def get_total(self): method get_topics (line 195) | def get_topics(self): class CreateIndexResponse (line 203) | class CreateIndexResponse(TLSResponse): method __init__ (line 204) | def __init__(self, response: Response): class DeleteIndexResponse (line 210) | class DeleteIndexResponse(TLSResponse): method __init__ (line 211) | def __init__(self, response: Response): class ModifyIndexResponse (line 215) | class ModifyIndexResponse(TLSResponse): method __init__ (line 216) | def __init__(self, response: Response): class DescribeIndexResponse (line 220) | class DescribeIndexResponse(TLSResponse): method __init__ (line 221) | def __init__(self, response: Response): method get_create_time (line 249) | def get_create_time(self): method get_full_text (line 256) | def get_full_text(self): method get_modify_time (line 263) | def get_modify_time(self): method get_key_value (line 270) | def get_key_value(self): method get_user_inner_key_value (line 277) | def get_user_inner_key_value(self): method get_enable_auto_index (line 284) | def get_enable_auto_index(self): method get_enable_phrase_index (line 291) | def get_enable_phrase_index(self): method get_max_text_len (line 298) | def get_max_text_len(self): class CreateProcessorResponse (line 306) | class CreateProcessorResponse(TLSResponse): method __init__ (line 307) | def __init__(self, response: Response): method get_processor_id (line 311) | def get_processor_id(self): class DeleteProcessorResponse (line 315) | class DeleteProcessorResponse(TLSResponse): method __init__ (line 316) | def __init__(self, response: Response): class ModifyProcessorResponse (line 320) | class ModifyProcessorResponse(TLSResponse): method __init__ (line 321) | def __init__(self, response: Response): class DescribeProcessorResponse (line 325) | class DescribeProcessorResponse(TLSResponse): method __init__ (line 326) | def __init__(self, response: Response): method get_processor (line 330) | def get_processor(self): class DescribeProcessorsResponse (line 334) | class DescribeProcessorsResponse(TLSResponse): method __init__ (line 335) | def __init__(self, response: Response): method get_total (line 343) | def get_total(self): method get_items (line 346) | def get_items(self): class ExecProcessorResponse (line 350) | class ExecProcessorResponse(TLSResponse): method __init__ (line 351) | def __init__(self, response: Response): method get_exec_status (line 357) | def get_exec_status(self): method get_processed_log (line 360) | def get_processed_log(self): method get_error (line 363) | def get_error(self): class OperateProcessorResponse (line 367) | class OperateProcessorResponse(TLSResponse): method __init__ (line 368) | def __init__(self, response: Response): class DescribeTopicsByProcessorResponse (line 372) | class DescribeTopicsByProcessorResponse(TLSResponse): method __init__ (line 373) | def __init__(self, response: Response): method get_total (line 381) | def get_total(self): method get_items (line 384) | def get_items(self): class BindTopicProcessorResponse (line 388) | class BindTopicProcessorResponse(TLSResponse): method __init__ (line 389) | def __init__(self, response: Response): class BatchBindTopicsResponse (line 393) | class BatchBindTopicsResponse(TLSResponse): method __init__ (line 394) | def __init__(self, response: Response): class UnbindTopicProcessorResponse (line 398) | class UnbindTopicProcessorResponse(TLSResponse): method __init__ (line 399) | def __init__(self, response: Response): class DescribeProcessorBindingsResponse (line 403) | class DescribeProcessorBindingsResponse(TLSResponse): method __init__ (line 404) | def __init__(self, response: Response): method get_total (line 412) | def get_total(self): method get_items (line 415) | def get_items(self): class DescribeProcessorFunctionsResponse (line 419) | class DescribeProcessorFunctionsResponse(TLSResponse): method __init__ (line 420) | def __init__(self, response: Response): method get_functions (line 429) | def get_functions(self): class PutLogsResponse (line 433) | class PutLogsResponse(TLSResponse): method __init__ (line 434) | def __init__(self, response: Response): class DescribeCursorResponse (line 438) | class DescribeCursorResponse(TLSResponse): method __init__ (line 439) | def __init__(self, response: Response): method get_cursor (line 444) | def get_cursor(self): class ConsumeLogsResponse (line 452) | class ConsumeLogsResponse(TLSResponse): method __init__ (line 453) | def __init__(self, response: Response, compression: str): method get_x_tls_count (line 473) | def get_x_tls_count(self): method get_pb_message (line 481) | def get_pb_message(self): method get_x_tls_cursor (line 489) | def get_x_tls_cursor(self): class SearchLogsResponse (line 497) | class SearchLogsResponse(TLSResponse): method __init__ (line 498) | def __init__(self, response: Response): method get_search_result (line 503) | def get_search_result(self): class DescribeLogContextResponse (line 511) | class DescribeLogContextResponse(TLSResponse): method __init__ (line 512) | def __init__(self, response: Response): method get_prev_over (line 519) | def get_prev_over(self): method get_log_context_infos (line 526) | def get_log_context_infos(self): method get_next_over (line 533) | def get_next_over(self): class WebTracksResponse (line 541) | class WebTracksResponse(TLSResponse): method __init__ (line 542) | def __init__(self, response: Response): class DescribeHistogramResponse (line 546) | class DescribeHistogramResponse(TLSResponse): method __init__ (line 547) | def __init__(self, response: Response): method get_histogram (line 559) | def get_histogram(self): method get_result_status (line 566) | def get_result_status(self): method get_total_count (line 573) | def get_total_count(self): method get_interval (line 580) | def get_interval(self): class DescribeHistogramV1Response (line 587) | class DescribeHistogramV1Response(TLSResponse): method __init__ (line 588) | def __init__(self, response: Response): method get_histogram (line 600) | def get_histogram(self): method get_result_status (line 607) | def get_result_status(self): method get_total_count (line 614) | def get_total_count(self): class CreateDownloadTaskResponse (line 621) | class CreateDownloadTaskResponse(TLSResponse): method __init__ (line 622) | def __init__(self, response: Response): method get_task_id (line 627) | def get_task_id(self): class DescribeDownloadTasksResponse (line 635) | class DescribeDownloadTasksResponse(TLSResponse): method __init__ (line 636) | def __init__(self, response): method get_total (line 646) | def get_total(self): method get_tasks (line 653) | def get_tasks(self): class DescribeDownloadUrlResponse (line 661) | class DescribeDownloadUrlResponse(TLSResponse): method __init__ (line 662) | def __init__(self, response): method get_download_url (line 667) | def get_download_url(self): class DescribeShardsResponse (line 675) | class DescribeShardsResponse(TLSResponse): method __init__ (line 676) | def __init__(self, response: Response): method get_shards (line 686) | def get_shards(self): method get_total (line 693) | def get_total(self): class ManualShardSplitResponse (line 701) | class ManualShardSplitResponse(TLSResponse): method __init__ (line 702) | def __init__(self, response: Response): method get_shards (line 711) | def get_shards(self): class CreateHostGroupResponse (line 719) | class CreateHostGroupResponse(TLSResponse): method __init__ (line 720) | def __init__(self, response: Response): method get_host_group_id (line 725) | def get_host_group_id(self): class DeleteHostGroupResponse (line 733) | class DeleteHostGroupResponse(TLSResponse): method __init__ (line 734) | def __init__(self, response: Response): class ModifyHostGroupResponse (line 738) | class ModifyHostGroupResponse(TLSResponse): method __init__ (line 739) | def __init__(self, response: Response): class DescribeHostGroupResponse (line 743) | class DescribeHostGroupResponse(TLSResponse): method __init__ (line 744) | def __init__(self, response: Response): method get_host_group_hosts_rules_info (line 751) | def get_host_group_hosts_rules_info(self): class DescribeHostGroupsResponse (line 759) | class DescribeHostGroupsResponse(TLSResponse): method __init__ (line 760) | def __init__(self, response: Response): method get_total (line 771) | def get_total(self): method get_host_group_hosts_rules_infos (line 778) | def get_host_group_hosts_rules_infos(self): class ModifyHostGroupsAutoUpdateResponse (line 786) | class ModifyHostGroupsAutoUpdateResponse(TLSResponse): method __init__ (line 787) | def __init__(self, response: Response): class DescribeHostsResponse (line 791) | class DescribeHostsResponse(TLSResponse): method __init__ (line 792) | def __init__(self, response: Response): method get_total (line 801) | def get_total(self): method get_host_infos (line 808) | def get_host_infos(self): class DeleteHostResponse (line 816) | class DeleteHostResponse(TLSResponse): method __init__ (line 817) | def __init__(self, response: Response): class DescribeHostGroupRulesResponse (line 821) | class DescribeHostGroupRulesResponse(TLSResponse): method __init__ (line 822) | def __init__(self, response: Response): method get_total (line 831) | def get_total(self): method get_rule_infos (line 838) | def get_rule_infos(self): class DeleteAbnormalHostsResponse (line 846) | class DeleteAbnormalHostsResponse(TLSResponse): method __init__ (line 847) | def __init__(self, response: Response): class CreateRuleResponse (line 851) | class CreateRuleResponse(TLSResponse): method __init__ (line 852) | def __init__(self, response: Response): method get_rule_id (line 857) | def get_rule_id(self): class DeleteRuleResponse (line 865) | class DeleteRuleResponse(TLSResponse): method __init__ (line 866) | def __init__(self, response: Response): class ModifyRuleResponse (line 870) | class ModifyRuleResponse(TLSResponse): method __init__ (line 871) | def __init__(self, response: Response): class DescribeRuleResponse (line 875) | class DescribeRuleResponse(TLSResponse): method __init__ (line 876) | def __init__(self, response: Response): method get_project_id (line 891) | def get_project_id(self): method get_rule_info (line 898) | def get_rule_info(self): method get_project_name (line 905) | def get_project_name(self): method get_host_group_infos (line 912) | def get_host_group_infos(self): class DescribeRulesResponse (line 920) | class DescribeRulesResponse(TLSResponse): method __init__ (line 921) | def __init__(self, response: Response): method get_total (line 930) | def get_total(self): method get_rule_infos (line 937) | def get_rule_infos(self): class ApplyRuleToHostGroupsResponse (line 945) | class ApplyRuleToHostGroupsResponse(TLSResponse): method __init__ (line 946) | def __init__(self, response: Response): class DeleteRuleFromHostGroupsResponse (line 950) | class DeleteRuleFromHostGroupsResponse(TLSResponse): method __init__ (line 951) | def __init__(self, response: Response): class CreateAlarmNotifyGroupResponse (line 955) | class CreateAlarmNotifyGroupResponse(TLSResponse): method __init__ (line 956) | def __init__(self, response: Response): method get_alarm_notify_group_id (line 961) | def get_alarm_notify_group_id(self): class DeleteAlarmNotifyGroupResponse (line 969) | class DeleteAlarmNotifyGroupResponse(TLSResponse): method __init__ (line 970) | def __init__(self, response: Response): class ModifyAlarmNotifyGroupResponse (line 974) | class ModifyAlarmNotifyGroupResponse(TLSResponse): method __init__ (line 975) | def __init__(self, response: Response): class DescribeAlarmNotifyGroupsResponse (line 979) | class DescribeAlarmNotifyGroupsResponse(TLSResponse): method __init__ (line 980) | def __init__(self, response: Response): method get_total (line 993) | def get_total(self): method get_alarm_notify_groups (line 1000) | def get_alarm_notify_groups(self): class CreateAlarmResponse (line 1008) | class CreateAlarmResponse(TLSResponse): method __init__ (line 1009) | def __init__(self, response: Response): method get_alarm_id (line 1014) | def get_alarm_id(self): class DeleteAlarmResponse (line 1022) | class DeleteAlarmResponse(TLSResponse): method __init__ (line 1023) | def __init__(self, response: Response): class ModifyAlarmResponse (line 1027) | class ModifyAlarmResponse(TLSResponse): method __init__ (line 1028) | def __init__(self, response: Response): class DescribeAlarmsResponse (line 1032) | class DescribeAlarmsResponse(TLSResponse): method __init__ (line 1033) | def __init__(self, response: Response): method get_total (line 1042) | def get_total(self): method get_alarms (line 1049) | def get_alarms(self): class OpenKafkaConsumerResponse (line 1057) | class OpenKafkaConsumerResponse(TLSResponse): method __init__ (line 1058) | def __init__(self, response: Response): class CloseKafkaConsumerResponse (line 1062) | class CloseKafkaConsumerResponse(TLSResponse): method __init__ (line 1063) | def __init__(self, response: Response): class DescribeKafkaConsumerResponse (line 1067) | class DescribeKafkaConsumerResponse(TLSResponse): method __init__ (line 1068) | def __init__(self, response: Response): method get_allow_consume (line 1074) | def get_allow_consume(self): method get_consume_topic (line 1081) | def get_consume_topic(self): class CreateConsumerGroupResponse (line 1089) | class CreateConsumerGroupResponse(TLSResponse): method __init__ (line 1090) | def __init__(self, response: Response): class DeleteConsumerGroupResponse (line 1094) | class DeleteConsumerGroupResponse(TLSResponse): method __init__ (line 1095) | def __init__(self, response: Response): class ModifyConsumerGroupResponse (line 1099) | class ModifyConsumerGroupResponse(TLSResponse): method __init__ (line 1100) | def __init__(self, response: Response): class DescribeConsumerGroupsResponse (line 1104) | class DescribeConsumerGroupsResponse(TLSResponse): method __init__ (line 1105) | def __init__(self, response: Response): class ConsumerHeartbeatResponse (line 1118) | class ConsumerHeartbeatResponse(TLSResponse): method __init__ (line 1119) | def __init__(self, response: Response): class ModifyCheckpointResponse (line 1130) | class ModifyCheckpointResponse(TLSResponse): method __init__ (line 1131) | def __init__(self, response: Response): class ResetCheckpointResponse (line 1135) | class ResetCheckpointResponse(TLSResponse): method __init__ (line 1136) | def __init__(self, response: Response): class DescribeCheckpointResponse (line 1140) | class DescribeCheckpointResponse(TLSResponse): method __init__ (line 1141) | def __init__(self, response: Response): class AddTagsToResourceResponse (line 1150) | class AddTagsToResourceResponse(TLSResponse): method __init__ (line 1151) | def __init__(self, response: Response): class RemoveTagsFromResourceResponse (line 1155) | class RemoveTagsFromResourceResponse(TLSResponse): method __init__ (line 1156) | def __init__(self, response: Response): class TagResourcesResponse (line 1160) | class TagResourcesResponse(TLSResponse): method __init__ (line 1161) | def __init__(self, response: Response): class UntagResourcesResponse (line 1165) | class UntagResourcesResponse(TLSResponse): method __init__ (line 1166) | def __init__(self, response: Response): class CreateImportTaskResponse (line 1169) | class CreateImportTaskResponse(TLSResponse): method __init__ (line 1170) | def __init__(self, response): method get_task_id (line 1174) | def get_task_id(self): class DeleteImportTaskResponse (line 1181) | class DeleteImportTaskResponse(TLSResponse): method __init__ (line 1182) | def __init__(self, response): class ModifyImportTaskResponse (line 1185) | class ModifyImportTaskResponse(TLSResponse): method __init__ (line 1186) | def __init__(self, response): class DescribeImportTaskResponse (line 1189) | class DescribeImportTaskResponse(TLSResponse): method __init__ (line 1190) | def __init__(self, response): method get_task_info (line 1196) | def get_task_info(self): class DescribeImportTasksResponse (line 1205) | class DescribeImportTasksResponse(TLSResponse): method __init__ (line 1206) | def __init__(self, response): method get_task_info (line 1218) | def get_task_info(self): method get_task_infos (line 1225) | def get_task_infos(self): method get_total (line 1229) | def get_total(self): class CreateShipperResponse (line 1237) | class CreateShipperResponse(TLSResponse): method __init__ (line 1238) | def __init__(self, response): method get_shipper_id (line 1242) | def get_shipper_id(self): class DeleteShipperResponse (line 1250) | class DeleteShipperResponse(TLSResponse): method __init__ (line 1251) | def __init__(self, response): class ModifyShipperResponse (line 1255) | class ModifyShipperResponse(TLSResponse): method __init__ (line 1256) | def __init__(self, response): class DescribeShipperResponse (line 1260) | class DescribeShipperResponse(TLSResponse): method __init__ (line 1261) | def __init__(self, response): method get_shipper_id (line 1285) | def get_shipper_id(self): method get_shipper_name (line 1291) | def get_shipper_name(self): method get_project_id (line 1297) | def get_project_id(self): method get_topic_id (line 1303) | def get_topic_id(self): method get_topic_name (line 1309) | def get_topic_name(self): method get_shipper_type (line 1315) | def get_shipper_type(self): method get_status (line 1321) | def get_status(self): method get_create_time (line 1327) | def get_create_time(self): method get_modify_time (line 1333) | def get_modify_time(self): method get_shipper_start_time (line 1339) | def get_shipper_start_time(self): method get_shipper_end_time (line 1345) | def get_shipper_end_time(self): method get_content_info (line 1351) | def get_content_info(self): method get_tos_shipper_info (line 1357) | def get_tos_shipper_info(self): method get_kafka_shipper_info (line 1363) | def get_kafka_shipper_info(self): method get_dashboard_id (line 1369) | def get_dashboard_id(self): method get_role_trn (line 1375) | def get_role_trn(self): class ActiveTlsAccountResponse (line 1383) | class ActiveTlsAccountResponse(TLSResponse): method __init__ (line 1384) | def __init__(self, response: Response): class DeleteScheduleSqlTaskResponse (line 1388) | class DeleteScheduleSqlTaskResponse(TLSResponse): method __init__ (line 1389) | def __init__(self, response: Response): class ModifyScheduleSqlTaskResponse (line 1393) | class ModifyScheduleSqlTaskResponse(TLSResponse): method __init__ (line 1394) | def __init__(self, response): class DescribeShippersResponse (line 1398) | class DescribeShippersResponse(TLSResponse): method __init__ (line 1399) | def __init__(self, response): method get_total (line 1408) | def get_total(self): method get_shippers (line 1415) | def get_shippers(self): class ModifyETLTaskResponse (line 1423) | class ModifyETLTaskResponse(TLSResponse): method __init__ (line 1424) | def __init__(self, response): class CreateTraceInstanceResponse (line 1428) | class CreateTraceInstanceResponse(TLSResponse): method __init__ (line 1429) | def __init__(self, response: Response): method get_trace_instance_id (line 1434) | def get_trace_instance_id(self): class DeleteTraceInstanceResponse (line 1442) | class DeleteTraceInstanceResponse(TLSResponse): method __init__ (line 1443) | def __init__(self, response: Response): class DescribeTraceInstanceResponse (line 1447) | class DescribeTraceInstanceResponse(TLSResponse): method __init__ (line 1448) | def __init__(self, response: Response): method get_trace_instance (line 1453) | def get_trace_instance(self): class DescribeTraceInstancesResponse (line 1461) | class DescribeTraceInstancesResponse(TLSResponse): method __init__ (line 1462) | def __init__(self, response: Response): method get_total (line 1472) | def get_total(self): method get_trace_instances (line 1479) | def get_trace_instances(self): class ModifyTraceInstanceResponse (line 1487) | class ModifyTraceInstanceResponse(TLSResponse): method __init__ (line 1488) | def __init__(self, response: Response): class DescribeETLTaskResponse (line 1492) | class DescribeETLTaskResponse(TLSResponse): method __init__ (line 1493) | def __init__(self, response: Response): method get_create_time (line 1522) | def get_create_time(self): method get_dsl_type (line 1529) | def get_dsl_type(self): method get_description (line 1536) | def get_description(self): method get_etl_status (line 1543) | def get_etl_status(self): method get_enable (line 1550) | def get_enable(self): method get_from_time (line 1557) | def get_from_time(self): method get_last_enable_time (line 1564) | def get_last_enable_time(self): method get_modify_time (line 1571) | def get_modify_time(self): method get_name (line 1578) | def get_name(self): method get_project_id (line 1585) | def get_project_id(self): method get_project_name (line 1592) | def get_project_name(self): method get_script (line 1599) | def get_script(self): method get_source_topic_id (line 1606) | def get_source_topic_id(self): method get_source_topic_name (line 1613) | def get_source_topic_name(self): method get_task_id (line 1620) | def get_task_id(self): method get_task_type (line 1627) | def get_task_type(self): method get_to_time (line 1634) | def get_to_time(self): method get_target_resources (line 1641) | def get_target_resources(self): class DescribeETLTasksResponse (line 1649) | class DescribeETLTasksResponse(TLSResponse): method __init__ (line 1650) | def __init__(self, response: Response): method get_total (line 1660) | def get_total(self): method get_tasks (line 1668) | def get_tasks(self): class CancelDownloadTaskResponse (line 1677) | class CancelDownloadTaskResponse(TLSResponse): method __init__ (line 1678) | def __init__(self, response: Response): class GetAccountStatusResponse (line 1682) | class GetAccountStatusResponse(TLSResponse): method __init__ (line 1683) | def __init__(self, response: Response): method get_arch_version (line 1688) | def get_arch_version(self): method get_status (line 1695) | def get_status(self): class DescribeTraceResponse (line 1703) | class DescribeTraceResponse(TLSResponse): method __init__ (line 1704) | def __init__(self, response: Response): method get_trace (line 1709) | def get_trace(self): class CreateAlarmWebhookIntegrationResponse (line 1717) | class CreateAlarmWebhookIntegrationResponse(TLSResponse): method __init__ (line 1718) | def __init__(self, response: Response): method get_alarm_webhook_integration_id (line 1722) | def get_alarm_webhook_integration_id(self): class CreateETLTaskResponse (line 1730) | class CreateETLTaskResponse(TLSResponse): method __init__ (line 1731) | def __init__(self, response: Response): method get_task_id (line 1736) | def get_task_id(self): class ModifyETLTaskStatusResponse (line 1744) | class ModifyETLTaskStatusResponse(TLSResponse): method __init__ (line 1745) | def __init__(self, response): class DeleteETLTaskResponse (line 1749) | class DeleteETLTaskResponse(TLSResponse): method __init__ (line 1750) | def __init__(self, response): class CreateScheduleSqlTaskResponse (line 1754) | class CreateScheduleSqlTaskResponse(TLSResponse): method __init__ (line 1755) | def __init__(self, response): method get_task_id (line 1759) | def get_task_id(self): class DescribeScheduleSqlTaskResponse (line 1767) | class DescribeScheduleSqlTaskResponse(TLSResponse): method __init__ (line 1768) | def __init__(self, response): method get_schedule_sql_task_info (line 1772) | def get_schedule_sql_task_info(self): class DescribeScheduleSqlTasksResponse (line 1780) | class DescribeScheduleSqlTasksResponse(TLSResponse): method __init__ (line 1781) | def __init__(self, response): method get_total (line 1790) | def get_total(self): method get_tasks (line 1797) | def get_tasks(self): class CreateAlarmContentTemplateResponse (line 1805) | class CreateAlarmContentTemplateResponse(TLSResponse): method __init__ (line 1806) | def __init__(self, response: Response): method get_alarm_content_template_id (line 1810) | def get_alarm_content_template_id(self): class ModifyAlarmContentTemplateResponse (line 1818) | class ModifyAlarmContentTemplateResponse(TLSResponse): method __init__ (line 1819) | def __init__(self, response: Response): class DeleteAlarmContentTemplateResponse (line 1823) | class DeleteAlarmContentTemplateResponse(TLSResponse): method __init__ (line 1824) | def __init__(self, response: Response): class DeleteAlarmWebhookIntegrationResponse (line 1828) | class DeleteAlarmWebhookIntegrationResponse(TLSResponse): method __init__ (line 1829) | def __init__(self, response: Response): class DescribeAlarmWebhookIntegrationsResponse (line 1833) | class DescribeAlarmWebhookIntegrationsResponse(TLSResponse): method __init__ (line 1834) | def __init__(self, response: Response): method get_total (line 1844) | def get_total(self): method get_webhook_integrations (line 1852) | def get_webhook_integrations(self): class DescribeAlarmContentTemplatesResponse (line 1860) | class DescribeAlarmContentTemplatesResponse(TLSResponse): method __init__ (line 1861) | def __init__(self, response: Response): method get_alarm_content_templates (line 1871) | def get_alarm_content_templates(self): method get_total (line 1879) | def get_total(self): class ModifyAlarmWebhookIntegrationResponse (line 1886) | class ModifyAlarmWebhookIntegrationResponse(TLSResponse): method __init__ (line 1887) | def __init__(self, response: Response): class ListTagsForResourcesResponse (line 1891) | class ListTagsForResourcesResponse(TLSResponse): method __init__ (line 1892) | def __init__(self, response: Response): method get_resource_tags (line 1901) | def get_resource_tags(self): method get_next_token (line 1905) | def get_next_token(self): class SearchTracesResponse (line 1910) | class SearchTracesResponse(TLSResponse): method __init__ (line 1911) | def __init__(self, response: Response): method get_total (line 1920) | def get_total(self): method get_trace_infos (line 1924) | def get_trace_infos(self): FILE: volcengine/tls/util.py function get_logger (line 5) | def get_logger(name: str): class TLSUtil (line 18) | class TLSUtil: method replace_white_space_character (line 21) | def replace_white_space_character(origin: str): FILE: volcengine/util/Functions.py class Function (line 1) | class Function: method get_meta_func (line 3) | def get_meta_func(): method get_snapshot_func (line 7) | def get_snapshot_func(snapshot_time): method get_add_option_info_func (line 11) | def get_add_option_info_func(title, tags, description, classification_... method get_add_material_option_info_func (line 17) | def get_add_material_option_info_func(title, tags, description, catego... method get_start_workflow_func (line 23) | def get_start_workflow_func(template_id, templates=None): method get_start_workflow_template_func (line 27) | def get_start_workflow_template_func(templates): method get_caption_func (line 31) | def get_caption_func(title, format, vid, fid, language, source, tag, a... method get_encryption_func (line 38) | def get_encryption_func(conf, policy): FILE: volcengine/util/Util.py class Util (line 21) | class Util(object): method norm_uri (line 23) | def norm_uri(path): method norm_query (line 27) | def norm_query(params): method hmac_sha256 (line 39) | def hmac_sha256(key, content): method hmac_sha1 (line 47) | def hmac_sha1(key, content): method sha256 (line 55) | def sha256(content): method to_hex (line 69) | def to_hex(content): method pad (line 82) | def pad(plain_text): method generate_access_key_id (line 92) | def generate_access_key_id(prefix): method rand_string_runes (line 100) | def rand_string_runes(length): method aes_encrypt_cbc_with_base64 (line 104) | def aes_encrypt_cbc_with_base64(orig_data, key): method generate_secret_key (line 116) | def generate_secret_key(): method crc32 (line 121) | def crc32(file_path): FILE: volcengine/vedit/VEditService.py class VEditService (line 11) | class VEditService(Service): method __new__ (line 14) | def __new__(cls, *args, **kwargs): method __init__ (line 21) | def __init__(self, region='cn-north-1'): method get_service_info (line 27) | def get_service_info(region): method get_api_info (line 39) | def get_api_info(): method submit_direct_edit_task_async (line 49) | def submit_direct_edit_task_async(self, body): method get_direct_edit_result (line 56) | def get_direct_edit_result(self, body): method submit_template_task_async (line 63) | def submit_template_task_async(self, body): FILE: volcengine/veen/service.py class VeenService (line 132) | class VeenService(Service): method __new__ (line 135) | def __new__(cls, *args, **kwargs): method __init__ (line 142) | def __init__(self, region="cn-north-1"): method get_service_info (line 148) | def get_service_info(region_name): method get_api_info (line 155) | def get_api_info(): method create_cloudserver (line 158) | def create_cloudserver(self, body=None): method list_cloudservers (line 168) | def list_cloudservers(self, query=None): method get_cloudserver (line 178) | def get_cloudserver(self, query=None): method start_cloudserver (line 188) | def start_cloudserver(self, body=None): method stop_cloudserver (line 198) | def stop_cloudserver(self, body=None): method reboot_cloudserver (line 208) | def reboot_cloudserver(self, body=None): method delete_cloudserver (line 218) | def delete_cloudserver(self, body=None): method list_instance_types (line 228) | def list_instance_types(self, query=None): method list_available_resource_info (line 238) | def list_available_resource_info(self, query=None): method create_instance (line 248) | def create_instance(self, body=None): method list_instances (line 258) | def list_instances(self, query=None): method get_instance (line 268) | def get_instance(self, query=None): method start_instances (line 278) | def start_instances(self, body=None): method stop_instances (line 288) | def stop_instances(self, body=None): method reboot_instances (line 298) | def reboot_instances(self, body=None): method offline_instances (line 308) | def offline_instances(self, body=None): method set_instance_name (line 318) | def set_instance_name(self, body=None): method reset_login_credential (line 328) | def reset_login_credential(self, body=None): method get_instance_cloud_disk_info (line 338) | def get_instance_cloud_disk_info(self, query=None): method scale_instance_cloud_disk_capacity (line 348) | def scale_instance_cloud_disk_capacity(self, body=None): method create_ebs_instances (line 358) | def create_ebs_instances(self, body=None): method list_ebs_instances (line 368) | def list_ebs_instances(self, body=None): method get_ebs_instance (line 378) | def get_ebs_instance(self, body=None): method scale_ebs_instance_capacity (line 388) | def scale_ebs_instance_capacity(self, body=None): method attach_ebs (line 398) | def attach_ebs(self, body=None): method detach_ebs (line 408) | def detach_ebs(self, body=None): method delete_ebs_instance (line 418) | def delete_ebs_instance(self, body=None): method batch_reset_system (line 428) | def batch_reset_system(self, body=None): FILE: volcengine/verender/VerenderService.py function _list_dir (line 28) | def _list_dir(dir_name, max_depth=50): function _to_slash (line 49) | def _to_slash(filename): class FileInfo (line 57) | class FileInfo(object): method __init__ (line 58) | def __init__(self, name, size, mtime, md5=None): method __str__ (line 64) | def __str__(self): class VerenderService (line 68) | class VerenderService(Service): method __new__ (line 71) | def __new__(cls, *args, **kwargs): method __init__ (line 80) | def __init__(self, ftrans_client_addr=None, ftrans_proxy_addr=None): method get_service_info (line 89) | def get_service_info(): method get_api_info (line 101) | def get_api_info(): method _get_ftrans_client (line 281) | def _get_ftrans_client(self, workspace_id, isp): method _call_json (line 339) | def _call_json(self, api, params=None, body=None, with_meta=False): method _call_get (line 357) | def _call_get(self, api, params=None, with_meta=False): method _call_post (line 373) | def _call_post(self, api, params=None, form=None): method list_workspace (line 382) | def list_workspace(self, params=None): method get_storage_access (line 385) | def get_storage_access(self, params=None): method get_current_user (line 388) | def get_current_user(self): method upload_file (line 392) | def upload_file(self, workspace_id, src, des, isp="ct"): method upload_folder (line 401) | def upload_folder(self, workspace_id, src_path, des_path, isp="ct"): method download_file (line 425) | def download_file(self, workspace_id, src, dst, isp="ct"): method list_file (line 434) | def list_file(self, workspace_id, prefix, filter_in=None, order_type=N... method stat_file (line 449) | def stat_file(self, workspace_id, filename, isp="ct"): method remove_file (line 458) | def remove_file(self, workspace_id, filename, isp="ct"): method list_cell_spec (line 465) | def list_cell_spec(self, params=None): method create_render_job (line 469) | def create_render_job(self, params, body): method list_render_job (line 473) | def list_render_job(self, params): method get_render_job (line 477) | def get_render_job(self, params): method retry_render_job (line 481) | def retry_render_job(self, params, body): method auto_full_speed_render_jobs (line 485) | def auto_full_speed_render_jobs(self, params, body): method resume_render_jobs (line 489) | def resume_render_jobs(self, params, body): method stop_render_jobs (line 493) | def stop_render_jobs(self, params, body): method delete_render_jobs (line 497) | def delete_render_jobs(self, params, body): method full_speed_render_jobs (line 501) | def full_speed_render_jobs(self, params, body): method update_render_jobs_priority (line 505) | def update_render_jobs_priority(self, params, body): method list_job_output (line 509) | def list_job_output(self, params, body=None): method get_job_output (line 513) | def get_job_output(self, params, body=None): method update_job_output (line 517) | def update_job_output(self, params, body=None): method add_render_setting (line 521) | def add_render_setting(self, params, body): method update_render_setting (line 525) | def update_render_setting(self, params, body): method delete_render_setting (line 529) | def delete_render_setting(self, params): method list_dcc (line 533) | def list_dcc(self): method list_render_setting (line 537) | def list_render_setting(self, params): method get_render_setting (line 541) | def get_render_setting(self, params): method list_account_dcc_plugin (line 545) | def list_account_dcc_plugin(self, params): FILE: volcengine/verender/ftrans.py class FtransException (line 48) | class FtransException(Exception): class FtransParameterException (line 52) | class FtransParameterException(FtransException): class FtransNetworkException (line 56) | class FtransNetworkException(FtransException): class FtransHttpResponseException (line 60) | class FtransHttpResponseException(FtransException): class FtransUploadException (line 64) | class FtransUploadException(FtransException): class FtransDownloadException (line 68) | class FtransDownloadException(FtransException): class FtransFileNotFound (line 72) | class FtransFileNotFound(FtransException): function _split_addr (line 76) | def _split_addr(addr): function _set_addr_map (line 90) | def _set_addr_map(addr_map, version, isp, ip, port): function _get_addr_map (line 106) | def _get_addr_map(addr_map, version, isp): function _build_addr_map (line 124) | def _build_addr_map(addr): function _save_cert_key (line 176) | def _save_cert_key(cert_pem, key_pem): function _stat_local_file (line 188) | def _stat_local_file(filename): function _normalize_filter_in (line 192) | def _normalize_filter_in(filter_in): function _to_slash (line 214) | def _to_slash(filename): class FtransPartTask (line 222) | class FtransPartTask(object): method __init__ (line 223) | def __init__(self, off, size, fft): class FtransFileTask (line 231) | class FtransFileTask(object): method __init__ (line 232) | def __init__(self, local_file_path, remote_file_path, temp_file_path, ... method split_part_task (line 243) | def split_part_task(self): class FtransWorker (line 259) | class FtransWorker(threading.Thread): method __init__ (line 260) | def __init__(self, func, args_list): method run (line 265) | def run(self): class FtransService (line 274) | class FtransService(object): method __init__ (line 275) | def __init__(self, bucket, acl_token, server_name, s10_server=None, ce... method __del__ (line 380) | def __del__(self): method _gen_ftrans_sig (line 385) | def _gen_ftrans_sig(op, t, token): method _get_ftrans_client_config (line 392) | def _get_ftrans_client_config(client_addr, client_port, client_acl_tok... method _get_ftrans_proxy_list (line 406) | def _get_ftrans_proxy_list(proxy_manager_addr, proxy_manager_port): method _create_ftrans_proxy (line 417) | def _create_ftrans_proxy(proxy_manager_addr, proxy_manager_port, s2_ad... method _do_request (line 435) | def _do_request(method, url, headers=None, body=None, conn=None): method _get_full_path (line 445) | def _get_full_path(self, filename): method _ftrans_client_enable (line 449) | def _ftrans_client_enable(self): method _upload_file_s2 (line 452) | def _upload_file_s2(self, local_file_path, remote_file_path): method _download_file_s2 (line 510) | def _download_file_s2(self, local_file_path, remote_file_path): method _status_upload_s2 (line 569) | def _status_upload_s2(self, upload_info): method _status_download_s2 (line 583) | def _status_download_s2(self, download_info): method _list_file_s2 (line 597) | def _list_file_s2(self, prefix, filter_in, order_type, order_field, pa... method _get_file_size_s2 (line 635) | def _get_file_size_s2(self, filename): method _remove_file_s2 (line 658) | def _remove_file_s2(self, filename): method _upload_part_s10 (line 684) | def _upload_part_s10(self, fpt): method _download_part_s10 (line 698) | def _download_part_s10(self, fpt): method _upload_file_s10 (line 715) | def _upload_file_s10(self, local_file_path, remote_file_path): method _download_file_s10 (line 769) | def _download_file_s10(self, local_file_path, remote_file_path): method _upload_file_part_s10 (line 825) | def _upload_file_part_s10(self, fpt): method _download_file_part_s10 (line 842) | def _download_file_part_s10(self, fpt): method _list_file_s10 (line 860) | def _list_file_s10(self, prefix, filter_in, order_type, order_field, p... method _remove_file_s10 (line 881) | def _remove_file_s10(self, filename): method _get_file_size_s10 (line 894) | def _get_file_size_s10(self, filename): method _make_dir_s10 (line 910) | def _make_dir_s10(self, dir_name, mtime): method _rename_file_s10 (line 922) | def _rename_file_s10(self, src, des): method _touch_file_s10 (line 936) | def _touch_file_s10(self, des, mtime): method upload_file (line 949) | def upload_file(self, local_file_path, remote_file_path): method download_file (line 958) | def download_file(self, local_file_path, remote_file_path): method get_file_size (line 967) | def get_file_size(self, filename): method get_file_md5 (line 976) | def get_file_md5(self, filename): method remove_file (line 980) | def remove_file(self, filename): method list_file (line 989) | def list_file(self, prefix, filter_in=None, order_type=None, order_fie... FILE: volcengine/viking_db/Collection.py class Collection (line 7) | class Collection(object): method __init__ (line 8) | def __init__(self, collection_name, fields, viking_db_service, primary... method upsert_data (line 45) | def upsert_data(self, data: Union[Data, List[Data]], async_upsert=Fals... method update_data (line 85) | def update_data(self, data: Union[Data, List[Data]], retry=True): method async_upsert_data (line 117) | async def async_upsert_data(self, data: Union[Data, List[Data]], async... method delete_data (line 145) | def delete_data(self, id: Union[str, List[str], int, List[int]], retry... method async_delete_data (line 164) | async def async_delete_data(self, id: Union[str, List[str], int, List[... method delete_all_data (line 172) | def delete_all_data(self): method async_delete_all_data (line 179) | async def async_delete_all_data(self): method fetch_data (line 184) | def fetch_data(self, id: Union[str, List[str], int, List[int]], retry=... method async_fetch_data (line 214) | async def async_fetch_data(self, id: Union[str, List[str], int, List[i... FILE: volcengine/viking_db/CollectionClient.py class CollectionClient (line 6) | class CollectionClient(Collection): method __init__ (line 7) | def __init__(self, collection_name, host="api-vikingdb.volces.com", r... FILE: volcengine/viking_db/Index.py class Index (line 10) | class Index(object): method __init__ (line 11) | def __init__(self, collection_name, index_name, vector_index, scalar_i... method search (line 62) | def search(self, order=None, filter=None, limit=10, output_fields=None... method async_search (line 198) | async def async_search(self, order=None, filter=None, limit=10, output... method search_by_id (line 299) | def search_by_id(self, id, filter=None, limit=10, output_fields=None, ... method async_search_by_id (line 388) | async def async_search_by_id(self, id, filter=None, limit=10, output_f... method search_by_vector (line 442) | def search_by_vector(self, vector, sparse_vectors=None, filter=None, l... method async_search_by_vector (line 528) | async def async_search_by_vector(self, vector, sparse_vectors=None, fi... method search_with_multi_modal (line 579) | def search_with_multi_modal(self, text=None, image=None, filter=None, ... method async_search_with_multi_modal (line 676) | async def async_search_with_multi_modal(self, text=None, image=None, f... method search_by_text (line 736) | def search_by_text(self, text, filter=None, limit=10, output_fields=No... method async_search_by_text (line 826) | async def async_search_by_text(self, text, filter=None, limit=10, outp... method search_agg (line 879) | def search_agg(self, agg: Dict[str, any], filter=None, partition="defa... method async_search_agg (line 907) | async def async_search_agg(self, agg: Dict[str, any], filter=None, par... method sort (line 921) | def sort(self, query_vector: List[float], primary_keys: List, retry=Tr... method fetch_data (line 945) | def fetch_data(self, id: Union[str, List[str], int, List[int]], output... method async_fetch_data (line 1000) | async def async_fetch_data(self, id: Union[str, List[str], int, List[i... FILE: volcengine/viking_db/IndexClient.py class IndexClient (line 7) | class IndexClient(Index): method __init__ (line 8) | def __init__(self, collection_name, index_name, host="api-vikingdb.vo... FILE: volcengine/viking_db/ServiceBase.py class VikingDBServiceBase (line 16) | class VikingDBServiceBase(Service): method __init__ (line 17) | def __init__(self, host="api-vikingdb.volces.com", region="cn-north-1"... method setHeader (line 46) | def setHeader(self, header): method get_service_info (line 54) | def get_service_info(host, region, scheme, connection_timeout, socket_... method get_api_info (line 61) | def get_api_info(): method get_body (line 127) | def get_body(self, api, params, body): method async_json (line 145) | async def async_json(self, api, params, body): method get_body_exception (line 165) | def get_body_exception(self, api, params, body): method get_exception (line 190) | def get_exception(self, api, params): method json_exception (line 210) | def json_exception(self, api, params, body): method async_json_exception (line 234) | async def async_json_exception(self, api, params, body): method async_get_body_exception (line 253) | async def async_get_body_exception(self, api, params, body): method async_get_body (line 272) | async def async_get_body(self, api, params, body): method _retry_request (line 292) | def _retry_request(self, api, params, body, remaining=None, retry_opti... FILE: volcengine/viking_db/Task.py class Task (line 1) | class Task(object): method __init__ (line 2) | def __init__(self, collection_name, create_time, process_info, task_id... FILE: volcengine/viking_db/VikingDBService.py class VikingDBService (line 14) | class VikingDBService(VikingDBServiceBase): method __new__ (line 17) | def __new__(cls, *args, **kwargs): method __init__ (line 24) | def __init__(self, host="api-vikingdb.volces.com", region="cn-north-1"... method create_collection (line 33) | def create_collection(self, collection_name, fields, description="", v... method async_create_collection (line 79) | async def async_create_collection(self, collection_name, fields, descr... method get_collection (line 110) | def get_collection(self, collection_name, retry=True): method async_get_collection (line 184) | async def async_get_collection(self, collection_name): method package_collection (line 192) | def package_collection(self, collection_name, res): method drop_collection (line 251) | def drop_collection(self, collection_name, retry=True): method async_drop_collection (line 266) | async def async_drop_collection(self, collection_name): method list_collections (line 270) | def list_collections(self, project=""): method async_list_collections (line 348) | async def async_list_collections(self): method create_index (line 359) | def create_index(self, collection_name, index_name, vector_index=None,... method async_create_index (line 405) | async def async_create_index(self, collection_name, index_name, vector... method get_index (line 429) | def get_index(self, collection_name, index_name, retry=True): method async_get_index (line 491) | async def async_get_index(self, collection_name, index_name): method package_index (line 502) | def package_index(self, collection_name, index_name, res): method drop_index (line 543) | def drop_index(self, collection_name, index_name): method async_drop_index (line 560) | async def async_drop_index(self, collection_name, index_name): method list_indexes (line 567) | def list_indexes(self, collection_name): method async_list_indexes (line 629) | async def async_list_indexes(self, collection_name): method embedding (line 645) | def embedding(self, emb_model, raw_data: Union[RawData, List[RawData]]... method async_embedding (line 676) | async def async_embedding(self, emb_model, raw_data: Union[RawData, Li... method update_collection (line 696) | def update_collection(self, collection_name, fields, description=None): method async_update_collection (line 720) | async def async_update_collection(self, collection_name, fields, descr... method update_index (line 744) | def update_index(self, collection_name, index_name, description=None, ... method async_update_index (line 760) | async def async_update_index(self, collection_name, index_name, descri... method list_embeddings (line 776) | def list_embeddings(self, model_name=""): method rerank (line 782) | def rerank(self, query, content, title=""): method async_rerank (line 792) | async def async_rerank(self, query, content, title=""): method batch_rerank (line 802) | def batch_rerank(self, datas): method async_batch_rerank (line 810) | async def async_batch_rerank(self, datas): method embedding_v2 (line 818) | def embedding_v2(self, emb_model, raw_data: Union[RawData, List[RawDat... method async_embedding_v2 (line 853) | async def async_embedding_v2(self, emb_model, raw_data: Union[RawData,... method package_task (line 878) | def package_task(self, res_data): method create_task (line 910) | def create_task(self, task_type, task_params): method get_task (line 919) | def get_task(self, task_id): method list_tasks (line 928) | def list_tasks(self): method drop_task (line 937) | def drop_task(self, task_id): method update_task (line 941) | def update_task(self, task_id, task_status): FILE: volcengine/viking_db/common.py class RetryRemaining (line 11) | class RetryRemaining(object): method __init__ (line 12) | def __init__(self, remaining_retries, remaining_delay): method has_remaining (line 16) | def has_remaining(self): class RetryOption (line 19) | class RetryOption(object): method __init__ (line 20) | def __init__(self): method new_remaining (line 27) | def new_remaining(self, retry=True): method calculate_retry_timeout (line 32) | def calculate_retry_timeout(self, remaining): class ShardType (line 41) | class ShardType(Enum): class FieldType (line 49) | class FieldType(Enum): class DistanceType (line 65) | class DistanceType(Enum): class IndexType (line 74) | class IndexType(Enum): class QuantType (line 85) | class QuantType(Enum): class Order (line 95) | class Order(Enum): class TaskType (line 102) | class TaskType(Enum): class TaskStatus (line 108) | class TaskStatus(Enum): class EmbModel (line 117) | class EmbModel(object): method __init__ (line 118) | def __init__(self, model_name, params=None): method model_name (line 123) | def model_name(self): method params (line 127) | def params(self): class RawData (line 131) | class RawData(object): method __init__ (line 132) | def __init__(self, data_type, text="", image=""): method data_type (line 138) | def data_type(self): method text (line 142) | def text(self): method image (line 146) | def image(self): class Field (line 150) | class Field(object): method __init__ (line 156) | def __init__(self, field_name, field_type, default_val=None, dim=None,... method field_name (line 165) | def field_name(self): method field_type (line 169) | def field_type(self): method default_val (line 173) | def default_val(self): method dim (line 177) | def dim(self): method is_primary_key (line 181) | def is_primary_key(self): method pipeline_name (line 185) | def pipeline_name(self): class VectorizeTuple (line 188) | class VectorizeTuple(object): method __init__ (line 189) | def __init__(self, dense, sparse=None): method dense (line 197) | def dense(self): method sparse (line 201) | def sparse(self): class VectorizeModelConf (line 204) | class VectorizeModelConf(object): method __init__ (line 205) | def __init__(self, model_name, model_version=None, dim=None, text_fiel... method model_name (line 213) | def model_name(self): method model_version (line 217) | def model_version(self): method dim (line 221) | def dim(self): method text_field (line 225) | def text_field(self): method image_field (line 229) | def image_field(self): function convert_vectorize_tuple_to_dict (line 232) | def convert_vectorize_tuple_to_dict(vectorize_tuple): function convert_vectorize_conf_to_dict (line 241) | def convert_vectorize_conf_to_dict(vectorize_conf): function convert_dict_to_vectorize_tuple (line 256) | def convert_dict_to_vectorize_tuple(vectorize_tuple_dict): function convert_dict_to_vectorize_conf (line 265) | def convert_dict_to_vectorize_conf(vectorize_conf_dict): class Text (line 277) | class Text(object): method __init__ (line 278) | def __init__(self, text=None, url=None, base64=None): method text (line 284) | def text(self): method url (line 288) | def url(self): method base64 (line 292) | def base64(self): class Data (line 296) | class Data(object): method __init__ (line 297) | def __init__(self, fields, id=None, TTL=None, timestamp=None, score=No... method text (line 307) | def text(self): method TTL (line 311) | def TTL(self): method score (line 315) | def score(self): method id (line 319) | def id(self): method fields (line 323) | def fields(self): method timestamp (line 327) | def timestamp(self): method dist (line 331) | def dist(self): class AggResult (line 334) | class AggResult(object): method __init__ (line 335) | def __init__(self, agg_op, group_by_field, agg_result): method agg_op (line 341) | def agg_op(self): method group_by_field (line 345) | def group_by_field(self): method agg_result (line 349) | def agg_result(self): class SortResultItem (line 352) | class SortResultItem(object): method __init__ (line 353) | def __init__(self, primary_key, score): method primary_key (line 358) | def primary_key(self): method score (line 362) | def score(self): class IndexSortResult (line 365) | class IndexSortResult(object): method __init__ (line 366) | def __init__(self, sort_result: List[SortResultItem], primary_key_not_... method sort_result (line 371) | def sort_result(self): method primary_key_not_exist (line 375) | def primary_key_not_exist(self): class VectorIndexParams (line 378) | class VectorIndexParams(object): method __init__ (line 379) | def __init__(self, distance, index_type=IndexType.HNSW, quant=QuantTyp... method dic (line 390) | def dic(self): method index_type (line 395) | def index_type(self): method distance (line 399) | def distance(self): method quant (line 403) | def quant(self): method hnsw_m (line 407) | def hnsw_m(self): method hnsw_cef (line 411) | def hnsw_cef(self): method hnsw_sef (line 415) | def hnsw_sef(self): class VectorOrder (line 419) | class VectorOrder(object): method __init__ (line 420) | def __init__(self, vector=None, sparse_vectors=None ,id=None): method vector (line 426) | def vector(self): method sparse_vectors (line 430) | def sparse_vectors(self): method id (line 434) | def id(self): class ScalarOrder (line 438) | class ScalarOrder(object): method __init__ (line 439) | def __init__(self, field_name, order): method field_name (line 444) | def field_name(self): method order (line 448) | def order(self): class MyClassEncoder (line 452) | class MyClassEncoder(json.JSONEncoder): method default (line 453) | def default(self, obj): FILE: volcengine/viking_db/exception.py class VikingDBServerException (line 2) | class VikingDBServerException(Exception): method __init__ (line 3) | def __init__(self, code, request_id, message=None): method __str__ (line 8) | def __str__(self): class UnauthorizedException (line 12) | class UnauthorizedException(VikingDBServerException): method __init__ (line 13) | def __init__(self, code, request_id, message=None): class NoPermissionException (line 17) | class NoPermissionException(VikingDBServerException): method __init__ (line 18) | def __init__(self, code, request_id, message=None): class InvalidRequestException (line 22) | class InvalidRequestException(VikingDBServerException): method __init__ (line 23) | def __init__(self, code, request_id, message=None): class CollectionExistException (line 27) | class CollectionExistException(VikingDBServerException): method __init__ (line 28) | def __init__(self, code, request_id, message=None): class CollectionNotExistException (line 32) | class CollectionNotExistException(VikingDBServerException): method __init__ (line 33) | def __init__(self, code, request_id, message=None): class OperationNotAllowedException (line 37) | class OperationNotAllowedException(VikingDBServerException): method __init__ (line 38) | def __init__(self, code, request_id, message=None): class IndexExistException (line 42) | class IndexExistException(VikingDBServerException): method __init__ (line 43) | def __init__(self, code, request_id, message=None): class IndexNotExistException (line 47) | class IndexNotExistException(VikingDBServerException): method __init__ (line 48) | def __init__(self, code, request_id, message=None): class QueryOpFailedException (line 52) | class QueryOpFailedException(VikingDBServerException): method __init__ (line 53) | def __init__(self, code, request_id, message=None): class DataNotFoundException (line 57) | class DataNotFoundException(VikingDBServerException): method __init__ (line 58) | def __init__(self, code, request_id, message=None): class DelOpFailedException (line 62) | class DelOpFailedException(VikingDBServerException): method __init__ (line 63) | def __init__(self, code, request_id, message=None): class UpsertOpFailedException (line 67) | class UpsertOpFailedException(VikingDBServerException): method __init__ (line 68) | def __init__(self, code, request_id, message=None): class TokenMismatchException (line 72) | class TokenMismatchException(VikingDBServerException): method __init__ (line 73) | def __init__(self, code, request_id, message=None): class InvalidQueryVecException (line 77) | class InvalidQueryVecException(VikingDBServerException): method __init__ (line 78) | def __init__(self, code, request_id, message=None): class InvalidPrimaryKeyException (line 82) | class InvalidPrimaryKeyException(VikingDBServerException): method __init__ (line 83) | def __init__(self, code, request_id, message=None): class InvalidPartitionException (line 87) | class InvalidPartitionException(VikingDBServerException): method __init__ (line 88) | def __init__(self, code, request_id, message=None): class InvalidScalarCondException (line 92) | class InvalidScalarCondException(VikingDBServerException): method __init__ (line 93) | def __init__(self, code, request_id, message=None): class InvalidProxyServiceException (line 97) | class InvalidProxyServiceException(VikingDBServerException): method __init__ (line 98) | def __init__(self, code, request_id, message=None): class IndexRecallException (line 102) | class IndexRecallException(VikingDBServerException): method __init__ (line 103) | def __init__(self, code, request_id, message=None): class IndexFetchDataException (line 107) | class IndexFetchDataException(VikingDBServerException): method __init__ (line 108) | def __init__(self, code, request_id, message=None): class IndexNotReadyException (line 112) | class IndexNotReadyException(VikingDBServerException): method __init__ (line 113) | def __init__(self, code, request_id, message=None): class APINotImplementedException (line 117) | class APINotImplementedException(VikingDBServerException): method __init__ (line 118) | def __init__(self, code, request_id, message=None): class CalcEmbeddingFailedException (line 122) | class CalcEmbeddingFailedException(VikingDBServerException): method __init__ (line 123) | def __init__(self, code, request_id, message=None): class ListEmbeddingModelsException (line 127) | class ListEmbeddingModelsException(VikingDBServerException): method __init__ (line 128) | def __init__(self, code, request_id, message=None): class QuotaLimiterException (line 132) | class QuotaLimiterException(VikingDBServerException): method __init__ (line 133) | def __init__(self, code, request_id, message=None): class RerankException (line 136) | class RerankException(VikingDBServerException): method __init__ (line 137) | def __init__(self, code, request_id, message=None): class CollectionAliasNotExistException (line 140) | class CollectionAliasNotExistException(VikingDBServerException): method __init__ (line 141) | def __init__(self, code, request_id, message=None): class UserNoOrderException (line 144) | class UserNoOrderException(VikingDBServerException): method __init__ (line 145) | def __init__(self, code, request_id, message=None): class UserOverdueException (line 148) | class UserOverdueException(VikingDBServerException): method __init__ (line 149) | def __init__(self, code, request_id, message=None): class HTTPErrException (line 152) | class HTTPErrException(VikingDBServerException): method __init__ (line 153) | def __init__(self, code, request_id, message=None): class TaskNotFoundException (line 156) | class TaskNotFoundException(VikingDBServerException): method __init__ (line 157) | def __init__(self, code, request_id, message=None): class VikingDBException (line 160) | class VikingDBException(VikingDBServerException): method __init__ (line 161) | def __init__(self, code, request_id, message=None): method __str__ (line 169) | def __str__(self): FILE: volcengine/viking_knowledgebase/Collection.py class Collection (line 9) | class Collection(object): method __init__ (line 13) | def __init__(self, viking_knowledgebase_service, collection_name, kwar... method add_doc (line 29) | def add_doc(self, add_type, doc_id=None, doc_name=None, doc_type=None,... method async_add_doc (line 60) | async def async_add_doc(self, add_type, doc_id=None, doc_name=None, do... method delete_doc (line 91) | def delete_doc(self, doc_id, project="default", resource_id=None, coll... method async_delete_doc (line 99) | async def async_delete_doc(self, doc_id, project="default", resource_i... method get_doc (line 107) | def get_doc(self, doc_id, return_token_usage=False, project="default",... method async_get_doc (line 122) | async def async_get_doc(self, doc_id, return_token_usage=False, projec... method list_docs (line 137) | def list_docs(self, offset=0, limit=-1, doc_type=None, return_token_us... method async_list_docs (line 151) | async def async_list_docs(self, offset=0, limit=-1, doc_type=None, ret... method update_meta (line 165) | def update_meta(self, doc_id, meta, project="default", resource_id=Non... method async_update_meta (line 173) | async def async_update_meta(self, doc_id, meta, project="default", res... method update_doc (line 181) | def update_doc(self, doc_id, doc_name, project="default", resource_id=... method async_update_doc (line 189) | async def async_update_doc(self, doc_id, doc_name, project="default", ... method get_point (line 197) | def get_point(self, point_id, get_attachment_link=False, project="defa... method async_get_point (line 212) | async def async_get_point(self, point_id, get_attachment_link=False, p... method list_points (line 227) | def list_points(self, offset=0, limit=-1, doc_ids=None, point_ids=None... method async_list_points (line 243) | async def async_list_points(self, offset=0, limit=-1, doc_ids=None, po... method add_point (line 259) | def add_point(self, doc_id, chunk_type, project="default", resource_id... method async_add_point (line 275) | async def async_add_point(self, doc_id, chunk_type, project="default",... method update_point (line 291) | def update_point(self, point_id, project="default", resource_id=None, ... method async_update_point (line 307) | async def async_update_point(self, point_id, project="default", resour... method delete_point (line 323) | def delete_point(self, point_id, project="default", resource_id=None, ... method async_delete_point (line 331) | async def async_delete_point(self, point_id, project="default", resour... FILE: volcengine/viking_knowledgebase/Doc.py class Doc (line 4) | class Doc(object): method __init__ (line 8) | def __init__(self, kwargs): FILE: volcengine/viking_knowledgebase/Point.py class Point (line 3) | class Point(object): method __init__ (line 7) | def __init__(self, kwargs): method doc_id (line 25) | def doc_id(self): FILE: volcengine/viking_knowledgebase/RespIter.py class RespIter (line 3) | class RespIter: method __init__ (line 4) | def __init__(self, generator: Generator[Dict[str, Any], None, None]): method __iter__ (line 8) | def __iter__(self): method _wrapped_generator (line 11) | def _wrapped_generator(self): method token_usage (line 18) | def token_usage(self): FILE: volcengine/viking_knowledgebase/VikingKnowledgeBaseService.py function _get_common_viking_request_header (line 20) | def _get_common_viking_request_header(): class VikingKnowledgeBaseService (line 28) | class VikingKnowledgeBaseService(Service): method __new__ (line 31) | def __new__(cls, *args, **kwargs): method __init__ (line 38) | def __init__(self, host="api-knowledgebase.mlp.cn-beijing.volces.com",... method setHeader (line 57) | def setHeader(self, header): method get_service_info (line 65) | def get_service_info(host, region, scheme, connection_timeout, socket_... method get_api_info (line 72) | def get_api_info(): method get_body (line 131) | def get_body(self, api, params, body): method async_json (line 149) | async def async_json(self, api, params, body, headers=None): method get_body_exception (line 174) | def get_body_exception(self, api, params, body): method get_exception (line 192) | def get_exception(self, api, params): method json (line 210) | def json(self, api, params, body): method json_exception (line 213) | def json_exception(self, api, params, body, headers=None): method _stream_json_exception (line 232) | def _stream_json_exception(self, api, params, body, headers=None): method _stream_json (line 252) | def _stream_json(self, api, params, body, headers=None): method _json (line 282) | def _json(self, api, params, body, headers=None): method async_json_exception (line 304) | async def async_json_exception(self, api, params, body, headers=None): method create_collection (line 323) | def create_collection(self, collection_name, version:CollectionVersion... method async_create_collection (line 350) | async def async_create_collection(self, collection_name, version:Colle... method get_collection (line 378) | def get_collection(self, collection_name, project="default", resource_... method async_get_collection (line 390) | async def async_get_collection(self, collection_name, project="default... method drop_collection (line 402) | def drop_collection(self, collection_name, project="default", resource... method async_drop_collection (line 408) | async def async_drop_collection(self, collection_name, project="defaul... method list_collections (line 414) | def list_collections(self, project=None, brief=False, headers=None): method async_list_collections (line 429) | async def async_list_collections(self, project=None, brief=False, head... method update_collection (line 444) | def update_collection(self, collection_name, description=None, cpu_quo... method async_update_collection (line 456) | async def async_update_collection(self, collection_name, description=N... method search_collection (line 468) | def search_collection(self, collection_name, query, query_param=None, ... method async_search_collection (line 503) | async def async_search_collection(self, collection_name, query, query_... method search_and_generate (line 538) | def search_and_generate(self, collection_name, query, query_param=None... method async_search_and_generate (line 573) | async def async_search_and_generate(self, collection_name, query, quer... method rerank (line 608) | def rerank(self, datas, rerank_model="Doubao-pro-4k-rerank", endpoint_... method async_rerank (line 620) | async def async_rerank(self, datas, rerank_model="Doubao-pro-4k-rerank... method search_knowledge (line 632) | def search_knowledge(self, collection_name, query, image_query=None, p... method async_search_knowledge (line 660) | async def async_search_knowledge(self, collection_name, query, image_q... method chat_completion (line 688) | def chat_completion(self, model, messages, model_version=None, thinkin... method async_chat_completion (line 717) | async def async_chat_completion(self, model, messages, model_version=N... method _generate_responses (line 740) | def _generate_responses(self, res_stream): FILE: volcengine/viking_knowledgebase/common.py class FieldType (line 5) | class FieldType(Enum): class EmbddingModelType (line 13) | class EmbddingModelType(Enum): class IndexType (line 22) | class IndexType(Enum): class QuantType (line 27) | class QuantType(Enum): class Field (line 32) | class Field(object): method __init__ (line 34) | def __init__(self, kwargs): method field_name (line 44) | def field_name(self): method field_type (line 48) | def field_type(self): method field_val (line 52) | def field_val(self): method dim (line 56) | def dim(self): method is_primary_key (line 60) | def is_primary_key(self): method pipeline_name (line 64) | def pipeline_name(self): class EnumEncoder (line 68) | class EnumEncoder(json.JSONEncoder): method default (line 69) | def default(self, obj): class CollectionVersion (line 77) | class CollectionVersion(object): FILE: volcengine/viking_knowledgebase/exception.py class VikingKnowledgeBaseServerException (line 2) | class VikingKnowledgeBaseServerException(Exception): method __init__ (line 3) | def __init__(self, code, request_id, message=None): method __str__ (line 8) | def __str__(self): class UnauthorizedException (line 12) | class UnauthorizedException(VikingKnowledgeBaseServerException): method __init__ (line 13) | def __init__(self, code, request_id, message=None): class NoPermissionException (line 17) | class NoPermissionException(VikingKnowledgeBaseServerException): method __init__ (line 18) | def __init__(self, code, request_id, message=None): class InvalidRequestException (line 22) | class InvalidRequestException(VikingKnowledgeBaseServerException): method __init__ (line 23) | def __init__(self, code, request_id, message=None): class CollectionExistException (line 27) | class CollectionExistException(VikingKnowledgeBaseServerException): method __init__ (line 28) | def __init__(self, code, request_id, message=None): class CollectionNotExistException (line 32) | class CollectionNotExistException(VikingKnowledgeBaseServerException): method __init__ (line 33) | def __init__(self, code, request_id, message=None): class OperationNotAllowedException (line 37) | class OperationNotAllowedException(VikingKnowledgeBaseServerException): method __init__ (line 38) | def __init__(self, code, request_id, message=None): class IndexExistException (line 42) | class IndexExistException(VikingKnowledgeBaseServerException): method __init__ (line 43) | def __init__(self, code, request_id, message=None): class IndexNotExistException (line 47) | class IndexNotExistException(VikingKnowledgeBaseServerException): method __init__ (line 48) | def __init__(self, code, request_id, message=None): class QueryOpFailedException (line 52) | class QueryOpFailedException(VikingKnowledgeBaseServerException): method __init__ (line 53) | def __init__(self, code, request_id, message=None): class DataNotFoundException (line 57) | class DataNotFoundException(VikingKnowledgeBaseServerException): method __init__ (line 58) | def __init__(self, code, request_id, message=None): class DelOpFailedException (line 62) | class DelOpFailedException(VikingKnowledgeBaseServerException): method __init__ (line 63) | def __init__(self, code, request_id, message=None): class UpsertOpFailedException (line 67) | class UpsertOpFailedException(VikingKnowledgeBaseServerException): method __init__ (line 68) | def __init__(self, code, request_id, message=None): class TokenMismatchException (line 72) | class TokenMismatchException(VikingKnowledgeBaseServerException): method __init__ (line 73) | def __init__(self, code, request_id, message=None): class InvalidQueryVecException (line 77) | class InvalidQueryVecException(VikingKnowledgeBaseServerException): method __init__ (line 78) | def __init__(self, code, request_id, message=None): class InvalidPrimaryKeyException (line 82) | class InvalidPrimaryKeyException(VikingKnowledgeBaseServerException): method __init__ (line 83) | def __init__(self, code, request_id, message=None): class InvalidPartitionException (line 87) | class InvalidPartitionException(VikingKnowledgeBaseServerException): method __init__ (line 88) | def __init__(self, code, request_id, message=None): class InvalidScalarCondException (line 92) | class InvalidScalarCondException(VikingKnowledgeBaseServerException): method __init__ (line 93) | def __init__(self, code, request_id, message=None): class InvalidProxyServiceException (line 97) | class InvalidProxyServiceException(VikingKnowledgeBaseServerException): method __init__ (line 98) | def __init__(self, code, request_id, message=None): class IndexRecallException (line 102) | class IndexRecallException(VikingKnowledgeBaseServerException): method __init__ (line 103) | def __init__(self, code, request_id, message=None): class IndexFetchDataException (line 107) | class IndexFetchDataException(VikingKnowledgeBaseServerException): method __init__ (line 108) | def __init__(self, code, request_id, message=None): class IndexNotReadyException (line 112) | class IndexNotReadyException(VikingKnowledgeBaseServerException): method __init__ (line 113) | def __init__(self, code, request_id, message=None): class APINotImplementedException (line 117) | class APINotImplementedException(VikingKnowledgeBaseServerException): method __init__ (line 118) | def __init__(self, code, request_id, message=None): class CalcEmbeddingFailedException (line 122) | class CalcEmbeddingFailedException(VikingKnowledgeBaseServerException): method __init__ (line 123) | def __init__(self, code, request_id, message=None): class ListEmbeddingModelsException (line 127) | class ListEmbeddingModelsException(VikingKnowledgeBaseServerException): method __init__ (line 128) | def __init__(self, code, request_id, message=None): class VikingKnowledgeBaseException (line 132) | class VikingKnowledgeBaseException(VikingKnowledgeBaseServerException): method __init__ (line 133) | def __init__(self, code, request_id, message=None): method __str__ (line 141) | def __str__(self): class QuotaLimiterException (line 144) | class QuotaLimiterException(VikingKnowledgeBaseServerException): method __init__ (line 145) | def __init__(self, code, request_id, message=None): class RerankException (line 148) | class RerankException(VikingKnowledgeBaseServerException): method __init__ (line 149) | def __init__(self, code, request_id, message=None): class DocNotExistException (line 152) | class DocNotExistException(VikingKnowledgeBaseServerException): method __init__ (line 153) | def __init__(self, code, request_id, message=None): class DocIsFullException (line 156) | class DocIsFullException(VikingKnowledgeBaseServerException): method __init__ (line 157) | def __init__(self, code, request_id, message=None): class PointNotExistException (line 160) | class PointNotExistException(VikingKnowledgeBaseServerException): method __init__ (line 161) | def __init__(self, code, request_id, message=None): FILE: volcengine/visual/VisualService.py class VisualService (line 11) | class VisualService(Service): method __new__ (line 14) | def __new__(cls, *args, **kwargs): method __init__ (line 21) | def __init__(self): method get_service_info (line 27) | def get_service_info(): method get_api_info (line 33) | def get_api_info(): method common_handler (line 172) | def common_handler(self, api, form): method common_get_handler (line 186) | def common_get_handler(self, api, params): method common_json_handler (line 199) | def common_json_handler(self, api, form): method cv_json_api (line 214) | def cv_json_api(self, action, form): method cv_form_api (line 221) | def cv_form_api(self, action, form): method cv_process (line 228) | def cv_process(self, form): method cv_submit_task (line 235) | def cv_submit_task(self, form): method cv_get_result (line 242) | def cv_get_result(self, form): method cv_sync2async_submit_task (line 249) | def cv_sync2async_submit_task(self, form): method cv_sync2async_get_result (line 256) | def cv_sync2async_get_result(self, form): method cv_cancel_task (line 263) | def cv_cancel_task(self, form): method cert_pro_liveness_verify_query (line 270) | def cert_pro_liveness_verify_query(self, form): method img2img_xl_sft (line 277) | def img2img_xl_sft(self, form): method text2img_xl_sft (line 284) | def text2img_xl_sft(self, form): method img2img_comics_style (line 291) | def img2img_comics_style(self, form): method img2img_exquisite_style (line 298) | def img2img_exquisite_style(self, form): method img2img_anime_accelerated_maintain_id (line 305) | def img2img_anime_accelerated_maintain_id(self, form): method entity_segment (line 312) | def entity_segment(self, form): method ocr_pdf_submit_task (line 319) | def ocr_pdf_submit_task(self, form): method ocr_pdf_query_task (line 326) | def ocr_pdf_query_task(self, form): method img2img_create_disney_style_no_face (line 333) | def img2img_create_disney_style_no_face(self, form): method img2img_create_pastel_boys2d (line 340) | def img2img_create_pastel_boys2d(self, form): method img2img_create_ether_real_mix (line 347) | def img2img_create_ether_real_mix(self, form): method img2img_create_toonyou (line 354) | def img2img_create_toonyou(self, form): method img2img_create_anylora_makoto (line 361) | def img2img_create_anylora_makoto(self, form): method img2img_create_rev_animated (line 368) | def img2img_create_rev_animated(self, form): method img2img_create_aes_blueline (line 375) | def img2img_create_aes_blueline(self, form): method img2img_create_ink_and_water (line 382) | def img2img_create_ink_and_water(self, form): method img2img_water_color_style (line 389) | def img2img_water_color_style(self, form): method high_aes_smart_drawing_v2 (line 396) | def high_aes_smart_drawing_v2(self, form): method jpcartoon_cut (line 403) | def jpcartoon_cut(self, form): method img2img_inpainting (line 410) | def img2img_inpainting(self, form): method img2img_inpainting_edit (line 417) | def img2img_inpainting_edit(self, form): method img2img_outpainting (line 424) | def img2img_outpainting(self, form): method jpcartoon (line 431) | def jpcartoon(self, form): method id_card (line 438) | def id_card(self, form): method high_aes_smart_drawing (line 445) | def high_aes_smart_drawing(self, form): method face_swap (line 452) | def face_swap(self, form): method face_swap_v2 (line 459) | def face_swap_v2(self, form): method faceswap_ai (line 466) | def faceswap_ai(self, form): method ocr_normal (line 473) | def ocr_normal(self, form): method bank_card (line 480) | def bank_card(self, form): method human_segment (line 487) | def human_segment(self, form): method general_segment (line 494) | def general_segment(self, form): method enhance_photo (line 501) | def enhance_photo(self, form): method convert_photo (line 508) | def convert_photo(self, form): method convert_photo_v2 (line 515) | def convert_photo_v2(self, form): method cert_h5_config_init (line 522) | def cert_h5_config_init(self, form): method cert_h5_token (line 529) | def cert_h5_token(self, form): method video_scene_detect (line 536) | def video_scene_detect(self, form): method over_resolution (line 543) | def over_resolution(self, form): method goods_segment (line 550) | def goods_segment(self, form): method image_outpaint (line 557) | def image_outpaint(self, form): method image_inpaint (line 564) | def image_inpaint(self, form): method image_cut (line 571) | def image_cut(self, form): method entity_detect (line 578) | def entity_detect(self, form): method goods_detect (line 585) | def goods_detect(self, form): method video_summarization_submit_task (line 592) | def video_summarization_submit_task(self, form): method video_summarization_query_task (line 600) | def video_summarization_query_task(self, params): method video_over_resolution_submit_task (line 608) | def video_over_resolution_submit_task(self, form): method video_over_resolution_query_task (line 616) | def video_over_resolution_query_task(self, params): method video_retargeting_submit_task (line 624) | def video_retargeting_submit_task(self, form): method video_retargeting_query_task (line 632) | def video_retargeting_query_task(self, params): method video_inpaint_submit_task (line 640) | def video_inpaint_submit_task(self, form): method video_inpaint_query_task (line 648) | def video_inpaint_query_task(self, params): method car_plate_detection (line 656) | def car_plate_detection(self, form): method distortion_free (line 663) | def distortion_free(self, form): method stretch_recovery (line 670) | def stretch_recovery(self, form): method image_flow (line 677) | def image_flow(self, form): method image_score (line 684) | def image_score(self, form): method poem_material (line 691) | def poem_material(self, form): method emoticon_edit (line 698) | def emoticon_edit(self, form): method eye_close2open (line 705) | def eye_close2open(self, form): method car_segment (line 712) | def car_segment(self, form): method car_detection (line 719) | def car_detection(self, form): method sky_segment (line 726) | def sky_segment(self, form): method image_search_image_add (line 733) | def image_search_image_add(self, form): method image_search_image_delete (line 740) | def image_search_image_delete(self, form): method image_search_image_search (line 747) | def image_search_image_search(self, form): method product_search_add_image (line 754) | def product_search_add_image(self, params): method product_search_delete_image (line 761) | def product_search_delete_image(self, params): method product_search_search_image (line 768) | def product_search_search_image(self, params): method clue_license (line 775) | def clue_license(self, form): method driving_license (line 782) | def driving_license(self, form): method vehicle_license (line 789) | def vehicle_license(self, form): method taxi_invoice (line 796) | def taxi_invoice(self, form): method train_ticket (line 803) | def train_ticket(self, form): method flight_invoice (line 810) | def flight_invoice(self, form): method vat_invoice (line 817) | def vat_invoice(self, form): method quota_invoice (line 824) | def quota_invoice(self, form): method hair_style (line 831) | def hair_style(self, form): method hair_style_v2 (line 838) | def hair_style_v2(self, form): method face_pretty (line 845) | def face_pretty(self, form): method image_animation (line 852) | def image_animation(self, form): method cover_video (line 859) | def cover_video(self, form): method dolly_zoom (line 866) | def dolly_zoom(self, form): method img2video3d (line 873) | def img2video3d(self, form): method ai_gufeng (line 880) | def ai_gufeng(self, form): method potrait_effect (line 887) | def potrait_effect(self, form): method image_style_conversion (line 894) | def image_style_conversion(self, form): method three_d_game_cartoon (line 901) | def three_d_game_cartoon(self, form): method hair_segment (line 908) | def hair_segment(self, form): method ocr_seal (line 915) | def ocr_seal(self, form): method ocr_pass_invoice (line 922) | def ocr_pass_invoice(self, form): method ocr_trade (line 929) | def ocr_trade(self, form): method ocr_ruanzhu (line 936) | def ocr_ruanzhu(self, form): method ocr_cosmetic_product (line 943) | def ocr_cosmetic_product(self, form): method ocr_pdf (line 950) | def ocr_pdf(self, form): method ocr_table (line 957) | def ocr_table(self, form): method video_cover_selection (line 964) | def video_cover_selection(self, form): method video_highlight_extraction_submit_task (line 971) | def video_highlight_extraction_submit_task(self, form): method video_highlight_extraction_query_task (line 979) | def video_highlight_extraction_query_task(self, params): method cert_token (line 987) | def cert_token(self, form): method cert_verify_query (line 994) | def cert_verify_query(self, form): method t2i_ldm (line 1001) | def t2i_ldm(self, form): method img2img_style (line 1008) | def img2img_style(self, form): method img2img_anime (line 1015) | def img2img_anime(self, form): method ocr_api (line 1022) | def ocr_api(self, action, form): method ocr_async_api (line 1029) | def ocr_async_api(self, action, form): method image_score_v2 (line 1036) | def image_score_v2(self, body): method enhance_photo_v2 (line 1043) | def enhance_photo_v2(self, body): method over_resolution_v2 (line 1050) | def over_resolution_v2(self, body): method video_over_resolution_submit_task_v2 (line 1057) | def video_over_resolution_submit_task_v2(self, body): method video_over_resolution_get_result_v2 (line 1064) | def video_over_resolution_get_result_v2(self, body): method image_correction (line 1071) | def image_correction(self, body): method all_age_generation (line 1078) | def all_age_generation(self, body): method body_detection (line 1085) | def body_detection(self, body): method face_fusion_movie_submit_task (line 1092) | def face_fusion_movie_submit_task(self, body): method face_fusion_movie_get_result (line 1099) | def face_fusion_movie_get_result(self, body): method face_fusion_movie (line 1106) | def face_fusion_movie(self, body): method tupo_cartoon (line 1113) | def tupo_cartoon(self, body): method lens_vida_video_submit_task_v2 (line 1120) | def lens_vida_video_submit_task_v2(self, body): method lens_vida_video_get_result_v2 (line 1127) | def lens_vida_video_get_result_v2(self, body): method cert_src_face_comp (line 1134) | def cert_src_face_comp(self, body): method cert_config_init (line 1141) | def cert_config_init(self, form): method cert_config_get (line 1148) | def cert_config_get(self, body): method face_compare (line 1155) | def face_compare(self, body): method still_liveness_img (line 1162) | def still_liveness_img(self, body): method emotion_portrait (line 1169) | def emotion_portrait(self, body): method cert_auth (line 1176) | def cert_auth(self, body): method cert_verify (line 1183) | def cert_verify(self, body): method set_api_info (line 1190) | def set_api_info(self, action, version): FILE: volcengine/vms/VmsService.py class VmsService (line 19) | class VmsService(Service): method __new__ (line 22) | def __new__(cls, *args, **kwargs): method __init__ (line 29) | def __init__(self, region='cn-north-1'): method get_service_info (line 39) | def get_service_info(region): method get_api_info (line 51) | def get_api_info(): method common_handler (line 124) | def common_handler(self, api, form): method do_query_handler (line 138) | def do_query_handler(self, api, params): method do_json_handler (line 150) | def do_json_handler(self, api, body, params=dict()): method do_post_handler (line 162) | def do_post_handler(self, api, form, params=dict()): method bind_axb (line 176) | def bind_axb(self, form): method select_number_and_bind_axb (line 183) | def select_number_and_bind_axb(self, form): method unbind_axb (line 190) | def unbind_axb(self, form): method query_subscription (line 197) | def query_subscription(self, form): method query_subscription_for_list (line 204) | def query_subscription_for_list(self, form): method upgrade_ax_to_axb (line 211) | def upgrade_ax_to_axb(self, form): method update_axb (line 218) | def update_axb(self, form): method bind_axn (line 225) | def bind_axn(self, form): method update_axn (line 232) | def update_axn(self, form): method unbind_axn (line 239) | def unbind_axn(self, form): method select_number_and_bind_axn (line 246) | def select_number_and_bind_axn(self, form): method click2_call (line 253) | def click2_call(self, form): method cancel_click2_call (line 260) | def cancel_click2_call(self, form): method click2_call_lite (line 267) | def click2_call_lite(self, form): method bind_axne (line 274) | def bind_axne(self, form): method unbind_axne (line 281) | def unbind_axne(self, form): method update_axne (line 288) | def update_axne(self, form): method bind_axb_for_axne (line 295) | def bind_axb_for_axne(self, form): method bind_axyb (line 302) | def bind_axyb(self, form): method bind_yb_for_axyb (line 309) | def bind_yb_for_axyb(self, form): method update_axyb (line 316) | def update_axyb(self, form): method unbind_axyb (line 323) | def unbind_axyb(self, form): method bind_axg (line 330) | def bind_axg(self, body): method unbind_axg (line 338) | def unbind_axg(self, body): method update_axg (line 346) | def update_axg(self, body): method create_axg_group (line 354) | def create_axg_group(self, body): method update_axg_group (line 362) | def update_axg_group(self, body): method delete_axg_group (line 370) | def delete_axg_group(self, body): method register_industrial_id (line 378) | def register_industrial_id(self, body): method route_a_auth (line 386) | def route_a_auth(self, form): method number_pool_list (line 393) | def number_pool_list(self, form): method number_list (line 400) | def number_list(self, params): method create_number_pool (line 407) | def create_number_pool(self, form): method update_number_pool (line 414) | def update_number_pool(self, form): method enable_or_disable_number (line 421) | def enable_or_disable_number(self, form): method select_number (line 428) | def select_number(self, params): method query_call_call (line 435) | def query_call_call(self, form): method query_call_record_msg (line 442) | def query_call_record_msg(self, form): method query_audio_record_file_url (line 449) | def query_audio_record_file_url(self, form): method query_audio_record_to_text_file_url (line 456) | def query_audio_record_to_text_file_url(self, form): method create_task (line 464) | def create_task(self, body): method batch_append_task (line 473) | def batch_append_task(self, body): method update_task (line 482) | def update_task(self, body): method pause_task (line 491) | def pause_task(self, params): method resume_task (line 500) | def resume_task(self, params): method stop_task (line 509) | def stop_task(self, params): method single_batch_append (line 518) | def single_batch_append(self, body): method single_info (line 527) | def single_info(self, params): method single_cancel (line 536) | def single_cancel(self, params): method fetch_resource (line 545) | def fetch_resource(self, body): method create_tts (line 554) | def create_tts(self, body): method delete_resource (line 563) | def delete_resource(self, params): method get_resource_upload_url (line 572) | def get_resource_upload_url(self, body): method commit_resource_upload (line 581) | def commit_resource_upload(self, body): method open_update_resource (line 590) | def open_update_resource(self, params): method query_usable_resource (line 599) | def query_usable_resource(self, params): method query_open_get_resource (line 608) | def query_open_get_resource(self, body): FILE: volcengine/vod/VodService.py class VodService (line 29) | class VodService(VodServiceConfig): method get_private_drm_play_auth_token (line 31) | def get_private_drm_play_auth_token(self, request, expire): method create_hls_drm_auth_token (line 55) | def create_hls_drm_auth_token(self, auth_algorithm, expire_seconds): method get_sha1_hls_drm_auth_token (line 87) | def get_sha1_hls_drm_auth_token(self, expire_seconds): method get_play_auth_token (line 93) | def get_play_auth_token(self, request, expire): method get_subtitle_auth_token (line 123) | def get_subtitle_auth_token(self, request, expire): method upload_media (line 142) | def upload_media(self, request): method parse_m3u8_manifest (line 165) | def parse_m3u8_manifest(self, space_name, manifest_path): method upload_m3u8_segments (line 209) | def upload_m3u8_segments(self, request, segments): method upload_tob (line 250) | def upload_tob(self, space_name, file_path, file_type, file_name, file... method vpc_upload (line 334) | def vpc_upload(self, vpc_upload_address, file_path, file_size): method vpc_put (line 343) | def vpc_put(self, vpc_upload_address, file_path): method vpc_part_put (line 352) | def vpc_part_put(self, put_url, content): method vpc_post (line 361) | def vpc_post(self, post_url, data, headers): method vpc_part_upload (line 367) | def vpc_part_upload(self, part_upload_info, file_path, file_size): method vpc_generate_body (line 394) | def vpc_generate_body(self, etag_list): method direct_upload (line 405) | def direct_upload(self, host, oid, auth, file_path, storage_class): method chunk_upload (line 426) | def chunk_upload(self, file_path, host, oid, auth, size, is_large_file... method init_upload_part (line 453) | def init_upload_part(self, host, oid, auth, is_large_file, storage_cla... method upload_part (line 474) | def upload_part(self, host, oid, auth, upload_id, part_number, data, i... method generate_merge_body (line 498) | def generate_merge_body(check_sum_list): method upload_merge_part (line 508) | def upload_merge_part(self, host, oid, auth, upload_id, check_sum_list... method get_upload_sts2_with_expired_time (line 531) | def get_upload_sts2_with_expired_time(self, expired_time): method get_upload_sts2 (line 538) | def get_upload_sts2(self): method upload_material (line 541) | def upload_material(self, request): method submit_direct_edit_task_async (line 563) | def submit_direct_edit_task_async(self, request): method submit_direct_edit_task_sync (line 585) | def submit_direct_edit_task_sync(self, request): method get_direct_edit_result (line 607) | def get_direct_edit_result(self, request): method get_direct_edit_progress (line 628) | def get_direct_edit_progress(self, request): method cancel_direct_edit_task (line 661) | def cancel_direct_edit_task(self, request): method async_v_creative_task (line 680) | def async_v_creative_task(self, request): method get_v_creative_task_result (line 699) | def get_v_creative_task_result(self, request): method get_all_play_info (line 732) | def get_all_play_info(self, request): method get_play_info (line 766) | def get_play_info(self, request): method get_private_drm_play_auth (line 800) | def get_private_drm_play_auth(self, request): method get_hls_decryption_key (line 834) | def get_hls_decryption_key(self, request): method create_hls_decryption_key (line 868) | def create_hls_decryption_key(self, request): method get_play_info_with_live_time_shift_scene (line 902) | def get_play_info_with_live_time_shift_scene(self, request): method submit_block_object_tasks (line 936) | def submit_block_object_tasks(self, request): method list_block_object_tasks (line 971) | def list_block_object_tasks(self, request): method upload_media_by_url (line 1006) | def upload_media_by_url(self, request): method query_upload_task_info (line 1041) | def query_upload_task_info(self, request): method apply_upload_info (line 1075) | def apply_upload_info(self, request): method commit_upload_info (line 1109) | def commit_upload_info(self, request): method parse_upload_manifest (line 1143) | def parse_upload_manifest(self, request): method list_file_meta_infos_by_file_names (line 1165) | def list_file_meta_infos_by_file_names(self, request): method update_media_info (line 1200) | def update_media_info(self, request): method update_media_publish_status (line 1234) | def update_media_publish_status(self, request): method update_media_storage_class (line 1268) | def update_media_storage_class(self, request): method get_media_infos (line 1302) | def get_media_infos(self, request): method get_media_infos20230701 (line 1336) | def get_media_infos20230701(self, request): method get_recommended_poster (line 1370) | def get_recommended_poster(self, request): method delete_media (line 1404) | def delete_media(self, request): method delete_transcodes (line 1438) | def delete_transcodes(self, request): method get_file_infos (line 1472) | def get_file_infos(self, request): method update_file_storage_class (line 1506) | def update_file_storage_class(self, request): method get_inner_audit_u_r_ls (line 1541) | def get_inner_audit_u_r_ls(self, request): method get_ad_audit_result_by_vid (line 1563) | def get_ad_audit_result_by_vid(self, request): method delete_media_tos_file (line 1585) | def delete_media_tos_file(self, request): method get_media_list (line 1620) | def get_media_list(self, request): method delete_material (line 1654) | def delete_material(self, request): method get_subtitle_info_list (line 1688) | def get_subtitle_info_list(self, request): method update_subtitle_status (line 1722) | def update_subtitle_status(self, request): method update_subtitle_info (line 1756) | def update_subtitle_info(self, request): method get_audit_frames_for_audit (line 1790) | def get_audit_frames_for_audit(self, request): method get_m_l_frames_for_audit (line 1824) | def get_m_l_frames_for_audit(self, request): method get_better_frames_for_audit (line 1858) | def get_better_frames_for_audit(self, request): method get_audio_info_for_audit (line 1892) | def get_audio_info_for_audit(self, request): method get_automatic_speech_recognition_for_audit (line 1926) | def get_automatic_speech_recognition_for_audit(self, request): method get_audio_event_detection_for_audit (line 1960) | def get_audio_event_detection_for_audit(self, request): method create_video_classification (line 1994) | def create_video_classification(self, request): method update_video_classification (line 2028) | def update_video_classification(self, request): method delete_video_classification (line 2062) | def delete_video_classification(self, request): method list_video_classifications (line 2096) | def list_video_classifications(self, request): method list_snapshots (line 2130) | def list_snapshots(self, request): method extract_media_meta_task (line 2164) | def extract_media_meta_task(self, request): method get_media_entity_list (line 2198) | def get_media_entity_list(self, request): method get_media_entity (line 2232) | def get_media_entity(self, request): method delete_media_entity (line 2266) | def delete_media_entity(self, request): method start_workflow (line 2301) | def start_workflow(self, request): method retrieve_transcode_result (line 2335) | def retrieve_transcode_result(self, request): method get_workflow_execution (line 2369) | def get_workflow_execution(self, request): method get_workflow_execution_result (line 2403) | def get_workflow_execution_result(self, request): method create_task_template (line 2437) | def create_task_template(self, request): method update_task_template (line 2472) | def update_task_template(self, request): method get_task_template (line 2507) | def get_task_template(self, request): method list_task_template (line 2541) | def list_task_template(self, request): method delete_task_template (line 2575) | def delete_task_template(self, request): method create_workflow_template (line 2610) | def create_workflow_template(self, request): method update_workflow_template (line 2645) | def update_workflow_template(self, request): method get_workflow_template (line 2680) | def get_workflow_template(self, request): method list_workflow_template (line 2714) | def list_workflow_template(self, request): method delete_workflow_template (line 2748) | def delete_workflow_template(self, request): method create_watermark_template (line 2783) | def create_watermark_template(self, request): method update_watermark_template (line 2818) | def update_watermark_template(self, request): method get_watermark_template (line 2853) | def get_watermark_template(self, request): method list_watermark_template (line 2887) | def list_watermark_template(self, request): method delete_watermark_template (line 2921) | def delete_watermark_template(self, request): method delete_space (line 2956) | def delete_space(self, request): method create_space (line 2990) | def create_space(self, request): method list_space (line 3024) | def list_space(self, request): method get_space_detail (line 3058) | def get_space_detail(self, request): method update_space (line 3092) | def update_space(self, request): method update_space_upload_config (line 3126) | def update_space_upload_config(self, request): method describe_upload_space_config (line 3160) | def describe_upload_space_config(self, request): method update_upload_space_config (line 3194) | def update_upload_space_config(self, request): method add_domain_to_scheduler (line 3216) | def add_domain_to_scheduler(self, request): method remove_domain_from_scheduler (line 3250) | def remove_domain_from_scheduler(self, request): method update_domain_play_rule (line 3284) | def update_domain_play_rule(self, request): method start_domain (line 3318) | def start_domain(self, request): method stop_domain (line 3352) | def stop_domain(self, request): method delete_domain (line 3386) | def delete_domain(self, request): method list_domain (line 3420) | def list_domain(self, request): method create_cdn_refresh_task (line 3454) | def create_cdn_refresh_task(self, request): method create_cdn_preload_task (line 3488) | def create_cdn_preload_task(self, request): method list_cdn_tasks (line 3522) | def list_cdn_tasks(self, request): method list_cdn_access_log (line 3556) | def list_cdn_access_log(self, request): method list_cdn_top_access_url (line 3590) | def list_cdn_top_access_url(self, request): method list_cdn_top_access (line 3624) | def list_cdn_top_access(self, request): method list_cdn_usage_data (line 3658) | def list_cdn_usage_data(self, request): method list_cdn_status_data (line 3692) | def list_cdn_status_data(self, request): method describe_ip_info (line 3726) | def describe_ip_info(self, request): method list_cdn_pv_data (line 3760) | def list_cdn_pv_data(self, request): method submit_block_tasks (line 3794) | def submit_block_tasks(self, request): method get_content_block_tasks (line 3829) | def get_content_block_tasks(self, request): method create_domain (line 3864) | def create_domain(self, request): method update_domain_expire (line 3886) | def update_domain_expire(self, request): method update_domain_auth_config (line 3920) | def update_domain_auth_config(self, request): method add_or_update_certificate (line 3954) | def add_or_update_certificate(self, request): method update_domain_url_auth_config (line 3989) | def update_domain_url_auth_config(self, request): method verify_domain_owner (line 4023) | def verify_domain_owner(self, request): method describe_domain_verify_content (line 4057) | def describe_domain_verify_content(self, request): method update_domain_config (line 4091) | def update_domain_config(self, request): method describe_domain_config (line 4113) | def describe_domain_config(self, request): method describe_cdn_edge_ip (line 4147) | def describe_cdn_edge_ip(self, request): method describe_cdn_region_and_isp (line 4181) | def describe_cdn_region_and_isp(self, request): method add_callback_subscription (line 4215) | def add_callback_subscription(self, request): method set_callback_event (line 4249) | def set_callback_event(self, request): method get_smart_strategy_lite_play_info (line 4283) | def get_smart_strategy_lite_play_info(self, request): method get_app_info (line 4317) | def get_app_info(self, request): method describe_vod_space_transcode_data (line 4351) | def describe_vod_space_transcode_data(self, request): method describe_vod_space_a_i_statis_data (line 4385) | def describe_vod_space_a_i_statis_data(self, request): method describe_vod_space_subtitle_statis_data (line 4419) | def describe_vod_space_subtitle_statis_data(self, request): method describe_vod_space_detect_statis_data (line 4453) | def describe_vod_space_detect_statis_data(self, request): method describe_vod_space_workflow_detail_data (line 4487) | def describe_vod_space_workflow_detail_data(self, request): method describe_vod_space_edit_detail_data (line 4521) | def describe_vod_space_edit_detail_data(self, request): method describe_vod_snapshot_data (line 4555) | def describe_vod_snapshot_data(self, request): method describe_vod_space_storage_data (line 4589) | def describe_vod_space_storage_data(self, request): method describe_vod_domain_traffic_data (line 4623) | def describe_vod_domain_traffic_data(self, request): method describe_vod_domain_bandwidth_data (line 4657) | def describe_vod_domain_bandwidth_data(self, request): method describe_vod_enhance_image_data (line 4691) | def describe_vod_enhance_image_data(self, request): method describe_vod_space_edit_statis_data (line 4725) | def describe_vod_space_edit_statis_data(self, request): method describe_vod_played_statis_data (line 4759) | def describe_vod_played_statis_data(self, request): method describe_vod_most_played_statis_data (line 4793) | def describe_vod_most_played_statis_data(self, request): method describe_vod_realtime_media_data (line 4827) | def describe_vod_realtime_media_data(self, request): method describe_vod_realtime_media_detail_data (line 4861) | def describe_vod_realtime_media_detail_data(self, request): method describe_vod_vid_traffic_file_log (line 4895) | def describe_vod_vid_traffic_file_log(self, request): FILE: volcengine/vod/VodServiceConfig.py class VodServiceConfig (line 14) | class VodServiceConfig(Service): method __new__ (line 17) | def __new__(cls, *args, **kwargs): method __init__ (line 24) | def __init__(self, region='cn-north-1'): method get_service_info (line 34) | def get_service_info(region): method get_api_info (line 49) | def get_api_info(): method crc32 (line 195) | def crc32(file_path): FILE: volcengine/vod/helper/FileSectionReader.py class FileSectionReader (line 5) | class FileSectionReader(object): method __init__ (line 6) | def __init__(self, file_object, size, init_offset=None, can_reset=False): method read (line 15) | def read(self, amt=None): method len (line 28) | def len(self): method reset (line 31) | def reset(self):