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

ml.comet.experiment.asset.RemoteAsset Maven / Gradle / Ivy

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

import java.net.URI;
import java.util.Optional;

/**
 * Defines public contract of the experiment asset which points to the remote resource.
 */
public interface RemoteAsset extends Asset {

    /**
     * Returns the optional link to the remote resource associated with this asset.
     *
     * @return the optional link to the remote resource associated with this asset.
     */
    Optional getLink();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy