-
Notifications
You must be signed in to change notification settings - Fork 442
/
.gitbook.yaml
202 lines (179 loc) · 20.5 KB
/
.gitbook.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
root: ./docs/book/
structure:
readme: introduction.md
summary: toc.md
redirects:
how-to/customize-docker-builds/use-code-repositories-to-speed-up-docker-build-times: how-to/infrastructure-deployment/customize-docker-builds/how-to-reuse-builds.md
reference/migration-guide: how-to/manage-the-zenml-server/migration-guide/migration-guide.md
reference/migration-guide/migration-zero-twenty: how-to/manage-the-zenml-server/migration-guide/migration-zero-twenty.md
reference/migration-guide/migration-zero-thirty: how-to/manage-the-zenml-server/migration-guide/migration-zero-thirty.md
reference/migration-guide/migration-zero-forty: how-to/manage-the-zenml-server/migration-guide/migration-zero-forty.md
reference/migration-guide/migration-zero-sixty: how-to/manage-the-zenml-server/migration-guide/migration-zero-sixty.md
getting-started/deploying-zenml/manage-the-deployed-services/upgrade-the-version-of-the-zenml-server: how-to/manage-the-zenml-server/upgrade-zenml-server.md
getting-started/deploying-zenml/manage-the-deployed-services/troubleshoot-your-deployed-server: how-to/manage-the-zenml-server/troubleshoot-your-deployed-server.md
how-to/stack-deployment/implement-a-custom-integration: how-to/contribute-to-zenml/implement-a-custom-integration.md
how-to/setting-up-a-project-repository/best-practices: how-to/project-setup-and-management/setting-up-a-project-repository/set-up-repository.md
getting-started/zenml-pro/system-architectures: getting-started/system-architectures.md
how-to/build-pipelines/name-your-pipeline-and-runs: how-to/pipeline-development/build-pipelines/name-your-pipeline-runs.md
# ZenML Pro
getting-started/zenml-pro/user-management: getting-started/zenml-pro/core-concepts.md
getting-started/zenml-pro/zenml-cloud: getting-started/zenml-pro/README.md
# Project Setup redirects
how-to/setting-up-a-project-repository/: how-to/project-setup-and-management/setting-up-a-project-repository/README.md
how-to/setting-up-a-project-repository/set-up-repository: how-to/project-setup-and-management/setting-up-a-project-repository/set-up-repository.md
how-to/setting-up-a-project-repository/connect-your-git-repository: how-to/project-setup-and-management/setting-up-a-project-repository/connect-your-git-repository.md
how-to/setting-up-a-project-repository/using-project-templates: how-to/project-setup-and-management/setting-up-a-project-repository/using-project-templates.md
how-to/setting-up-a-project-repository/create-your-own-template: how-to/project-setup-and-management/setting-up-a-project-repository/create-your-own-template.md
how-to/setting-up-a-project-repository/shared-components-for-teams: how-to/project-setup-and-management/setting-up-a-project-repository/shared-components-for-teams.md
how-to/setting-up-a-project-repository/stacks-pipelines-models: how-to/project-setup-and-management/setting-up-a-project-repository/stacks-pipelines-models.md
how-to/setting-up-a-project-repository/access-management: how-to/project-setup-and-management/setting-up-a-project-repository/access-management.md
how-to/develop-locally/: how-to/project-setup-and-management/develop-locally/README.md
how-to/develop-locally/local-prod-pipeline-variants: how-to/project-setup-and-management/develop-locally/local-prod-pipeline-variants.md
how-to/develop-locally/keep-your-dashboard-server-clean: how-to/project-setup-and-management/develop-locally/keep-your-dashboard-server-clean.md
how-to/connecting-to-zenml/: how-to/project-setup-and-management/connecting-to-zenml/README.md
how-to/connecting-to-zenml/connect-in-with-your-user-interactive: how-to/project-setup-and-management/connecting-to-zenml/connect-in-with-your-user-interactive.md
how-to/connecting-to-zenml/connect-with-a-service-account: how-to/project-setup-and-management/connecting-to-zenml/connect-with-a-service-account.md
# Pipeline Development redirects
how-to/build-pipelines/: how-to/pipeline-development/build-pipelines/README.md
how-to/build-pipelines/use-pipeline-step-parameters: how-to/pipeline-development/build-pipelines/use-pipeline-step-parameters.md
how-to/build-pipelines/configuring-a-pipeline-at-runtime: how-to/pipeline-development/build-pipelines/configuring-a-pipeline-at-runtime.md
how-to/build-pipelines/reference-environment-variables-in-configurations: how-to/pipeline-development/build-pipelines/reference-environment-variables-in-configurations.md
how-to/build-pipelines/step-output-typing-and-annotation: how-to/pipeline-development/build-pipelines/step-output-typing-and-annotation.md
how-to/build-pipelines/control-caching-behavior: how-to/pipeline-development/build-pipelines/control-caching-behavior.md
how-to/build-pipelines/schedule-a-pipeline: how-to/pipeline-development/build-pipelines/schedule-a-pipeline.md
how-to/build-pipelines/delete-a-pipeline: how-to/pipeline-development/build-pipelines/delete-a-pipeline.md
how-to/build-pipelines/compose-pipelines: how-to/pipeline-development/build-pipelines/compose-pipelines.md
how-to/build-pipelines/dynamically-assign-artifact-names: how-to/pipeline-development/build-pipelines/dynamically-assign-artifact-names.md
how-to/build-pipelines/retry-steps: how-to/pipeline-development/build-pipelines/retry-steps.md
how-to/build-pipelines/run-pipelines-asynchronously: how-to/pipeline-development/build-pipelines/run-pipelines-asynchronously.md
how-to/build-pipelines/control-execution-order-of-steps: how-to/pipeline-development/build-pipelines/control-execution-order-of-steps.md
how-to/build-pipelines/using-a-custom-step-invocation-id: how-to/pipeline-development/build-pipelines/using-a-custom-step-invocation-id.md
how-to/build-pipelines/tag-your-pipeline-runs: how-to/pipeline-development/build-pipelines/tag-your-pipeline-runs.md
how-to/build-pipelines/use-failure-success-hooks: how-to/pipeline-development/build-pipelines/use-failure-success-hooks.md
how-to/build-pipelines/hyper-parameter-tuning: how-to/pipeline-development/build-pipelines/hyper-parameter-tuning.md
how-to/build-pipelines/access-secrets-in-a-step: how-to/pipeline-development/build-pipelines/access-secrets-in-a-step.md
how-to/build-pipelines/run-an-individual-step: how-to/pipeline-development/build-pipelines/run-an-individual-step.md
how-to/build-pipelines/fetching-pipelines: how-to/pipeline-development/build-pipelines/fetching-pipelines.md
how-to/build-pipelines/get-past-pipeline-step-runs: how-to/pipeline-development/build-pipelines/get-past-pipeline-step-runs.md
how-to/trigger-pipelines/: how-to/pipeline-development/trigger-pipelines/README.md
how-to/trigger-pipelines/use-templates-python: how-to/pipeline-development/trigger-pipelines/use-templates-python.md
how-to/trigger-pipelines/use-templates-dashboard: how-to/pipeline-development/trigger-pipelines/use-templates-dashboard.md
how-to/trigger-pipelines/use-templates-rest-api: how-to/pipeline-development/trigger-pipelines/use-templates-rest-api.md
how-to/use-configuration-files/: how-to/pipeline-development/use-configuration-files/README.md
how-to/use-configuration-files/how-to-use-config: how-to/pipeline-development/use-configuration-files/how-to-use-config.md
how-to/use-configuration-files/what-can-be-configured: how-to/pipeline-development/use-configuration-files/what-can-be-configured.md
how-to/use-configuration-files/runtime-configuration: how-to/pipeline-development/use-configuration-files/runtime-configuration.md
how-to/use-configuration-files/configuration-hierarchy: how-to/pipeline-development/use-configuration-files/configuration-hierarchy.md
how-to/use-configuration-files/retrieve-used-configuration-of-a-run: how-to/pipeline-development/use-configuration-files/retrieve-used-configuration-of-a-run.md
how-to/use-configuration-files/autogenerate-a-template-yaml-file: how-to/pipeline-development/use-configuration-files/autogenerate-a-template-yaml-file.md
# Data and Artifact Management redirects
how-to/handle-data-artifacts/: how-to/data-artifact-management/handle-data-artifacts/README.md
how-to/handle-data-artifacts/artifact-versioning: how-to/data-artifact-management/handle-data-artifacts/artifact-versioning.md
how-to/handle-data-artifacts/return-multiple-outputs-from-a-step: how-to/data-artifact-management/handle-data-artifacts/return-multiple-outputs-from-a-step.md
how-to/handle-data-artifacts/delete-an-artifact: how-to/data-artifact-management/handle-data-artifacts/delete-an-artifact.md
how-to/handle-data-artifacts/tagging: how-to/data-artifact-management/handle-data-artifacts/tagging.md
how-to/handle-data-artifacts/get-arbitrary-artifacts-in-a-step: how-to/data-artifact-management/handle-data-artifacts/get-arbitrary-artifacts-in-a-step.md
how-to/handle-data-artifacts/handle-custom-data-types: how-to/data-artifact-management/handle-data-artifacts/handle-custom-data-types.md
how-to/handle-data-artifacts/load-artifacts-into-memory: how-to/data-artifact-management/handle-data-artifacts/load-artifacts-into-memory.md
how-to/handle-data-artifacts/datasets: how-to/data-artifact-management/handle-data-artifacts/datasets.md
how-to/handle-data-artifacts/manage-big-data: how-to/data-artifact-management/handle-data-artifacts/manage-big-data.md
how-to/handle-data-artifacts/unmaterialized-artifacts: how-to/data-artifact-management/handle-data-artifacts/unmaterialized-artifacts.md
how-to/handle-data-artifacts/passing-artifacts-between-pipelines: how-to/data-artifact-management/handle-data-artifacts/passing-artifacts-between-pipelines.md
how-to/handle-data-artifacts/registering-existing-data: how-to/data-artifact-management/handle-data-artifacts/registering-existing-data.md
how-to/visualize-artifacts/: how-to/data-artifact-management/visualize-artifacts/README.md
how-to/visualize-artifacts/types-of-visualizations: how-to/data-artifact-management/visualize-artifacts/types-of-visualizations.md
how-to/visualize-artifacts/creating-custom-visualizations: how-to/data-artifact-management/visualize-artifacts/creating-custom-visualizations.md
how-to/visualize-artifacts/visualizations-in-dashboard: how-to/data-artifact-management/visualize-artifacts/visualizations-in-dashboard.md
how-to/visualize-artifacts/disabling-visualizations: how-to/data-artifact-management/visualize-artifacts/disabling-visualizations.md
# Model Management redirects
how-to/use-the-model-control-plane/: how-to/model-management-metrics/model-control-plane/README.md
how-to/use-the-model-control-plane/register-a-model: how-to/model-management-metrics/model-control-plane/register-a-model.md
how-to/use-the-model-control-plane/delete-a-model: how-to/model-management-metrics/model-control-plane/delete-a-model.md
how-to/use-the-model-control-plane/associate-a-pipeline-with-a-model: how-to/model-management-metrics/model-control-plane/associate-a-pipeline-with-a-model.md
how-to/use-the-model-control-plane/connecting-artifacts-via-a-model: how-to/model-management-metrics/model-control-plane/connecting-artifacts-via-a-model.md
how-to/use-the-model-control-plane/model-versions: how-to/model-management-metrics/model-control-plane/model-versions.md
how-to/use-the-model-control-plane/load-a-model-in-code: how-to/model-management-metrics/model-control-plane/load-a-model-in-code.md
how-to/use-the-model-control-plane/promote-a-model: how-to/model-management-metrics/model-control-plane/promote-a-model.md
how-to/use-the-model-control-plane/linking-model-binaries-data-to-models: how-to/model-management-metrics/model-control-plane/linking-model-binaries-data-to-models.md
how-to/use-the-model-control-plane/load-artifacts-from-model: how-to/model-management-metrics/model-control-plane/load-artifacts-from-model.md
how-to/track-metrics-metadata/: how-to/model-management-metrics/track-metrics-metadata/README.md
how-to/track-metrics-metadata/attach-metadata-to-a-model: how-to/model-management-metrics/track-metrics-metadata/attach-metadata-to-a-model.md
how-to/track-metrics-metadata/attach-metadata-to-an-artifact: how-to/model-management-metrics/track-metrics-metadata/attach-metadata-to-an-artifact.md
how-to/track-metrics-metadata/attach-metadata-to-steps: how-to/model-management-metrics/track-metrics-metadata/attach-metadata-to-steps.md
how-to/track-metrics-metadata/grouping-metadata: how-to/model-management-metrics/track-metrics-metadata/grouping-metadata.md
how-to/track-metrics-metadata/logging-metadata: how-to/model-management-metrics/track-metrics-metadata/logging-metadata.md
how-to/track-metrics-metadata/fetch-metadata-within-steps: how-to/model-management-metrics/track-metrics-metadata/fetch-metadata-within-steps.md
how-to/track-metrics-metadata/fetch-metadata-within-pipeline: how-to/model-management-metrics/track-metrics-metadata/fetch-metadata-within-pipeline.md
# Infrastructure redirects
how-to/stack-deployment/: how-to/infrastructure-deployment/stack-deployment/README.md
how-to/stack-deployment/deploy-a-cloud-stack: how-to/infrastructure-deployment/stack-deployment/deploy-a-cloud-stack.md
how-to/stack-deployment/deploy-a-cloud-stack-with-terraform: how-to/infrastructure-deployment/stack-deployment/deploy-a-cloud-stack-with-terraform.md
how-to/stack-deployment/register-a-cloud-stack: how-to/infrastructure-deployment/stack-deployment/register-a-cloud-stack.md
how-to/stack-deployment/reference-secrets-in-stack-configuration: how-to/infrastructure-deployment/stack-deployment/reference-secrets-in-stack-configuration.md
how-to/stack-deployment/implement-a-custom-stack-component: how-to/infrastructure-deployment/stack-deployment/implement-a-custom-stack-component.md
how-to/customize-docker-builds/: how-to/infrastructure-deployment/customize-docker-builds/README.md
how-to/customize-docker-builds/docker-settings-on-a-pipeline: how-to/infrastructure-deployment/customize-docker-builds/docker-settings-on-a-pipeline.md
how-to/customize-docker-builds/docker-settings-on-a-step: how-to/infrastructure-deployment/customize-docker-builds/docker-settings-on-a-step.md
how-to/customize-docker-builds/use-a-prebuilt-image: how-to/infrastructure-deployment/customize-docker-builds/use-a-prebuilt-image.md
how-to/customize-docker-builds/specify-pip-dependencies-and-apt-packages: how-to/infrastructure-deployment/customize-docker-builds/specify-pip-dependencies-and-apt-packages.md
how-to/customize-docker-builds/how-to-use-a-private-pypi-repository: how-to/infrastructure-deployment/customize-docker-builds/how-to-use-a-private-pypi-repository.md
how-to/customize-docker-builds/use-your-own-docker-files: how-to/infrastructure-deployment/customize-docker-builds/use-your-own-docker-files.md
how-to/customize-docker-builds/which-files-are-built-into-the-image: how-to/infrastructure-deployment/customize-docker-builds/which-files-are-built-into-the-image.md
how-to/customize-docker-builds/how-to-reuse-builds: how-to/infrastructure-deployment/customize-docker-builds/how-to-reuse-builds.md
how-to/customize-docker-builds/define-where-an-image-is-built: how-to/infrastructure-deployment/customize-docker-builds/define-where-an-image-is-built.md
how-to/auth-management/: how-to/infrastructure-deployment/auth-management/README.md
how-to/auth-management/service-connectors-guide: how-to/infrastructure-deployment/auth-management/service-connectors-guide.md
how-to/auth-management/best-security-practices: how-to/infrastructure-deployment/auth-management/best-security-practices.md
how-to/auth-management/docker-service-connector: how-to/infrastructure-deployment/auth-management/docker-service-connector.md
how-to/auth-management/kubernetes-service-connector: how-to/infrastructure-deployment/auth-management/kubernetes-service-connector.md
how-to/auth-management/aws-service-connector: how-to/infrastructure-deployment/auth-management/aws-service-connector.md
how-to/auth-management/gcp-service-connector: how-to/infrastructure-deployment/auth-management/gcp-service-connector.md
how-to/auth-management/azure-service-connector: how-to/infrastructure-deployment/auth-management/azure-service-connector.md
how-to/auth-management/hyperai-service-connector: how-to/infrastructure-deployment/auth-management/hyperai-service-connector.md
how-to/configure-python-environments/: how-to/infrastructure-deployment/configure-python-environments/README.md
how-to/configure-python-environments/handling-dependencies: how-to/infrastructure-deployment/configure-python-environments/handling-dependencies.md
how-to/configure-python-environments/configure-the-server-environment: how-to/infrastructure-deployment/configure-python-environments/configure-the-server-environment.md
# Advanced Topics redirects
how-to/training-with-gpus/training-with-gpus: how-to/advanced-topics/training-with-gpus/README.md
how-to/training-with-gpus/accelerate-distributed-training: how-to/advanced-topics/training-with-gpus/accelerate-distributed-training.md
how-to/run-remote-steps-and-pipelines-from-notebooks/: how-to/advanced-topics/run-remote-notebooks/README.md
how-to/run-remote-steps-and-pipelines-from-notebooks/limitations-of-defining-steps-in-notebook-cells: how-to/advanced-topics/run-remote-notebooks/limitations-of-defining-steps-in-notebook-cells.md
how-to/run-remote-steps-and-pipelines-from-notebooks/run-a-single-step-from-a-notebook: how-to/advanced-topics/run-remote-notebooks/run-a-single-step-from-a-notebook.md
how-to/manage-the-zenml-server/: how-to/advanced-topics/manage-zenml-server/README.md
how-to/manage-the-zenml-server/best-practices-upgrading-zenml: how-to/advanced-topics/manage-zenml-server/best-practices-upgrading-zenml.md
how-to/manage-the-zenml-server/upgrade-zenml-server: how-to/advanced-topics/manage-zenml-server/upgrade-zenml-server.md
how-to/manage-the-zenml-server/using-zenml-server-in-prod: how-to/advanced-topics/manage-zenml-server/using-zenml-server-in-prod.md
how-to/manage-the-zenml-server/troubleshoot-your-deployed-server: how-to/advanced-topics/manage-zenml-server/troubleshoot-your-deployed-server.md
how-to/manage-the-zenml-server/migration-guide/migration-guide: how-to/advanced-topics/manage-zenml-server/migration-guide/migration-guide.md
how-to/manage-the-zenml-server/migration-guide/migration-zero-twenty: how-to/advanced-topics/manage-zenml-server/migration-guide/migration-zero-twenty.md
how-to/manage-the-zenml-server/migration-guide/migration-zero-thirty: how-to/advanced-topics/manage-zenml-server/migration-guide/migration-zero-thirty.md
how-to/manage-the-zenml-server/migration-guide/migration-zero-forty: how-to/advanced-topics/manage-zenml-server/migration-guide/migration-zero-forty.md
how-to/manage-the-zenml-server/migration-guide/migration-zero-sixty: how-to/advanced-topics/manage-zenml-server/migration-guide/migration-zero-sixty.md
how-to/control-logging/: how-to/advanced-topics/control-logging/README.md
how-to/control-logging/view-logs-on-the-dasbhoard: how-to/advanced-topics/control-logging/view-logs-on-the-dasbhoard.md
how-to/control-logging/enable-or-disable-logs-storing: how-to/advanced-topics/control-logging/enable-or-disable-logs-storing.md
how-to/control-logging/set-logging-verbosity: how-to/advanced-topics/control-logging/set-logging-verbosity.md
how-to/control-logging/disable-rich-traceback: how-to/advanced-topics/control-logging/disable-rich-traceback.md
how-to/control-logging/disable-colorful-logging: how-to/advanced-topics/control-logging/disable-colorful-logging.md
# Redirects for cases that have `docs` in the path
docs/getting-started/zenml-pro/core-concepts/tenants: getting-started/zenml-pro/tenants.md
docs/introduction: introduction.md
docs/getting-started/installation: getting-started/installation.md
docs/getting-started/core-concepts: getting-started/core-concepts.md
docs/getting-started/system-architectures: getting-started/system-architectures.md
docs/getting-started/deploying-zenml/: getting-started/deploying-zenml/README.md
docs/getting-started/zenml-pro/: getting-started/zenml-pro/README.md
docs/user-guide/starter-guide/: user-guide/starter-guide/README.md
docs/user-guide/production-guide/: user-guide/production-guide/README.md
docs/user-guide/llmops-guide/: user-guide/llmops-guide/README.md
docs/how-to/interact-with-secrets: how-to/interact-with-secrets.md
docs/how-to/debug-and-solve-issues: how-to/debug-and-solve-issues.md
docs/how-to/contribute-to-zenml/: how-to/contribute-to-zenml/README.md
docs/component-guide/: component-guide/README.md
docs/reference/python-client: reference/python-client.md
docs/reference/global-settings: reference/global-settings.md
docs/reference/environment-variables: reference/environment-variables.md
docs/reference/api-reference: reference/api-reference.md
docs/reference/how-do-i: reference/how-do-i.md
docs/reference/community-and-content: reference/community-and-content.md
docs/reference/faq: reference/faq.md