Skip to content

Commit 98da683

Browse files
update the blueprint json schema to match the new blueprint categories
1 parent acc850f commit 98da683

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

docs/custom_blueprints/blueprint_json_schema.json

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -599,14 +599,34 @@
599599
"description": "Classifies the blueprint by intent.",
600600
"oneOf": [
601601
{
602-
"const": "workload_blueprint",
603-
"title": "Workload blueprint",
604-
"description": "End‑to‑end workloads such as inference, fine‑tuning, benchmarking, or health‑checking that deliver a runnable solution."
602+
"const": "gpu_benchmarking",
603+
"title": "GPU Benchmarking",
604+
"description": "Benchmarks for measuring GPU performance, compute throughput, memory bandwidth, and hardware utilization across different workloads and configurations."
605605
},
606606
{
607-
"const": "platform_feature_blueprint",
608-
"title": "Platform‑feature blueprint",
609-
"description": "Demonstrates how to use a specific OCI AI Blueprints capability (autoscaling, shared pools, MIG, etc.) that users can copy into other blueprints."
607+
"const": "gpu_health_check",
608+
"title": "GPU Health Check",
609+
"description": "Diagnostic tools and health monitoring solutions for validating GPU functionality, detecting hardware issues, and ensuring optimal GPU cluster operations."
610+
},
611+
{
612+
"const": "model_fine_tuning",
613+
"title": "Model Fine-tuning",
614+
"description": "End-to-end solutions for fine-tuning pre-trained machine learning models on custom datasets, including parameter-efficient methods like LoRA and full fine-tuning approaches."
615+
},
616+
{
617+
"const": "model_serving",
618+
"title": "Model Serving",
619+
"description": "Inference and model serving solutions for deploying trained models as scalable services, including real-time inference, batch processing, and multi-model serving scenarios."
620+
},
621+
{
622+
"const": "platform_features",
623+
"title": "Platform Features",
624+
"description": "Demonstrations of specific OCI AI Blueprints platform capabilities such as autoscaling, shared node pools, MIG configurations, storage integrations, and networking features."
625+
},
626+
{
627+
"const": "other",
628+
"title": "Other",
629+
"description": "General-purpose blueprints and specialized use cases that don't fit into the standard categories, including experimental workflows and custom integrations."
610630
}
611631
]
612632
},

0 commit comments

Comments
 (0)