-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmkdocs.yml
165 lines (156 loc) · 6.26 KB
/
mkdocs.yml
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
site_name: "Hopsworks Documentation"
site_description: "Official documentation for Hopsworks and its Feature Store - an open source data-intensive AI platform used for the development and operation of machine learning models at scale."
site_author: "Logical Clocks"
site_url: "https://docs.hopsworks.ai/hopsworks-api/latest"
# Repository
repo_name: logicalclocks/hopsworks
repo_url: https://github.com/logicalclocks/hopsworks
edit_uri: ""
nav:
- Home: https://docs.hopsworks.ai/
- Getting Started ↗: https://docs.hopsworks.ai/
- Tutorials: https://docs.hopsworks.ai/
- Concepts: https://docs.hopsworks.ai/
- Guides: https://docs.hopsworks.ai/
- Setup and Administration: https://docs.hopsworks.ai/
- API<div class="dropdown"><button class="dropbtn"> API </button> <div id="myDropdown" class="dropdown-content"> <a id="hopsworks_api_link" href="https://docs.hopsworks.ai/hopsworks-api/latest">Hopsworks API</a> <a id="hsfs_javadoc_link" href="https://docs.hopsworks.ai/hopsworks-api/latest/javadoc">Feature Store JavaDoc</a> </div></div>:
- Login: generated/api/login.md
- Platform API:
- Connection: generated/api/connection.md
- Datasets: generated/api/datasets.md
- Environment: generated/api/environment.md
- Executions: generated/api/executions.md
- FlinkCluster: generated/api/flink_cluster.md
- GitProvider: generated/api/git_provider.md
- GitRemote: generated/api/git_remote.md
- GitRepo: generated/api/git_repo.md
- Jobs: generated/api/jobs.md
- KafkaSchema: generated/api/kafka_schema.md
- KafkaTopic: generated/api/kafka_topic.md
- OpenSearch: generated/api/opensearch.md
- Projects: generated/api/projects.md
- Secrets: generated/api/secrets.md
- Feature Store API:
- Embedding:
- EmbeddingFeature: generated/api/embedding_feature_api.md
- EmbeddingIndex: generated/api/embedding_index_api.md
- SimilarityFunctionType: generated/api/similarity_function_type_api.md
- ExpectationSuite: generated/api/expectation_suite_api.md
- ExternalFeatureGroup: generated/api/external_feature_group_api.md
- Feature: generated/api/feature_api.md
- Feature Monitoring:
- Configuration: generated/api/feature_monitoring_config_api.md
- Result: generated/api/feature_monitoring_result_api.md
- Window: generated/api/feature_monitoring_window_config_api.md
- FeatureGroup: generated/api/feature_group_api.md
- FeatureStore: generated/api/feature_store_api.md
- FeatureView: generated/api/feature_view_api.md
- Provenance Links: generated/api/links.md
- Query: generated/api/query_api.md
- SpineGroup: generated/api/spine_group_api.md
- Statistics:
- Feature descriptive statistics: generated/api/feature_descriptive_statistics_api.md
- Split Statistics: generated/api/split_statistics_api.md
- Statistics: generated/api/statistics_api.md
- Storage Connector: generated/api/storage_connector_api.md
- TrainingDataset: generated/api/training_dataset_api.md
- Transformation Functions:
- HopsworksUDF: generated/api/hopsworks_udf.md
- Transformation Statistics:
- FeatureTransformationStatistics: generated/api/feature_transformation_statistics.md
- TransformationStatistics: generated/api/transformation_statistics.md
- TransformationFunction: generated/api/transformation_functions_api.md
- UDF: generated/api/udf.md
- ValidationReport: generated/api/validation_report_api.md
- Machine Learning API:
- Model Registry:
- Model: generated/model-registry/model_api.md
- Model Registry: generated/model-registry/model_registry_api.md
- Model Schema: generated/model-registry/model_schema_api.md
- Model Serving:
- Deployment: generated/model-serving/deployment_api.md
- Deployment state: generated/model-serving/predictor_state_api.md
- Deployment state condition: generated/model-serving/predictor_state_condition_api.md
- Inference Batcher: generated/model-serving/inference_batcher_api.md
- Inference Logger: generated/model-serving/inference_logger_api.md
- Model Serving: generated/model-serving/model_serving_api.md
- Predictor: generated/model-serving/predictor_api.md
- Resources: generated/model-serving/resources_api.md
- Transformer: generated/model-serving/transformer_api.md
# Added to allow navigation using the side drawer
- Feature Store JavaDoc: https://docs.hopsworks.ai/feature-store-javadoc/latest/
- Contributing: CONTRIBUTING.md
- Community ↗: https://community.hopsworks.ai/
theme:
name: material
custom_dir: docs/overrides
favicon: assets/images/favicon.ico
logo: assets/images/hops-logo.png
icon:
repo: fontawesome/brands/github
font:
text: "Roboto"
code: "IBM Plex Mono"
palette:
accent: teal
scheme: hopsworks
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
extra:
analytics:
provider: google
property: G-64FEEXPSDN
generator: false
version:
- provider: mike
- default: latest
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/hopsworks
- icon: fontawesome/brands/github
link: https://github.com/logicalclocks/hopsworks
- icon: fontawesome/brands/discourse
link: https://community.hopsworks.ai/
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/hopsworks/
extra_css:
- css/custom.css
- css/version-select.css
- css/dropdown.css
- css/marctech.css
extra_javascript:
- js/version-select.js
- js/inject-api-links.js
- js/dropdown.js
plugins:
- search
- minify:
minify_html: true
minify_css: true
minify_js: true
- mike:
canonical_version: latest
markdown_extensions:
- admonition
- codehilite
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex
- pymdownx.superfences
- pymdownx.details
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- attr_list
- md_in_html
- toc:
permalink: "#"
- pymdownx.tasklist:
custom_checkbox: true
- markdown_include.include:
base_path: docs