Class ModelTrainingInfo


  • public class ModelTrainingInfo
    extends Object
    Model Training Info.
    • Constructor Detail

      • ModelTrainingInfo

        public ModelTrainingInfo()
    • Method Detail

      • modelId

        public UUID modelId()
        Get the modelId value.
        Returns:
        the modelId value
      • withModelId

        public ModelTrainingInfo withModelId​(UUID modelId)
        Set the modelId value.
        Parameters:
        modelId - the modelId value to set
        Returns:
        the ModelTrainingInfo object itself.
      • withDetails

        public ModelTrainingInfo withDetails​(ModelTrainingDetails details)
        Set the details value.
        Parameters:
        details - the details value to set
        Returns:
        the ModelTrainingInfo object itself.