whylabs-client 0.5.2 on conda – Libraries.io

AlertsApi get_alerts_paths GET /v0/organizations/{org_id}/alerts/models/{model_id}/paths Get the alerts for a given time period. ApiKeyApi create_api_key POST /v0/organizations/{org_id}/api-key Generate an API key for a user. ApiKeyApi get_api_key GET /v0/organizations/{org_id}/api-key/{key_id} Get an api key by its id ApiKeyApi list_api_keys GET /v0/organizations/{org_id}/api-key List API key metadata for a given organization and user ApiKeyApi revoke_api_key DELETE /v0/organizations/{org_id}/api-key Revoke the given API Key, removing its ability to access WhyLabs systems DatasetProfileApi delete_analyzer_results DELETE /v0/organizations/{org_id}/dataset-profiles/models/{dataset_id}/analyzer-results Deletes a set of analyzer results DatasetProfileApi delete_dataset_profiles DELETE /v0/organizations/{org_id}/dataset-profiles/models/{dataset_id} Deletes a set of dataset profiles EventsApi get_events_data GET /v0/organizations/{org_id}/events/models/{model_id}/data Get the event data as multi-line JSON for a given time period. FeatureWeightsApi get_column_weights GET /v0/organizations/{org_id}/dataset/{dataset_id}/weights Get column weights for the specified dataset FeatureWeightsApi put_column_weights PUT /v0/organizations/{org_id}/dataset/{dataset_id}/weights Put column weights for the specified dataset LogApi log POST /v0/organizations/{org_id}/log Log a dataset profile entry to the backend LogApi log_async POST /v0/organizations/{org_id}/log/async/{dataset_id} Like /log, except this api doesn’t take the actual profile content. It returns an upload link that can be used to upload the profile to. LogApi log_reference POST /v0/organizations/{org_id}/log/reference/{model_id} Returns a presigned URL for uploading the reference profile to. MembershipApi create_membership POST /v0/membership Create a membership for a user, making them apart of an organization. Uses the user’s current email address. MembershipApi create_organization_membership POST /v0/organizations/{org_id}/membership Create a membership for a user, making them apart of an organization. Uses the user’s current email address. MembershipApi get_default_membership_for_email GET /v0/membership/default Get the default membership for a user. MembershipApi get_memberships GET /v0/membership/user/{user_id} Get memberships for a user. MembershipApi get_memberships_by_email GET /v0/membership/user Get memberships for a user given that user’s email address. MembershipApi get_memberships_by_org GET /v0/membership/org/{org_id} Get memberships for an org. MembershipApi list_organization_memberships GET /v0/organizations/{org_id}/membership List organization memberships MembershipApi remove_membership_by_email DELETE /v0/membership Removes membership in a given org from a user, using the user’s email address. MembershipApi remove_organization_membership DELETE /v0/organizations/{org_id}/membership Removes membership in a given org from a user, using the user’s email address. MembershipApi set_default_membership POST /v0/membership/default Sets the organization that should be used when logging a user in MembershipApi update_membership_by_email PUT /v0/membership Updates the role in an membership MembershipApi update_organization_membership PUT /v0/organizations/{org_id}/membership Updates the role in an membership ModelsApi create_model POST /v0/organizations/{org_id}/models Create a model with a given name and a time period ModelsApi deactivate_model DELETE /v0/organizations/{org_id}/models/{model_id} Mark a model as inactive ModelsApi delete_analyzer DELETE /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/analyzer/{analyzer_id} Delete the analyzer config for a given dataset. ModelsApi delete_entity_schema_column DELETE /v0/organizations/{org_id}/models/{dataset_id}/schema/column/{column_id} Delete the entity schema of a single column for a given dataset. ModelsApi delete_monitor DELETE /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/monitor/{monitor_id} Delete the monitor for a given dataset. ModelsApi get_analyzer GET /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/analyzer/{analyzer_id} Get the analyzer config for a given dataset. ModelsApi get_entity_schema GET /v0/organizations/{org_id}/models/{dataset_id}/schema Get the entity schema config for a given dataset. ModelsApi get_entity_schema_column GET /v0/organizations/{org_id}/models/{dataset_id}/schema/column/{column_id} Get the entity schema of a single column for a given dataset. ModelsApi get_model GET /v0/organizations/{org_id}/models/{model_id} Get a model metadata ModelsApi get_monitor GET /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/monitor/{monitor_id} Get the monitor config for a given dataset. ModelsApi get_monitor_config_v2 GET /v0/organizations/{org_id}/models/{model_id}/monitor-config/v2 Get the monitor config for a given model or segment. The return of this api will include default values that we apply over any config that omits portions of the monitor config schema. ModelsApi get_monitor_config_v3 GET /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/v3 Get the monitor config document for a given dataset. ModelsApi get_monitor_config_v3_version GET /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/v3/versions/{version_id} Get the monitor config document version for a given dataset. ModelsApi list_models GET /v0/organizations/{org_id}/models Get a list of all of the model ids for an organization. ModelsApi list_monitor_config_v3_versions GET /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/v3/versions List the monitor config document versions for a given dataset. ModelsApi list_segments GET /v0/organizations/{org_id}/models/{model_id}/segments Get a model metadata ModelsApi put_analyzer PUT /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/analyzer/{analyzer_id} Save the analyzer config for a given dataset. ModelsApi put_entity_schema PUT /v0/organizations/{org_id}/models/{dataset_id}/schema Save the entity schema config for a given dataset. ModelsApi put_entity_schema_column PUT /v0/organizations/{org_id}/models/{dataset_id}/schema/column/{column_id} Save the entity schema of a single column for a given dataset. ModelsApi put_monitor PUT /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/monitor/{monitor_id} Save the monitor for a given dataset. ModelsApi put_monitor_config_v2 PUT /v0/organizations/{org_id}/models/{model_id}/monitor-config/v2 Save the monitor config for a given model or segment ModelsApi put_monitor_config_v3 PUT /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/v3 Save the monitor config document for a given dataset. ModelsApi put_request_monitor_run_config PUT /v0/organizations/{org_id}/models/{dataset_id}/request-monitor-run Put the RequestMonitorRun config into S3. ModelsApi put_segments PUT /v0/organizations/{org_id}/models/{model_id}/segments Add a segment to the dataset ModelsApi update_model PUT /v0/organizations/{org_id}/models/{model_id} Update a model’s metadata ModelsApi validate_monitor_config_v3 PUT /v0/organizations/{org_id}/models/{dataset_id}/monitor-config/v3/validate Validate the monitor config document for a given dataset. NotificationSettingsApi delete_notification_action DELETE /v0/notification-settings/{org_id}/actions/{action_id} Delete notification action NotificationSettingsApi get_email_notification_action_payload GET /v0/notification-settings/actions/email/payload Get dummy notification action payload NotificationSettingsApi get_notification_action GET /v0/notification-settings/{org_id}/actions/{action_id} Get notification action for id NotificationSettingsApi get_notification_settings GET /v0/notification-settings/{org_id} Get notification settings for an org NotificationSettingsApi get_pager_duty_notification_action_payload GET /v0/notification-settings/actions/pagerduty/payload Get dummy notification action payload NotificationSettingsApi get_slack_notification_action_payload GET /v0/notification-settings/actions/slack/payload Get dummy notification action payload NotificationSettingsApi list_notification_actions GET /v0/notification-settings/{org_id}/actions List notification actions for an org NotificationSettingsApi put_notification_action PUT /v0/notification-settings/{org_id}/actions/{type}/{action_id} Add new notification action NotificationSettingsApi update_notification_action PATCH /v0/notification-settings/{org_id}/actions/{type}/{action_id} Update notification action NotificationSettingsApi update_notification_settings POST /v0/notification-settings/{org_id} Update notification settings for an org SessionsApi close_session POST /v0/sessions/{session_token}/close naddeo Close a session, triggering its display in whylabs and making it no longer accept any additional data. SessionsApi create_dataset_profile_upload POST /v0/sessions/{session_token}/upload Create an upload for a given session. SessionsApi create_session POST /v0/sessions Create a new session that can be used to upload dataset profiles from whylogs for display in whylabs. SessionsApi get_session GET /v0/sessions/{session_token} Get information about a session.

Read more here: Source link