public final class CometUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMET_JAVA_SDK_VERSION
The current version of the Comet Java SDK.
|
| Constructor and Description |
|---|
CometUtils() |
| Modifier and Type | Method and Description |
|---|---|
String |
createExperimentLink(String baseUrl,
String workspaceName,
String projectName,
String experimentKey)
Creates link to the experiment at Comet.
|
void |
printCometSdkVersion()
Prints the current version of the Comet Java SDK.
|
public static final String COMET_JAVA_SDK_VERSION
public void printCometSdkVersion()
public String createExperimentLink(String baseUrl, String workspaceName, String projectName, String experimentKey)
baseUrl - the server's base URLworkspaceName - the name of the workspace.projectName - the name of projectexperimentKey - the key of the experiment.Copyright © 2021. All rights reserved.