.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
docs/cli-reference.md
docs/route-guide.md
docs/tutorial.md
docs/images/architecture.png
example/aigear_sklearn_pipeline/.gitignore
example/aigear_sklearn_pipeline/Dockerfile.ms
example/aigear_sklearn_pipeline/Dockerfile.ms.dockerignore
example/aigear_sklearn_pipeline/Dockerfile.pl
example/aigear_sklearn_pipeline/Dockerfile.pl.dockerignore
example/aigear_sklearn_pipeline/README.md
example/aigear_sklearn_pipeline/docker-compose-ms.yml
example/aigear_sklearn_pipeline/docker-compose-pl.yml
example/aigear_sklearn_pipeline/env.sample.json
example/aigear_sklearn_pipeline/req.py
example/aigear_sklearn_pipeline/requirements_ms.txt
example/aigear_sklearn_pipeline/requirements_pl.txt
example/aigear_sklearn_pipeline/cloudbuild/cloudbuild.yaml
example/aigear_sklearn_pipeline/config_schema/__init__.py
example/aigear_sklearn_pipeline/config_schema/env_schema.py
example/aigear_sklearn_pipeline/src/pipelines/common/constant.py
example/aigear_sklearn_pipeline/src/pipelines/logistic_regression/fetch_data/data_from_sklearn.py
example/aigear_sklearn_pipeline/src/pipelines/logistic_regression/model_service/logistic_regression_service.py
example/aigear_sklearn_pipeline/src/pipelines/logistic_regression/preprocessing/feature_processing.py
example/aigear_sklearn_pipeline/src/pipelines/logistic_regression/training/train.py
src/aigear/__init__.py
src/aigear/project.py
src/aigear.egg-info/PKG-INFO
src/aigear.egg-info/SOURCES.txt
src/aigear.egg-info/dependency_links.txt
src/aigear.egg-info/entry_points.txt
src/aigear.egg-info/requires.txt
src/aigear.egg-info/top_level.txt
src/aigear/cli/__init__.py
src/aigear/cli/artifacts_image.py
src/aigear/cli/env_schema.py
src/aigear/cli/gcp_cli.py
src/aigear/cli/gcp_scheduler.py
src/aigear/cli/kms_cli.py
src/aigear/cli/model_service.py
src/aigear/cli/model_service_yaml.py
src/aigear/cli/project_cli.py
src/aigear/cli/task_running.py
src/aigear/common/__init__.py
src/aigear/common/config.py
src/aigear/common/constant.py
src/aigear/common/dynamic_type.py
src/aigear/common/image.py
src/aigear/common/loading_module.py
src/aigear/common/logger.py
src/aigear/common/secretmanager.py
src/aigear/common/sh.py
src/aigear/common/schema/__init__.py
src/aigear/common/schema/bucket_schema.py
src/aigear/common/schema/config_schema.py
src/aigear/db/__init__.py
src/aigear/db/bucket.py
src/aigear/db/mongodb.py
src/aigear/deploy/__init__.py
src/aigear/deploy/common/__init__.py
src/aigear/deploy/common/grpc_deployment.yaml.tpl
src/aigear/deploy/common/helm_chart.py
src/aigear/deploy/common/kubectl_command.py
src/aigear/deploy/gcp/__init__.py
src/aigear/deploy/gcp/artifacts_image.py
src/aigear/deploy/gcp/grpc_gcp_deploy.py
src/aigear/deploy/gcp/scheduler.py
src/aigear/deploy/local/__init__.py
src/aigear/deploy/local/grpc_local_deploy.py
src/aigear/infrastructure/__init__.py
src/aigear/infrastructure/gcp/__init__.py
src/aigear/infrastructure/gcp/artifacts.py
src/aigear/infrastructure/gcp/bucket.py
src/aigear/infrastructure/gcp/build.py
src/aigear/infrastructure/gcp/constant.py
src/aigear/infrastructure/gcp/function.py
src/aigear/infrastructure/gcp/iam.py
src/aigear/infrastructure/gcp/infra.py
src/aigear/infrastructure/gcp/kms.py
src/aigear/infrastructure/gcp/kubernetes.py
src/aigear/infrastructure/gcp/pre_vm_image.py
src/aigear/infrastructure/gcp/pub_sub.py
src/aigear/infrastructure/gcp/function/index.js
src/aigear/infrastructure/gcp/function/package.json
src/aigear/management/__init__.py
src/aigear/management/asset.py
src/aigear/service/__init__.py
src/aigear/service/grpc/__init__.py
src/aigear/service/grpc/compile_proto.py
src/aigear/service/grpc/grpc.proto
src/aigear/service/grpc/grpc_service.py
src/aigear/service/grpc/grpc_package/__init__.py
src/aigear/service/grpc/grpc_package/grpc_features.py
src/aigear/service/grpc/grpc_package/thread_config.py
src/aigear/service/grpc/protos/__init__.py
src/aigear/service/grpc/protos/grpc_pb2.py
src/aigear/service/grpc/protos/grpc_pb2_grpc.py
src/aigear/template/.gitignore
src/aigear/template/Dockerfile.ms
src/aigear/template/Dockerfile.ms.dockerignore
src/aigear/template/Dockerfile.pl
src/aigear/template/Dockerfile.pl.dockerignore
src/aigear/template/__init__.py
src/aigear/template/cloudbuild.yaml
src/aigear/template/docker-compose-ms.yml
src/aigear/template/docker-compose-pl.yml
src/aigear/template/env.sample.json
src/aigear/template/pre-commit
src/aigear/template/requirements_ms.txt
src/aigear/template/requirements_pl.txt