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

ml.comet.experiment.CometApiImpl Maven / Gradle / Ivy

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

import lombok.experimental.UtilityClass;
import ml.comet.experiment.builder.CometApiBuilder;

/**
 * This is stub to support backward compatibility.
 *
 * @deprecated It would be replaced in the future with new experiment creation API.
 */
@UtilityClass
public final class CometApiImpl {
    /**
     * Returns builder to be used to properly create instance of {@link CometApi}.
     *
     * @return the builder to be used to properly create instance of {@link CometApi}.
     */
    public static CometApiBuilder builder() {
        return ml.comet.experiment.impl.CometApiImpl.builder();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy