From 11f0c2823c920cef09e1c99cd3855623cf68e17e Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Thu, 16 Apr 2026 09:19:10 +0200 Subject: [PATCH] Add metadata file for mlops-fraud-detection --- pattern-metadata.yaml | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 pattern-metadata.yaml diff --git a/pattern-metadata.yaml b/pattern-metadata.yaml new file mode 100644 index 0000000..da29db1 --- /dev/null +++ b/pattern-metadata.yaml @@ -0,0 +1,48 @@ +# This goal of this metadata is mainly used as a source of truth for +# documentation and qe +metadata_version: "1.0" +name: mlops-fraud-detection +description: Build, train and serve models in RHOAI to detect credit card fraud using Kubeflow Pipelines, KServe and Minio +pattern_version: "1.0" +display_name: MLOps Fraud Detection +repo_url: https://github.com/validatedpatterns/mlops-fraud-detection +docs_repo_url: https://github.com/validatedpatterns/docs +issues_url: https://github.com/validatedpatterns/mlops-fraud-detection/issues +docs_url: https://validatedpatterns.io/patterns/mlops-fraud-detection/ +ci_url: https://validatedpatterns.io/ci/?pattern=mlopsfraud +# can be sandbox, tested or maintained +tier: sandbox +owners: dminnear-rh +requirements: + hub: # Main cluster + compute: + platform: + gcp: + replicas: 3 + type: n1-standard-8 + azure: + replicas: 3 + type: Standard_D8s_v3 + aws: + replicas: 3 + type: m5.2xlarge + controlPlane: + platform: + gcp: + replicas: 3 + type: n1-standard-4 + azure: + replicas: 3 + type: Standard_D4s_v3 + aws: + replicas: 3 + type: m5.xlarge + +# Loosely defined extra features like hypershift support, non-openshift +# kubernetes support, spoke support +extra_features: + hypershift_support: false + spoke_support: false + +external_requirements: +# none