Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.48 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.48 KB

Fraud Detection

Version: 0.2.1 Type: application AppVersion: 1.16.0

A Helm chart for Kubernetes

Values

Key Type Default Description
dataset.local.dataset_path string "nil" Host Path to Dataset Directory
dataset.local.gnn_path string "nil" Host Path to GNN Output
dataset.local.preprocess_path string "nil" Host Path to Preprocessing Output
dataset.local.user_config_path string "nil" Host Path to Config Directory
dataset.nfs.path string "nil" Path to Local NFS Share in Cluster Host
dataset.nfs.server string "nil" Hostname of NFS Server
dataset.nfs.subPath string "nil" Path to Dataset in Local NFS
dataset.nfs.user_config_path string "nil" Path to Config in Local NFS
dataset.s3.key string "nil" Path to Dataset in S3 Bucket
dataset.s3.config_key string "nil" Path to Config in S3 Bucket
dataset.type string "<nfs/s3/local>" nfs, s3, or local Dataset input enabler
image.name string "SelimWaly/ai-workflows"
metadata.name string "fraud-detection"
proxy string "nil"

Note: Please remove the config if you don't want to use it.