Class ModelConfig

java.lang.Object
com.yahoo.config.Node
com.yahoo.config.InnerNode
com.yahoo.config.ConfigInstance
com.yahoo.cloud.config.ModelConfig

public final class ModelConfig extends com.yahoo.config.ConfigInstance
This class represents the root node of model Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
  • Field Details

  • Constructor Details

  • Method Details

    • getDefMd5

      public static String getDefMd5()
    • getDefName

      public static String getDefName()
    • getDefNamespace

      public static String getDefNamespace()
    • vespaVersion

      public String vespaVersion()
      Returns:
      model.vespaVersion
    • hosts

      public List<ModelConfig.Hosts> hosts()
      Returns:
      model.hosts[]
    • hosts

      public ModelConfig.Hosts hosts(int i)
      Parameters:
      i - the index of the value to return
      Returns:
      model.hosts[]