Direct Known Subclasses:
ModelVersionInfo

public class ModelVersionProperties extends StoredDataProperties
Properties of a model version.
  • Constructor Details

    • ModelVersionProperties

      public ModelVersionProperties()
      Constructor
  • Method Details

    • getSource

      public String getSource()
      Return the type of source.
      Returns:
      name
    • setSource

      public void setSource(String source)
      Set up the type of source.
      Parameters:
      source - name
    • getRun_id

      public String getRun_id()
      Return the run id for the model version
      Returns:
      string
    • setRun_id

      public void setRun_id(String run_id)
      Set up the run id for the model version
      Parameters:
      run_id - string
    • getModel_name

      public String getModel_name()
      Return the name of the registered model that this is a part of.
      Returns:
      name
    • setModel_name

      public void setModel_name(String model_name)
      Set up the name of the registered model that this is a part of.
      Parameters:
      model_name - name
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class StoredDataProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class StoredDataProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class StoredDataProperties
      Returns:
      int