All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ml.comet.experiment.impl.rest.BaseExperimentObject Maven / Gradle / Ivy

There is a newer version: 1.1.14
Show newest version
package ml.comet.experiment.impl.rest;

import lombok.Data;

/**
 * Base class for all model objects having common experiment identifiers.
 */
@Data
public class BaseExperimentObject {
    String experimentKey;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy