workbench 0.8.165__tar.gz → 0.8.167__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {workbench-0.8.165 → workbench-0.8.167}/PKG-INFO +2 -2
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/Dockerfile +1 -1
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/data_sources/layout.py +3 -2
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/endpoints/layout.py +2 -2
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/feature_sets/layout.py +3 -7
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/models/layout.py +3 -7
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/aws_account_check.py +3 -3
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +357 -13
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_full/app.py +1 -1
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_lite/app.py +1 -1
- workbench-0.8.167/model_docker_images/ml_pipelines/Dockerfile +28 -0
- workbench-0.8.167/model_docker_images/ml_pipelines/ml_pipeline_runner.py +81 -0
- workbench-0.8.167/model_docker_images/ml_pipelines/requirements.txt +16 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/scripts/build_deploy.sh +7 -6
- {workbench-0.8.165 → workbench-0.8.167}/pyproject.toml +2 -1
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/meta.py +5 -2
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/monitor_core.py +31 -30
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/aws/aws_meta.py +1 -1
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/aws/aws_session.py +4 -4
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/xgb_model/generated_model_script.py +5 -5
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/repl/workbench_shell.py +1 -1
- workbench-0.8.167/src/workbench/scripts/ml_pipeline_launcher.py +109 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/aws_utils.py +4 -3
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/cloudwatch_handler.py +1 -1
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/config_manager.py +1 -1
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench.egg-info/PKG-INFO +2 -2
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench.egg-info/SOURCES.txt +4 -7
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench.egg-info/entry_points.txt +1 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench.egg-info/requires.txt +1 -1
- workbench-0.8.165/examples/pipelines/abalone_pipeline_v1.json +0 -43
- workbench-0.8.165/examples/pipelines/abalone_pipeline_v2.json +0 -45
- workbench-0.8.165/examples/pipelines/aqsol_pipeline_v1.json +0 -66
- workbench-0.8.165/examples/pipelines/pipeline_details.py +0 -5
- workbench-0.8.165/examples/pipelines/pipeline_execute.py +0 -11
- workbench-0.8.165/examples/pipelines/pipeline_manager.py +0 -18
- workbench-0.8.165/src/workbench/utils/execution_environment.py +0 -211
- {workbench-0.8.165 → workbench-0.8.167}/.flake8 +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/.github/dependabot.yml +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/.gitignore +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/CONTRIBUTING.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/Dockerfile +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/LICENSE +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/Makefile +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/SECURITY.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/event_bridge/dynamic_docker/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/event_bridge/dynamic_docker/app.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/event_bridge/dynamic_docker/cdk.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/event_bridge/dynamic_docker/lambda/lambda_replace_task.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/event_bridge/dynamic_docker/workbench_image_update_stack.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/data/abalone.csv +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/data/karate_graph.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/data/test_data.csv +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/data/test_data.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/data/wine_dataset.csv +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/deploy_docker.sh +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/model.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/api_classes/views.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/eda.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/htg.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/cached/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/enterprise/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/getting_started/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/glue/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/big_spider.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/scp.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/small_spider.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/misc/faq.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/misc/general_info.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/model_utils/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/plugins/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/presentations/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/repl/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/themes/details.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/docs/themes/index.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/chem_utils/canonicalize_smiles.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/custom_model.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/dbscan.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/knn.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/pytorch.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/random_forest.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/uq/mapie_xgb.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/sagemaker_pipelines/all_steps.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/sagemaker_pipelines/hello.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/sagemaker_pipelines/ml_pipeline.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/data_source.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/endpoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/feature_set.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/ml_pipeline.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/model.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/log_testing.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/networkx_id.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/mkdocs.yml +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/presentations/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/active_logs.sh +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/endpoint_inference_launch.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/endpoint_timing/endpoint_timing.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/endpoint_timing/endpoint_timing_old.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/endpoint_timing/timing_plot.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/get_tags.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/model_to_endpoint_debugging.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/onboard_models.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/setup.cfg +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/model.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/endpoint_core.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/chem_info/local_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/chem_info/tautomerize.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/mapie_xgb.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/quant_regression/quant_regression.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/chem_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/fast_inference.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/README.md +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/chem_info/test_canonicalize.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/create_test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/views/view_tests.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/tox.ini +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.165 → workbench-0.8.167}/ui_testing/theme_switching_2.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.167
|
|
4
4
|
Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
|
|
5
5
|
Author-email: SuperCowPowers LLC <support@supercowpowers.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -30,7 +30,7 @@ Requires-Dist: joblib>=1.3.2
|
|
|
30
30
|
Requires-Dist: requests>=2.26.0
|
|
31
31
|
Requires-Dist: rdkit>=2024.9.5
|
|
32
32
|
Requires-Dist: mordredcommunity>=2.0.6
|
|
33
|
-
Requires-Dist: workbench-bridges>=0.1.
|
|
33
|
+
Requires-Dist: workbench-bridges>=0.1.10
|
|
34
34
|
Provides-Extra: ui
|
|
35
35
|
Requires-Dist: plotly>=6.0.0; extra == "ui"
|
|
36
36
|
Requires-Dist: dash>3.0.0; extra == "ui"
|
{workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/data_sources/layout.py
RENAMED
|
@@ -58,6 +58,7 @@ def data_sources_layout(
|
|
|
58
58
|
data_source_details,
|
|
59
59
|
type="dot",
|
|
60
60
|
color="#33aa33",
|
|
61
|
+
delay_show=300,
|
|
61
62
|
),
|
|
62
63
|
width=4,
|
|
63
64
|
className="text-break workbench-container",
|
|
@@ -67,12 +68,12 @@ def data_sources_layout(
|
|
|
67
68
|
dbc.Col(
|
|
68
69
|
[
|
|
69
70
|
dbc.Row(
|
|
70
|
-
dcc.Loading(violin_plot, type="graph"),
|
|
71
|
+
dcc.Loading(violin_plot, type="graph", delay_show=500),
|
|
71
72
|
className="workbench-container",
|
|
72
73
|
style={"margin": "20px 0px 10px 20px"},
|
|
73
74
|
),
|
|
74
75
|
dbc.Row(
|
|
75
|
-
dcc.Loading(correlation_matrix, type="graph"),
|
|
76
|
+
dcc.Loading(correlation_matrix, type="graph", delay_show=500),
|
|
76
77
|
className="workbench-container",
|
|
77
78
|
style={"margin": "20px 0px 10px 20px"},
|
|
78
79
|
),
|
{workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/endpoints/layout.py
RENAMED
|
@@ -47,7 +47,7 @@ def endpoints_layout(
|
|
|
47
47
|
[
|
|
48
48
|
# Column 1: Endpoint Details
|
|
49
49
|
dbc.Col(
|
|
50
|
-
dcc.Loading(endpoint_details, type="dot", color="#33aa33"),
|
|
50
|
+
dcc.Loading(endpoint_details, type="dot", color="#33aa33", delay_show=300),
|
|
51
51
|
width=4,
|
|
52
52
|
className="text-break workbench-container",
|
|
53
53
|
style={"margin": "20px 0px 0px 0px", "padding": "20px"},
|
|
@@ -56,7 +56,7 @@ def endpoints_layout(
|
|
|
56
56
|
dbc.Col(
|
|
57
57
|
[
|
|
58
58
|
dbc.Row(
|
|
59
|
-
dcc.Loading(endpoint_metrics, type="graph"),
|
|
59
|
+
dcc.Loading(endpoint_metrics, type="graph", delay_show=500),
|
|
60
60
|
className="workbench-container",
|
|
61
61
|
style={"margin": "20px 0px 10px 20px"},
|
|
62
62
|
),
|
{workbench-0.8.165 → workbench-0.8.167}/applications/aws_dashboard/pages/feature_sets/layout.py
RENAMED
|
@@ -46,11 +46,7 @@ def feature_sets_layout(
|
|
|
46
46
|
[
|
|
47
47
|
# Column 1: Feature Set Details
|
|
48
48
|
dbc.Col(
|
|
49
|
-
dcc.Loading(
|
|
50
|
-
feature_set_details,
|
|
51
|
-
type="dot",
|
|
52
|
-
color="#33aa33",
|
|
53
|
-
),
|
|
49
|
+
dcc.Loading(feature_set_details, type="dot", color="#33aa33", delay_show=300),
|
|
54
50
|
width=4,
|
|
55
51
|
className="text-break workbench-container",
|
|
56
52
|
style={"margin": "20px 0px 0px 0px", "padding": "20px"},
|
|
@@ -59,12 +55,12 @@ def feature_sets_layout(
|
|
|
59
55
|
dbc.Col(
|
|
60
56
|
[
|
|
61
57
|
dbc.Row(
|
|
62
|
-
dcc.Loading(violin_plot, type="graph"),
|
|
58
|
+
dcc.Loading(violin_plot, type="graph", delay_show=500),
|
|
63
59
|
className="workbench-container",
|
|
64
60
|
style={"margin": "20px 0px 10px 20px"},
|
|
65
61
|
),
|
|
66
62
|
dbc.Row(
|
|
67
|
-
dcc.Loading(correlation_matrix, type="graph"),
|
|
63
|
+
dcc.Loading(correlation_matrix, type="graph", delay_show=500),
|
|
68
64
|
className="workbench-container",
|
|
69
65
|
style={"margin": "20px 0px 10px 20px"},
|
|
70
66
|
),
|
|
@@ -37,11 +37,7 @@ def models_layout(
|
|
|
37
37
|
[
|
|
38
38
|
# Column 1: Model Details
|
|
39
39
|
dbc.Col(
|
|
40
|
-
dcc.Loading(
|
|
41
|
-
model_details,
|
|
42
|
-
type="dot",
|
|
43
|
-
color="#33aa33",
|
|
44
|
-
),
|
|
40
|
+
dcc.Loading(model_details, type="dot", color="#33aa33", delay_show=300),
|
|
45
41
|
width=5,
|
|
46
42
|
className="text-break workbench-container",
|
|
47
43
|
style={"margin": "20px 0px 0px 0px", "padding": "20px"},
|
|
@@ -50,12 +46,12 @@ def models_layout(
|
|
|
50
46
|
dbc.Col(
|
|
51
47
|
[
|
|
52
48
|
dbc.Row(
|
|
53
|
-
dcc.Loading(model_plot, type="graph", style={"height": "400px"}),
|
|
49
|
+
dcc.Loading(model_plot, type="graph", delay_show=500, style={"height": "400px"}),
|
|
54
50
|
className="workbench-container",
|
|
55
51
|
style={"margin": "20px 0px 10px 20px"},
|
|
56
52
|
),
|
|
57
53
|
dbc.Row(
|
|
58
|
-
dcc.Loading(shap_plot, type="graph"),
|
|
54
|
+
dcc.Loading(shap_plot, type="graph", delay_show=500),
|
|
59
55
|
className="workbench-container",
|
|
60
56
|
style={"margin": "20px 0px 10px 20px"},
|
|
61
57
|
),
|
|
@@ -65,9 +65,9 @@ class AWSAccountCheck:
|
|
|
65
65
|
self.log.info(str(feature_group))
|
|
66
66
|
print("\n")
|
|
67
67
|
|
|
68
|
-
# Check that the Glue
|
|
69
|
-
self.log.info("*** AWS Glue
|
|
70
|
-
for catalog_db in ["workbench", "sagemaker_featurestore"]:
|
|
68
|
+
# Check that the Glue Databases exist
|
|
69
|
+
self.log.info("*** AWS Glue Databases Check ***")
|
|
70
|
+
for catalog_db in ["workbench", "sagemaker_featurestore", "inference_store"]:
|
|
71
71
|
self.ensure_aws_catalog_db(catalog_db)
|
|
72
72
|
print("\n")
|
|
73
73
|
|
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
from aws_cdk import
|
|
1
|
+
from aws_cdk import (
|
|
2
|
+
Environment,
|
|
3
|
+
Stack,
|
|
4
|
+
aws_iam as iam,
|
|
5
|
+
aws_logs as logs,
|
|
6
|
+
aws_ec2 as ec2,
|
|
7
|
+
aws_batch as batch,
|
|
8
|
+
RemovalPolicy,
|
|
9
|
+
)
|
|
2
10
|
from constructs import Construct
|
|
3
11
|
from typing import Any, List
|
|
4
12
|
from dataclasses import dataclass, field
|
|
@@ -21,7 +29,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
21
29
|
**kwargs: Any,
|
|
22
30
|
) -> None:
|
|
23
31
|
desc = "Workbench Core: Defines the core Workbench resources, roles, and policies for the Workbench API."
|
|
24
|
-
super().__init__(scope, construct_id, description=desc, **kwargs)
|
|
32
|
+
super().__init__(scope, construct_id, env=env, description=desc, **kwargs)
|
|
25
33
|
|
|
26
34
|
# Print the environment details
|
|
27
35
|
print("Environment")
|
|
@@ -37,7 +45,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
37
45
|
self.readonly_role_name = "Workbench-ReadOnlyRole" # Read only operations
|
|
38
46
|
self.glue_role_name = "Workbench-GlueRole"
|
|
39
47
|
self.lambda_role_name = "Workbench-LambdaRole"
|
|
40
|
-
self.
|
|
48
|
+
self.batch_role_name = "Workbench-BatchRole"
|
|
41
49
|
|
|
42
50
|
# Create the WorkbenchLogGroup for CloudWatch Logs
|
|
43
51
|
self.workbench_log_group = logs.LogGroup(
|
|
@@ -64,6 +72,12 @@ class WorkbenchCoreStack(Stack):
|
|
|
64
72
|
self.endpoint_read_policy = self.workbench_endpoint_read_policy()
|
|
65
73
|
self.endpoint_policy = self.workbench_endpoint_policy()
|
|
66
74
|
self.pipeline_policy = self.workbench_pipeline_policy()
|
|
75
|
+
self.dataframe_store_read_policy = self.workbench_dataframe_store_read_policy()
|
|
76
|
+
self.dataframe_store_full_policy = self.workbench_dataframe_store_full_policy()
|
|
77
|
+
self.parameter_store_read_policy = self.workbench_parameter_store_read_policy()
|
|
78
|
+
self.parameter_store_full_policy = self.workbench_parameter_store_full_policy()
|
|
79
|
+
self.inference_store_read_policy = self.workbench_inference_store_read_policy()
|
|
80
|
+
self.inference_store_full_policy = self.workbench_inference_store_full_policy()
|
|
67
81
|
|
|
68
82
|
# Create our main Workbench API Execution Role
|
|
69
83
|
self.workbench_execution_role = self.create_execution_role()
|
|
@@ -71,9 +85,14 @@ class WorkbenchCoreStack(Stack):
|
|
|
71
85
|
# Create a read-only role for the Workbench API
|
|
72
86
|
self.workbench_readonly_role = self.create_readonly_role()
|
|
73
87
|
|
|
74
|
-
# Create additional roles for Lambda and
|
|
88
|
+
# Create additional roles for Lambda, Glue, and Batch
|
|
75
89
|
self.workbench_lambda_role = self.create_lambda_role()
|
|
76
90
|
self.workbench_glue_role = self.create_glue_role()
|
|
91
|
+
self.workbench_batch_role = self.create_batch_role()
|
|
92
|
+
|
|
93
|
+
# Batch Compute Environment and Job Queue
|
|
94
|
+
self.batch_compute_environment = self.create_batch_compute_environment()
|
|
95
|
+
self.batch_job_queue = self.create_batch_job_queue()
|
|
77
96
|
|
|
78
97
|
####################
|
|
79
98
|
# S3 Buckets #
|
|
@@ -172,7 +191,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
172
191
|
"glue:GetPartition",
|
|
173
192
|
"glue:GetPartitions",
|
|
174
193
|
],
|
|
175
|
-
resources=self._workbench_database_arns(),
|
|
194
|
+
resources=self._workbench_database_arns() + self._inference_database_arns(),
|
|
176
195
|
)
|
|
177
196
|
|
|
178
197
|
def glue_databases_full(self) -> iam.PolicyStatement:
|
|
@@ -185,16 +204,21 @@ class WorkbenchCoreStack(Stack):
|
|
|
185
204
|
"glue:UpdateTable",
|
|
186
205
|
"glue:DeleteTable",
|
|
187
206
|
],
|
|
188
|
-
resources=self._workbench_database_arns(),
|
|
207
|
+
resources=self._workbench_database_arns() + self._inference_database_arns(),
|
|
189
208
|
)
|
|
190
209
|
|
|
191
210
|
def _workbench_database_arns(self) -> list[str]:
|
|
192
|
-
"""Helper to get
|
|
211
|
+
"""Helper to get Workbench-managed database/table ARNs."""
|
|
193
212
|
return [
|
|
194
213
|
f"arn:aws:glue:{self.region}:{self.account}:database/workbench",
|
|
195
214
|
f"arn:aws:glue:{self.region}:{self.account}:table/workbench/*",
|
|
196
215
|
f"arn:aws:glue:{self.region}:{self.account}:database/sagemaker_featurestore",
|
|
197
216
|
f"arn:aws:glue:{self.region}:{self.account}:table/sagemaker_featurestore/*",
|
|
217
|
+
]
|
|
218
|
+
|
|
219
|
+
def _inference_database_arns(self) -> list[str]:
|
|
220
|
+
"""Helper to get inference store database/table ARNs."""
|
|
221
|
+
return [
|
|
198
222
|
f"arn:aws:glue:{self.region}:{self.account}:database/inference_store",
|
|
199
223
|
f"arn:aws:glue:{self.region}:{self.account}:table/inference_store/*",
|
|
200
224
|
]
|
|
@@ -220,12 +244,22 @@ class WorkbenchCoreStack(Stack):
|
|
|
220
244
|
],
|
|
221
245
|
)
|
|
222
246
|
|
|
223
|
-
def
|
|
224
|
-
"""
|
|
247
|
+
def glue_connections(self) -> iam.PolicyStatement:
|
|
248
|
+
"""Create a policy statement for Glue connection access.
|
|
249
|
+
|
|
250
|
+
Returns:
|
|
251
|
+
iam.PolicyStatement: The policy statement for Glue connection interactions.
|
|
252
|
+
"""
|
|
225
253
|
return iam.PolicyStatement(
|
|
226
|
-
actions=[
|
|
227
|
-
|
|
228
|
-
|
|
254
|
+
actions=[
|
|
255
|
+
"glue:GetConnection",
|
|
256
|
+
],
|
|
257
|
+
resources=[
|
|
258
|
+
# GetConnection requires access to the catalog resource since the
|
|
259
|
+
# Glue Catalog is used for metadata storage and connection retrieval
|
|
260
|
+
f"arn:aws:glue:{self.region}:{self.account}:catalog",
|
|
261
|
+
f"arn:aws:glue:{self.region}:{self.account}:connection/*",
|
|
262
|
+
],
|
|
229
263
|
)
|
|
230
264
|
|
|
231
265
|
@staticmethod
|
|
@@ -260,6 +294,208 @@ class WorkbenchCoreStack(Stack):
|
|
|
260
294
|
resources=read_statement.resources,
|
|
261
295
|
)
|
|
262
296
|
|
|
297
|
+
def glue_pass_role(self) -> iam.PolicyStatement:
|
|
298
|
+
"""Allows us to specify the Workbench-Glue role when creating a Glue Job"""
|
|
299
|
+
return iam.PolicyStatement(
|
|
300
|
+
actions=["iam:PassRole"],
|
|
301
|
+
resources=[f"arn:aws:iam::{self.account}:role/{self.glue_role_name}"],
|
|
302
|
+
conditions={"StringEquals": {"iam:PassedToService": "glue.amazonaws.com"}},
|
|
303
|
+
)
|
|
304
|
+
|
|
305
|
+
##################
|
|
306
|
+
# Batch Jobs #
|
|
307
|
+
##################
|
|
308
|
+
def batch_job_logs(self) -> iam.PolicyStatement:
|
|
309
|
+
"""Create a policy statement for Glue job CloudWatch logs.
|
|
310
|
+
|
|
311
|
+
Returns:
|
|
312
|
+
iam.PolicyStatement: The policy statement for Glue job log interactions.
|
|
313
|
+
"""
|
|
314
|
+
return iam.PolicyStatement(
|
|
315
|
+
actions=[
|
|
316
|
+
"logs:CreateLogGroup",
|
|
317
|
+
"logs:CreateLogStream",
|
|
318
|
+
"logs:PutLogEvents",
|
|
319
|
+
],
|
|
320
|
+
resources=[
|
|
321
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:/aws/batch/job",
|
|
322
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:/aws/batch/job:*",
|
|
323
|
+
],
|
|
324
|
+
)
|
|
325
|
+
|
|
326
|
+
@staticmethod
|
|
327
|
+
def batch_jobs_discover() -> iam.PolicyStatement:
|
|
328
|
+
"""Discovery actions that absolutely require * resource."""
|
|
329
|
+
return iam.PolicyStatement(
|
|
330
|
+
actions=[
|
|
331
|
+
"batch:ListJobs", # Requires * to list across all queues
|
|
332
|
+
"batch:DescribeJobs", # Requires * even for specific job IDs (AWS API design)
|
|
333
|
+
],
|
|
334
|
+
resources=["*"],
|
|
335
|
+
)
|
|
336
|
+
|
|
337
|
+
def batch_jobs_read(self) -> iam.PolicyStatement:
|
|
338
|
+
"""Read-only access to specific Batch resources."""
|
|
339
|
+
return iam.PolicyStatement(
|
|
340
|
+
actions=[
|
|
341
|
+
"batch:DescribeJobDefinitions",
|
|
342
|
+
"batch:DescribeJobQueues",
|
|
343
|
+
"batch:DescribeComputeEnvironments",
|
|
344
|
+
],
|
|
345
|
+
resources=[
|
|
346
|
+
f"arn:aws:batch:{self.region}:{self.account}:job-definition/workbench-*",
|
|
347
|
+
f"arn:aws:batch:{self.region}:{self.account}:job-queue/workbench-*",
|
|
348
|
+
f"arn:aws:batch:{self.region}:{self.account}:compute-environment/workbench-*",
|
|
349
|
+
f"arn:aws:batch:{self.region}:{self.account}:job/*", # Job IDs are random UUIDs
|
|
350
|
+
],
|
|
351
|
+
)
|
|
352
|
+
|
|
353
|
+
def batch_jobs_full(self) -> iam.PolicyStatement:
|
|
354
|
+
"""Full access to specific Batch resources."""
|
|
355
|
+
read_statement = self.batch_jobs_read()
|
|
356
|
+
return iam.PolicyStatement(
|
|
357
|
+
actions=read_statement.actions
|
|
358
|
+
+ [
|
|
359
|
+
"batch:RegisterJobDefinition",
|
|
360
|
+
"batch:DeregisterJobDefinition",
|
|
361
|
+
"batch:SubmitJob",
|
|
362
|
+
"batch:TerminateJob",
|
|
363
|
+
"batch:CancelJob",
|
|
364
|
+
],
|
|
365
|
+
resources=read_statement.resources,
|
|
366
|
+
)
|
|
367
|
+
|
|
368
|
+
def batch_pass_role(self) -> iam.PolicyStatement:
|
|
369
|
+
"""Allows us to specify the Workbench-Batch role when creating a Batch Job"""
|
|
370
|
+
return iam.PolicyStatement(
|
|
371
|
+
actions=["iam:PassRole"],
|
|
372
|
+
resources=[f"arn:aws:iam::{self.account}:role/{self.batch_role_name}"],
|
|
373
|
+
conditions={"StringEquals": {"iam:PassedToService": "ecs-tasks.amazonaws.com"}},
|
|
374
|
+
)
|
|
375
|
+
|
|
376
|
+
#####################
|
|
377
|
+
# Batch Compute #
|
|
378
|
+
#####################
|
|
379
|
+
def create_batch_compute_environment(self) -> batch.FargateComputeEnvironment:
|
|
380
|
+
"""Create the Batch compute environment - super simple with Fargate."""
|
|
381
|
+
return batch.FargateComputeEnvironment(
|
|
382
|
+
self,
|
|
383
|
+
"WorkbenchBatchComputeEnvironment",
|
|
384
|
+
compute_environment_name="workbench-compute-env",
|
|
385
|
+
vpc=ec2.Vpc.from_lookup(self, "DefaultVpc", is_default=True),
|
|
386
|
+
)
|
|
387
|
+
|
|
388
|
+
def create_batch_job_queue(self) -> batch.JobQueue:
|
|
389
|
+
"""Create the Batch job queue."""
|
|
390
|
+
return batch.JobQueue(
|
|
391
|
+
self,
|
|
392
|
+
"WorkbenchBatchJobQueue",
|
|
393
|
+
job_queue_name="workbench-job-queue",
|
|
394
|
+
compute_environments=[
|
|
395
|
+
batch.OrderedComputeEnvironment(compute_environment=self.batch_compute_environment, order=1)
|
|
396
|
+
],
|
|
397
|
+
)
|
|
398
|
+
|
|
399
|
+
#####################
|
|
400
|
+
# DataFrame Store #
|
|
401
|
+
#####################
|
|
402
|
+
def dataframe_store_read(self) -> iam.PolicyStatement:
|
|
403
|
+
"""Create a policy statement for reading from the DataFrame Store.
|
|
404
|
+
|
|
405
|
+
Returns:
|
|
406
|
+
iam.PolicyStatement: The policy statement for reading from the DataFrame Store.
|
|
407
|
+
"""
|
|
408
|
+
|
|
409
|
+
# Just return the S3 read policy for the DataFrame Store
|
|
410
|
+
return self.s3_read()
|
|
411
|
+
|
|
412
|
+
def dataframe_store_full(self) -> iam.PolicyStatement:
|
|
413
|
+
"""Create a policy statement for full access to the DataFrame Store.
|
|
414
|
+
|
|
415
|
+
Returns:
|
|
416
|
+
iam.PolicyStatement: The policy statement for full access to the DataFrame Store.
|
|
417
|
+
"""
|
|
418
|
+
|
|
419
|
+
# Just return the S3 full policy for the DataFrame Store
|
|
420
|
+
return self.s3_full()
|
|
421
|
+
|
|
422
|
+
#####################
|
|
423
|
+
# Inference Store #
|
|
424
|
+
#####################
|
|
425
|
+
def inference_store_read(self) -> iam.PolicyStatement:
|
|
426
|
+
"""Create a policy statement for reading from the Parameter Store.
|
|
427
|
+
|
|
428
|
+
Returns:
|
|
429
|
+
iam.PolicyStatement: The policy statement for reading from the Parameter Store.
|
|
430
|
+
"""
|
|
431
|
+
return iam.PolicyStatement(
|
|
432
|
+
actions=[
|
|
433
|
+
"glue:GetDatabase",
|
|
434
|
+
"glue:GetTable",
|
|
435
|
+
"glue:GetTables",
|
|
436
|
+
"glue:GetPartition",
|
|
437
|
+
"glue:GetPartitions",
|
|
438
|
+
],
|
|
439
|
+
resources=self._inference_database_arns(),
|
|
440
|
+
)
|
|
441
|
+
|
|
442
|
+
def inference_store_full(self) -> iam.PolicyStatement:
|
|
443
|
+
"""Create a policy statement for full access to the Inference Store.
|
|
444
|
+
|
|
445
|
+
Returns:
|
|
446
|
+
iam.PolicyStatement: The policy statement for full access to the Inference Store.
|
|
447
|
+
"""
|
|
448
|
+
read_statement = self.inference_store_read()
|
|
449
|
+
return iam.PolicyStatement(
|
|
450
|
+
actions=read_statement.actions
|
|
451
|
+
+ [
|
|
452
|
+
"glue:CreateTable",
|
|
453
|
+
"glue:UpdateTable",
|
|
454
|
+
"glue:DeleteTable",
|
|
455
|
+
],
|
|
456
|
+
resources=self._inference_database_arns(),
|
|
457
|
+
)
|
|
458
|
+
|
|
459
|
+
####################
|
|
460
|
+
# VPC/Networking #
|
|
461
|
+
####################
|
|
462
|
+
@staticmethod
|
|
463
|
+
def vpc_discovery() -> iam.PolicyStatement:
|
|
464
|
+
"""Create a policy statement for VPC resource discovery.
|
|
465
|
+
|
|
466
|
+
Returns:
|
|
467
|
+
iam.PolicyStatement: The policy statement for VPC subnet and security group discovery operations.
|
|
468
|
+
"""
|
|
469
|
+
return iam.PolicyStatement(
|
|
470
|
+
actions=[
|
|
471
|
+
"ec2:DescribeSubnets",
|
|
472
|
+
"ec2:DescribeSecurityGroups",
|
|
473
|
+
"ec2:DescribeVpcEndpoints",
|
|
474
|
+
"ec2:DescribeRouteTables",
|
|
475
|
+
],
|
|
476
|
+
resources=[
|
|
477
|
+
"*", # EC2 describe operations require wildcard resources
|
|
478
|
+
],
|
|
479
|
+
)
|
|
480
|
+
|
|
481
|
+
def vpc_network_interface_management(self) -> iam.PolicyStatement:
|
|
482
|
+
"""Create a policy statement for VPC network interface management.
|
|
483
|
+
Returns:
|
|
484
|
+
iam.PolicyStatement: The policy statement for ENI creation and discovery in VPC.
|
|
485
|
+
"""
|
|
486
|
+
return iam.PolicyStatement(
|
|
487
|
+
actions=[
|
|
488
|
+
"ec2:CreateNetworkInterface",
|
|
489
|
+
"ec2:DescribeNetworkInterfaces",
|
|
490
|
+
"ec2:CreateTags",
|
|
491
|
+
],
|
|
492
|
+
resources=[
|
|
493
|
+
f"arn:aws:ec2:{self.region}:{self.account}:network-interface/*",
|
|
494
|
+
f"arn:aws:ec2:{self.region}:{self.account}:subnet/*",
|
|
495
|
+
f"arn:aws:ec2:{self.region}:{self.account}:security-group/*",
|
|
496
|
+
],
|
|
497
|
+
)
|
|
498
|
+
|
|
263
499
|
####################
|
|
264
500
|
# Athena #
|
|
265
501
|
####################
|
|
@@ -945,6 +1181,86 @@ class WorkbenchCoreStack(Stack):
|
|
|
945
1181
|
managed_policy_name="WorkbenchPipelinePolicy",
|
|
946
1182
|
)
|
|
947
1183
|
|
|
1184
|
+
def workbench_dataframe_store_read_policy(self) -> iam.ManagedPolicy:
|
|
1185
|
+
"""Create a managed policy for the Workbench DataFrame Store (READ-ONLY)"""
|
|
1186
|
+
policy_statements = [
|
|
1187
|
+
self.dataframe_store_read(),
|
|
1188
|
+
]
|
|
1189
|
+
|
|
1190
|
+
return iam.ManagedPolicy(
|
|
1191
|
+
self,
|
|
1192
|
+
id="WorkbenchDFStoreReadPolicy",
|
|
1193
|
+
statements=policy_statements,
|
|
1194
|
+
managed_policy_name="WorkbenchDFStoreReadPolicy",
|
|
1195
|
+
)
|
|
1196
|
+
|
|
1197
|
+
def workbench_dataframe_store_full_policy(self) -> iam.ManagedPolicy:
|
|
1198
|
+
"""Create a managed policy for the Workbench DataFrame Store (FULL)"""
|
|
1199
|
+
policy_statements = [
|
|
1200
|
+
self.dataframe_store_full(),
|
|
1201
|
+
]
|
|
1202
|
+
|
|
1203
|
+
return iam.ManagedPolicy(
|
|
1204
|
+
self,
|
|
1205
|
+
id="WorkbenchDFStoreFullPolicy",
|
|
1206
|
+
statements=policy_statements,
|
|
1207
|
+
managed_policy_name="WorkbenchDFStorePolicy",
|
|
1208
|
+
)
|
|
1209
|
+
|
|
1210
|
+
def workbench_parameter_store_read_policy(self) -> iam.ManagedPolicy:
|
|
1211
|
+
"""Create a managed policy for the Workbench Parameter Store (READ-ONLY)"""
|
|
1212
|
+
policy_statements = [
|
|
1213
|
+
self.parameter_store_discover(),
|
|
1214
|
+
self.parameter_store_read(),
|
|
1215
|
+
]
|
|
1216
|
+
|
|
1217
|
+
return iam.ManagedPolicy(
|
|
1218
|
+
self,
|
|
1219
|
+
id="WorkbenchParameterStoreReadPolicy",
|
|
1220
|
+
statements=policy_statements,
|
|
1221
|
+
managed_policy_name="WorkbenchParameterStoreReadPolicy",
|
|
1222
|
+
)
|
|
1223
|
+
|
|
1224
|
+
def workbench_parameter_store_full_policy(self) -> iam.ManagedPolicy:
|
|
1225
|
+
"""Create a managed policy for the Workbench Parameter Store (FULL)"""
|
|
1226
|
+
policy_statements = [
|
|
1227
|
+
self.parameter_store_discover(),
|
|
1228
|
+
self.parameter_store_full(),
|
|
1229
|
+
]
|
|
1230
|
+
|
|
1231
|
+
return iam.ManagedPolicy(
|
|
1232
|
+
self,
|
|
1233
|
+
id="WorkbenchParameterStoreFullPolicy",
|
|
1234
|
+
statements=policy_statements,
|
|
1235
|
+
managed_policy_name="WorkbenchParameterStorePolicy",
|
|
1236
|
+
)
|
|
1237
|
+
|
|
1238
|
+
def workbench_inference_store_read_policy(self) -> iam.ManagedPolicy:
|
|
1239
|
+
"""Create a managed policy for the Workbench Inference Store (READ-ONLY)"""
|
|
1240
|
+
policy_statements = [
|
|
1241
|
+
self.inference_store_read(),
|
|
1242
|
+
]
|
|
1243
|
+
|
|
1244
|
+
return iam.ManagedPolicy(
|
|
1245
|
+
self,
|
|
1246
|
+
id="WorkbenchInferenceStoreReadPolicy",
|
|
1247
|
+
statements=policy_statements,
|
|
1248
|
+
managed_policy_name="WorkbenchInferenceStoreReadPolicy",
|
|
1249
|
+
)
|
|
1250
|
+
|
|
1251
|
+
def workbench_inference_store_full_policy(self) -> iam.ManagedPolicy:
|
|
1252
|
+
"""Create a managed policy for the Workbench Inference Store (FULL)"""
|
|
1253
|
+
policy_statements = [
|
|
1254
|
+
self.inference_store_full(),
|
|
1255
|
+
]
|
|
1256
|
+
|
|
1257
|
+
return iam.ManagedPolicy(
|
|
1258
|
+
self,
|
|
1259
|
+
id="WorkbenchInferenceStoreFullPolicy",
|
|
1260
|
+
statements=policy_statements,
|
|
1261
|
+
managed_policy_name="WorkbenchInferenceStorePolicy",
|
|
1262
|
+
)
|
|
1263
|
+
|
|
948
1264
|
def create_execution_role(self) -> iam.Role:
|
|
949
1265
|
"""Create the Workbench Execution Role for API-related tasks"""
|
|
950
1266
|
# Define the base assumed by principals with service principals
|
|
@@ -966,9 +1282,12 @@ class WorkbenchCoreStack(Stack):
|
|
|
966
1282
|
)
|
|
967
1283
|
|
|
968
1284
|
# Create and attach the Workbench managed policies to the role
|
|
969
|
-
api_execution_role.add_to_policy(self.glue_pass_role())
|
|
970
1285
|
api_execution_role.add_to_policy(self.glue_jobs_discover())
|
|
971
1286
|
api_execution_role.add_to_policy(self.glue_jobs_full())
|
|
1287
|
+
api_execution_role.add_to_policy(self.glue_pass_role())
|
|
1288
|
+
api_execution_role.add_to_policy(self.batch_jobs_discover())
|
|
1289
|
+
api_execution_role.add_to_policy(self.batch_jobs_full())
|
|
1290
|
+
api_execution_role.add_to_policy(self.batch_pass_role())
|
|
972
1291
|
api_execution_role.add_to_policy(self.parameter_store_discover())
|
|
973
1292
|
api_execution_role.add_to_policy(self.parameter_store_full())
|
|
974
1293
|
api_execution_role.add_to_policy(self.cloudwatch_monitor())
|
|
@@ -1038,6 +1357,9 @@ class WorkbenchCoreStack(Stack):
|
|
|
1038
1357
|
|
|
1039
1358
|
# Add a subset of policies for the Glue Role
|
|
1040
1359
|
glue_role.add_to_policy(self.glue_job_logs())
|
|
1360
|
+
glue_role.add_to_policy(self.glue_connections())
|
|
1361
|
+
glue_role.add_to_policy(self.vpc_discovery())
|
|
1362
|
+
glue_role.add_to_policy(self.vpc_network_interface_management())
|
|
1041
1363
|
glue_role.add_to_policy(self.parameter_store_full())
|
|
1042
1364
|
glue_role.add_managed_policy(self.datasource_policy)
|
|
1043
1365
|
glue_role.add_managed_policy(self.featureset_policy)
|
|
@@ -1046,6 +1368,28 @@ class WorkbenchCoreStack(Stack):
|
|
|
1046
1368
|
glue_role.add_managed_policy(self.pipeline_policy)
|
|
1047
1369
|
return glue_role
|
|
1048
1370
|
|
|
1371
|
+
def create_batch_role(self) -> iam.Role:
|
|
1372
|
+
"""Create the Workbench Batch Role."""
|
|
1373
|
+
batch_assumed_by = iam.ServicePrincipal("ecs-tasks.amazonaws.com")
|
|
1374
|
+
batch_role = iam.Role(
|
|
1375
|
+
self,
|
|
1376
|
+
id=self.batch_role_name,
|
|
1377
|
+
assumed_by=batch_assumed_by,
|
|
1378
|
+
role_name=self.batch_role_name,
|
|
1379
|
+
)
|
|
1380
|
+
|
|
1381
|
+
# Add policies for the Batch Role
|
|
1382
|
+
batch_role.add_to_policy(self.batch_job_logs())
|
|
1383
|
+
# batch_role.add_to_policy(self.ecr_policy_statement()) # Not sure we need this
|
|
1384
|
+
batch_role.add_to_policy(self.parameter_store_full())
|
|
1385
|
+
batch_role.add_to_policy(self.dataframe_store_full())
|
|
1386
|
+
batch_role.add_managed_policy(self.datasource_policy)
|
|
1387
|
+
batch_role.add_managed_policy(self.featureset_policy)
|
|
1388
|
+
batch_role.add_managed_policy(self.model_policy)
|
|
1389
|
+
batch_role.add_managed_policy(self.endpoint_policy)
|
|
1390
|
+
batch_role.add_managed_policy(self.pipeline_policy)
|
|
1391
|
+
return batch_role
|
|
1392
|
+
|
|
1049
1393
|
def _create_sso_principals(self, base_principals: iam.CompositePrincipal = None) -> iam.CompositePrincipal:
|
|
1050
1394
|
"""
|
|
1051
1395
|
Create principals with SSO trust relationship configuration.
|
|
@@ -12,7 +12,7 @@ print(f"Account: {aws_account}")
|
|
|
12
12
|
print(f"Region: {aws_region}")
|
|
13
13
|
|
|
14
14
|
# When you want a different docker image change this line
|
|
15
|
-
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:
|
|
15
|
+
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_165_amd64"
|
|
16
16
|
|
|
17
17
|
# Workbench Configuration
|
|
18
18
|
try:
|
|
@@ -13,7 +13,7 @@ print(f"Account: {aws_account}")
|
|
|
13
13
|
print(f"Region: {aws_region}")
|
|
14
14
|
|
|
15
15
|
# When you want a different docker image change this line
|
|
16
|
-
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:
|
|
16
|
+
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_165_amd64"
|
|
17
17
|
|
|
18
18
|
# Workbench Configuration
|
|
19
19
|
try:
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Multi-stage build for dependency resolution
|
|
2
|
+
FROM python:3.12-slim AS builder
|
|
3
|
+
|
|
4
|
+
# Install build dependencies
|
|
5
|
+
RUN apt-get update && \
|
|
6
|
+
apt-get install -y --no-install-recommends \
|
|
7
|
+
build-essential \
|
|
8
|
+
gcc
|
|
9
|
+
|
|
10
|
+
# Copy and install requirements file
|
|
11
|
+
COPY requirements.txt /tmp/
|
|
12
|
+
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
|
13
|
+
|
|
14
|
+
# Final runtime image
|
|
15
|
+
FROM python:3.12-slim
|
|
16
|
+
|
|
17
|
+
# Copy installed packages from builder
|
|
18
|
+
COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages
|
|
19
|
+
COPY --from=builder /usr/local/bin /usr/local/bin
|
|
20
|
+
|
|
21
|
+
# Install workbench only
|
|
22
|
+
RUN pip install --no-cache-dir workbench==0.8.166
|
|
23
|
+
|
|
24
|
+
# Add the script runner
|
|
25
|
+
COPY ml_pipeline_runner.py /app/ml_pipeline_runner.py
|
|
26
|
+
WORKDIR /app
|
|
27
|
+
|
|
28
|
+
ENTRYPOINT ["python", "/app/ml_pipeline_runner.py"]
|