forked from SeldonIO/seldon-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
201 lines (174 loc) · 5.45 KB
/
.gitignore
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
# build
/target/
/public
cluster-manager/.m2/
.ipynb_checkpoints
# eclipse
.classpath
.settings/
.project
# Netbeans and IntelliJ files
!.gitignore
/nbproject
/*.ipr
/*.iws
*.iml
.idea
/bin/
*~
*.pyc
.m2
\#*
_*.yaml
_*.json
helm-charts/build
util/custom-resource-definitions/pod-template-spec-validation.tpl
util/custom-resource-definitions/pod-template-spec.json
util/custom-resource-definitions/swagger.json
api-frontend/src/main/proto/seldon_deployment.proto
engine/src/main/proto/k8s.io/
engine/src/main/proto/seldon_deployment.proto
engine/src/main/proto/v1.proto
api-frontend/settings.sh
api-frontend/apife.json
api-frontend/apife_istio.json
api-frontend/src/main/proto/prediction.proto
api-frontend/tests/API_ENDPOINT
api-frontend/tests/api-client-key.txt
api-frontend/tests/api-client-secret.txt
api-frontend/tests/python/prediction_pb2.py
api-frontend/tests/python/seldonengine_pb2.py
api-frontend/src/main/proto/k8s.io/
api-frontend/src/main/proto/v1.proto
api-frontend/src/main/proto/seldonengine.proto
cluster-manager/cluster-manager-client-secret.txt
cluster-manager/cluster-manager.json
api-frontend/target/
cluster-manager/src/main/proto/seldon_deployment.proto
cluster-manager/target/
cluster-manager/tests/CLUSTER_MANAGER_ENDPOINT
cluster-manager/tests/out.log
cluster-manager/src/main/proto/k8s.io
cluster-manager/src/main/proto/v1.proto
cluster-manager/java_client/
engine/src/main/proto/prediction.proto
engine/src/main/proto/seldonengine.proto
redis-memonly/redis-memonly.json
tests/API_ENDPOINT
tests/CLUSTER_MANAGER_ENDPOINT
tests/out.log
cluster-manager/settings.sh
engine/target/
zookeeper-k8s/zookeeper.json
kafka/tests/src/prediction_pb2.py
kafka/tests/src/seldonengine_pb2.py
monitoring/alertmanager/config.yml
monitoring/grafana/auth/grafana-prom-admin-password.txt
monitoring/glusterfs-volume/_glusterfs.json
wrappers/**/*.proto
pyseldon/**/*.proto
**/*/.ipynb_checkpoints
proto/k8s/k8s.io/
proto/k8s/v1.proto
wrappers/python/proto/prediction_pb2.py
wrappers/python/proto/prediction_pb2_grpc.py
notebooks/**/*.proto
*pb2.py
*pb2_grpc.py
examples/models/keras_mnist/build/
examples/models/mean_classifier/build/
notebooks/my-ml-deployment/
wrappers/s2i/python/Dockerfile
wrappers/s2i/python/_wrappers
.Rhistory
examples/models/pyspark_pmml/metastore_db
examples/models/pyspark_pmml/data
examples/models/pyspark_pmml/derby.log
examples/models/pyspark_pmml/mnist_train.csv
examples/models/pyspark_pmml/src/main/resources/model.pmml
examples/models/pyspark_pmml/.gitignore
examples/models/h2o_mojo/src/main/resources/model.zip
#created model folders
examples/models/deep_mnist/MNIST_data/
examples/models/deep_mnist/model/
examples/models/sklearn_iris/IrisClassifier.sav
examples/istio/canary_update/MNIST_data/
examples/istio/canary_update/tmp/
examples/models/keras_mnist/MnistClassifier.h5
examples/models/keras_mnist/data/
examples/models/keras_mnist/tensorboardlogs_test/
examples/models/r_iris/model.Rds
examples/models/r_mnist/model.Rds
examples/models/r_mnist/t10k-images-idx3-ubyte
examples/models/r_mnist/t10k-labels-idx1-ubyte
examples/models/r_mnist/train-images-idx3-ubyte
examples/models/r_mnist/train-labels-idx1-ubyte
examples/models/sk_mnist/MNIST_data/
examples/models/sk_mnist/sk.pkl
examples/models/sklearn_iris_fbs/IrisClassifier.sav
# Pickle files
*.pickle
# api tester created proto folder
util/api_tester/proto/
#flatbuffers
wrappers/testing/fbs/
wrappers/python/fbs/
#ONNX example
examples/models/onnx_resnet50/cpu_codegen/Function_0_codegen.cpp
examples/models/onnx_resnet50/resnet.onnx
#openapi
engine/src/main/resources/static/seldon.json
api-frontend/src/main/resources/static/seldon.json
wrappers/python/seldon.json
testing/notebooks/my-ml-deployment/
testing/notebooks/my-model/
testing/notebooks/proto/prediction.proto
testing/notebooks/tensorflow/
api-frontend/pom.xml.versionsBackup
api-frontend/src/main/proto/tensorflow/
cluster-manager/pom.xml.versionsBackup
engine/pom.xml.versionsBackup
engine/src/main/proto/tensorflow/
seldon-core/seldon-core/json/template_0.2.yaml
seldon-core/seldon-core/json/template_0.2_cluster_wide.yaml
seldon-core/seldon-core/json/template_0.2_single_namespace.yaml
openapi/prediction.grpcapi.proto
openapi/prediction.grpcapi.swagger.json
openapi/tensorflow/
proto/tensorflow/tensorflow/
util/loadtester/MNIST_data/
# python build
eggs/
.eggs/
*.egg-info/
./pytest_cache
examples/models/sagemaker/sagemaker-scikit-learn-container
examples/models/sagemaker/aws-config-secret.yaml
examples/models/sagemaker/scikit_learn_iris_code.tar.gz
examples/models/sagemaker/scikit_learn_iris_deployment.json
#go example
examples/wrappers/go/.idea
util/custom-resource-definitions/hpa-spec.json
wrappers/s2i/python_openvino/s2i
components/outlier-detection/seq2seq-lstm/data/ECG5000.txt
components/outlier-detection/seq2seq-lstm/data/ECG5000_TEST.arff
components/outlier-detection/seq2seq-lstm/data/ECG5000_TEST.txt
components/outlier-detection/seq2seq-lstm/data/ECG5000_TRAIN.arff
components/outlier-detection/seq2seq-lstm/data/ECG5000_TRAIN.txt
examples/models/nodejs_mnist/model.json
examples/models/nodejs_mnist/weights.bin
examples/models/nodejs_tensorflow/model.json
examples/models/nodejs_tensorflow/weights.bin
examples/models/onnx_resnet50/resnet50.tar.gz.1
examples/models/onnx_resnet50/resnet50.tar.gz.2
examples/models/onnx_resnet50/resnet50/
doc/_build
doc/source/_static/cluster-manager
python/build/
python/dist/
testing/scripts/proto
python/.coverage
testing/scripts/tensorflow
testing/scripts/run.log
testing/scripts/my-model/
wrappers/s2i/python/_python/