File size: 651 Bytes
ba003d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
api:
  host: 0.0.0.0
  port: 8000
  workers: 4
  reload: false
  log_level: info
  title: AutoML MLOps API
  version: 1.0.0

model:
  path: models/production
  cache_enabled: true
  cache_ttl: 3600
  prediction_timeout: 30

docker:
  image_name: automl-mlops
  registry: ghcr.io
  tag: latest
  platform: linux/amd64

huggingface:
  space_name: null
  space_sdk: docker
  space_hardware: cpu-basic
  private: false

health:
  liveness_path: /health
  readiness_path: /readiness
  startup_timeout: 60

metrics:
  enabled: true
  path: /metrics
  include_trace_exemplar: true

logging:
  level: INFO
  format: json
  rotation: 100 MB
  retention: 7 days