Class Model

java.lang.Object
com.viam.sdk.core.resource.Model

public class Model extends Object
Represents a specific model within a family of models
  • Constructor Details

    • Model

      public Model(ModelFamily modelFamily, String name)
    • Model

      public Model(String string)
      Create a Model from its string representation (namespace:family:name)
      Parameters:
      string - The Model as a string
    • Model

      public Model(String model, boolean ignoreErrors)
      Create a Model from its string representation (namespace:family:name)
      Parameters:
      model - The Model as a string
      ignoreErrors - If namespace or family are not found in the string, default to empty string rather than throw an exception.
  • Method Details