Skip to main content

Configure the homepage

H2O AI Cloud admins can configure the H2O AI Cloud homepage from AI App Store v0.19.1 onwards.

To change the homepage layout, you can configure the following attributes on the internal-values.yaml file.

homePage:             
enabled: true
topLeft:
title: Build and deploy models
apps:
- "ai.h2o.drive"
- "ai.h2o.wave.dai-quickstart"
- "ai.h2o.wave.hydrogen_torch"
- "ai.h2o.wave.mlops"
- "ai.h2o.cloud.jupyter"
topRight:
title: Complete the machine learning workflow
apps:
- "ai.h2o.wave.insights"
- "ai.h2o.wave.h2o-autodoc"
- "ai.h2o.wave.model_validation"
bottomLeft:
title: Tools for H2O
apps:
- "ai.h2o.wave.cloud.h2o.ai"
- "ai.h2o.wave.usage-monitoring"
- "ai.h2o.wave.architecture-generator"
- "ai.h2o.wave.datapumper"
- "ai.h2o.wave.theme-generator"
Note

topLeft, topRight and bottomLeft are the only configurable sections of the HAIC homepage.


Feedback