- clearConfigOverride() - Static method in class ml.comet.experiment.impl.config.CometConfig
-
Restores default configuration values if it was overridden previously.
- close() - Method in class ml.comet.experiment.impl.ApiExperimentImpl
-
- close() - Method in class ml.comet.experiment.impl.CometApiImpl
-
Release all resources hold by this instance, such as connection to the Comet server.
- close() - Method in class ml.comet.experiment.impl.http.Connection
-
Closes this connection immediately by releasing underlying resources.
- close() - Method in class ml.comet.experiment.impl.log.StdOutLogger
-
Closes this logger and release any hold resources.
- close() - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
Allows using
OnlineExperiment with try-with-resources statement with automatic closing after usage.
- COMET_API_KEY - Static variable in class ml.comet.experiment.impl.config.CometConfig
-
The Comet API key.
- COMET_BASE_URL - Static variable in class ml.comet.experiment.impl.config.CometConfig
-
The Comet's servers base URL.
- COMET_JAVA_SDK_VERSION - Static variable in class ml.comet.experiment.impl.utils.CometUtils
-
The current version of the Comet Java SDK.
- COMET_MAX_AUTH_RETRIES - Static variable in class ml.comet.experiment.impl.config.CometConfig
-
The maximal number of authentication retries against Comet.
- COMET_PROJECT_NAME - Static variable in class ml.comet.experiment.impl.config.CometConfig
-
The Comet project name.
- COMET_SDK_API_HEADER - Static variable in class ml.comet.experiment.impl.http.Connection
-
- COMET_TIMEOUT_CLEANING_SECONDS - Static variable in class ml.comet.experiment.impl.config.CometConfig
-
The timeout to clean up all waiting uploads and close connection to the server (seconds).
- COMET_WORKSPACE_NAME - Static variable in class ml.comet.experiment.impl.config.CometConfig
-
The Comet workspace name.
- CometApi - Interface in ml.comet.experiment
-
The utility providing direct access to the Comet REST API.
- CometApiBuilder - Interface in ml.comet.experiment.builder
-
Defines the public contract of the factory builder to create properly initialized instances of the
CometApi.
- CometApiException - Exception in ml.comet.experiment.exception
-
Signals that REST API call operation has been failed or returned unexpected result.
- CometApiException(String) - Constructor for exception ml.comet.experiment.exception.CometApiException
-
Constructs a new runtime exception with the specified detail message.
- CometApiException(String, Throwable) - Constructor for exception ml.comet.experiment.exception.CometApiException
-
Constructs a new runtime exception with the specified detail message and
cause.
- CometApiException(String, Object...) - Constructor for exception ml.comet.experiment.exception.CometApiException
-
Constructs a new runtime exception with detail message that can be build using provided
format string and arguments.
- CometApiImpl - Class in ml.comet.experiment
-
- CometApiImpl() - Constructor for class ml.comet.experiment.CometApiImpl
-
Deprecated.
- CometApiImpl - Class in ml.comet.experiment.impl
-
- CometConfig - Class in ml.comet.experiment.impl.config
-
The configuration holder of the Comet Java SDK.
- CometConfig() - Constructor for class ml.comet.experiment.impl.config.CometConfig
-
- CometGeneralException - Exception in ml.comet.experiment.exception
-
The root exception for all Comet SDK exceptions.
- CometGeneralException() - Constructor for exception ml.comet.experiment.exception.CometGeneralException
-
Constructs a new runtime exception with null as its
detail message.
- CometGeneralException(String) - Constructor for exception ml.comet.experiment.exception.CometGeneralException
-
Constructs a new runtime exception with the specified detail message.
- CometGeneralException(String, Throwable) - Constructor for exception ml.comet.experiment.exception.CometGeneralException
-
Constructs a new runtime exception with the specified detail message and
cause.
- CometUtils - Class in ml.comet.experiment.impl.utils
-
The common Comet SDK utilities.
- CometUtils() - Constructor for class ml.comet.experiment.impl.utils.CometUtils
-
- ConfigException - Exception in ml.comet.experiment.exception
-
The exception to be thrown if any configuration issues found.
- ConfigException(String) - Constructor for exception ml.comet.experiment.exception.ConfigException
-
Constructs a new runtime exception with the specified detail message.
- ConfigException(String, Throwable) - Constructor for exception ml.comet.experiment.exception.ConfigException
-
Constructs a new runtime exception with the specified detail message and
cause.
- ConfigItem - Class in ml.comet.experiment.impl.config
-
Represents specific configuration item holding information about key in the configuration file and environment
variable key.
- ConfigItem() - Constructor for class ml.comet.experiment.impl.config.ConfigItem
-
- Connection - Class in ml.comet.experiment.impl.http
-
Represents connection with the CometML server.
- Connection(String, String, int, Logger) - Constructor for class ml.comet.experiment.impl.http.Connection
-
Creates new instance with specified parameters.
- CONNECTION_SHUTDOWN_TIMEOUT_MS - Static variable in class ml.comet.experiment.impl.http.Connection
-
- ConnectionInitializer - Class in ml.comet.experiment.impl.http
-
The factory to build properly initialized connections.
- ConnectionInitializer() - Constructor for class ml.comet.experiment.impl.http.ConnectionInitializer
-
- ConnectionUtils - Class in ml.comet.experiment.impl.http
-
Collection of the utilities used by Connection.
- ConnectionUtils() - Constructor for class ml.comet.experiment.impl.http.ConnectionUtils
-
- ConnectionUtils.DebugLogResponse - Class in ml.comet.experiment.impl.http
-
The function allowing to debug response.
- createExperimentLink(String, String, String, String) - Method in class ml.comet.experiment.impl.utils.CometUtils
-
Creates link to the experiment at Comet.
- CreateExperimentRequest - Class in ml.comet.experiment.model
-
- CreateExperimentRequest(String, String, String) - Constructor for class ml.comet.experiment.model.CreateExperimentRequest
-
- CreateExperimentResponse - Class in ml.comet.experiment.model
-
- CreateExperimentResponse() - Constructor for class ml.comet.experiment.model.CreateExperimentResponse
-
- createGraphRequest(String) - Static method in class ml.comet.experiment.impl.utils.DataUtils
-
- createLogEndTimeRequest(long) - Static method in class ml.comet.experiment.impl.utils.DataUtils
-
- createLogHtmlRequest(String, boolean) - Static method in class ml.comet.experiment.impl.utils.DataUtils
-
The factory to create
HtmlRest instance.
- createLogLineRequest(String, long, boolean, String) - Static method in class ml.comet.experiment.impl.utils.DataUtils
-
- createLogMetricRequest(String, Object, ExperimentContext) - Static method in class ml.comet.experiment.impl.utils.DataUtils
-
- createLogOtherRequest(String, Object) - Static method in class ml.comet.experiment.impl.utils.DataUtils
-
- createLogParamRequest(String, Object, ExperimentContext) - Static method in class ml.comet.experiment.impl.utils.DataUtils
-
- createLogStartTimeRequest(long) - Static method in class ml.comet.experiment.impl.utils.DataUtils
-
- createRemoteAsset(URI, Optional<String>, boolean, Optional<Map<String, Object>>) - Static method in class ml.comet.experiment.impl.utils.AssetUtils
-
Creates remote asset representation encapsulated into
RemoteAsset instance.
- createStderrLogger(OnlineExperiment) - Static method in class ml.comet.experiment.impl.log.StdOutLogger
-
Creates logger instance that captures StdErr stream for a given OnlineExperiment.
- createStdoutLogger(OnlineExperiment) - Static method in class ml.comet.experiment.impl.log.StdOutLogger
-
Creates logger instance that captures StdOut stream for a given OnlineExperiment.
- createTagRequest(String) - Static method in class ml.comet.experiment.impl.utils.DataUtils
-
- generateGUID() - Static method in class ml.comet.experiment.impl.utils.CometUtils
-
Generates global unique identifier in format supported by Comet.ml
- GET_ASSET_INFO - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- GET_GIT_METADATA - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- GET_GRAPH - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- GET_HTML - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- GET_LOG_OTHER - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- GET_METADATA - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- GET_METRICS - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- GET_OUTPUT - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- GET_PARAMETERS - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- GET_TAGS - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-
- getAllExperiments(String) - Method in interface ml.comet.experiment.CometApi
-
Gets all experiment DTOs under specified project id.
- getAllExperiments(String) - Method in class ml.comet.experiment.impl.CometApiImpl
-
- getAllProjects(String) - Method in interface ml.comet.experiment.CometApi
-
Gets all project DTOs under specified workspace name.
- getAllProjects(String) - Method in class ml.comet.experiment.impl.CometApiImpl
-
- getAllWorkspaces() - Method in interface ml.comet.experiment.CometApi
-
Gets all workspaces available for current API key.
- getAllWorkspaces() - Method in class ml.comet.experiment.impl.CometApiImpl
-
- getAssetList(AssetType) - Method in interface ml.comet.experiment.Experiment
-
Get experiment asset list.
- getContext() - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- getContext() - Method in interface ml.comet.experiment.OnlineExperiment
-
Gets the current context identifier as recorded in the
OnlineExperiment object locally.
- getDisableHeartBeat() - Method in class ml.comet.experiment.model.CreateExperimentRequest
-
- getDuration() - Method in class ml.comet.experiment.impl.config.ConfigItem
-
- getEpoch() - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- getEpoch() - Method in interface ml.comet.experiment.OnlineExperiment
-
Gets the current epoch as recorded by the Experiment object locally.
- getExperimentKey() - Method in interface ml.comet.experiment.Experiment
-
Get the experiment key returned by Comet.
- getExperimentLink() - Method in interface ml.comet.experiment.Experiment
-
Get the experiment link returned by Comet.
- getExperimentLink() - Method in class ml.comet.experiment.impl.ApiExperimentImpl
-
- getExperimentLink() - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- getExperimentName() - Method in interface ml.comet.experiment.Experiment
-
Get experiment name.
- getExperimentName() - Method in class ml.comet.experiment.impl.ApiExperimentImpl
-
- GetExperimentsResponse - Class in ml.comet.experiment.model
-
- GetExperimentsResponse() - Constructor for class ml.comet.experiment.model.GetExperimentsResponse
-
- getGitMetadata() - Method in interface ml.comet.experiment.Experiment
-
Get experiment git metadata.
- getGraph() - Method in interface ml.comet.experiment.Experiment
-
Get experiment graph data.
- GetGraphResponse - Class in ml.comet.experiment.model
-
- GetGraphResponse() - Constructor for class ml.comet.experiment.model.GetGraphResponse
-
- getHtml() - Method in interface ml.comet.experiment.Experiment
-
Get experiment html.
- GetHtmlResponse - Class in ml.comet.experiment.model
-
- GetHtmlResponse() - Constructor for class ml.comet.experiment.model.GetHtmlResponse
-
- getInt() - Method in class ml.comet.experiment.impl.config.ConfigItem
-
Returns value of this item as int or throw an
ConfigException if value is missing or have wrong type.
- getIsOwner() - Method in class ml.comet.experiment.model.GetProject
-
- getLogOther() - Method in interface ml.comet.experiment.Experiment
-
Get experiment log other data.
- getMetadata() - Method in interface ml.comet.experiment.Experiment
-
Get experiment metadata.
- getMetrics() - Method in interface ml.comet.experiment.Experiment
-
Get experiment metrics.
- getOptionalString() - Method in class ml.comet.experiment.impl.config.ConfigItem
-
Returns optional value for this item as string.
- getOutput() - Method in interface ml.comet.experiment.Experiment
-
Get experiment output data.
- GetOutputResponse - Class in ml.comet.experiment.model
-
- GetOutputResponse() - Constructor for class ml.comet.experiment.model.GetOutputResponse
-
- getParameters() - Method in interface ml.comet.experiment.Experiment
-
Get experiment parameters.
- GetProject - Class in ml.comet.experiment.model
-
- GetProject() - Constructor for class ml.comet.experiment.model.GetProject
-
- GetProject(String, String, String, String, String, Boolean, int, boolean, Long, boolean, boolean, Timestamp) - Constructor for class ml.comet.experiment.model.GetProject
-
- getProjectName() - Method in interface ml.comet.experiment.Experiment
-
Get project name of the experiment.
- getProjectName() - Method in class ml.comet.experiment.impl.ApiExperimentImpl
-
- GetProjectsResponse - Class in ml.comet.experiment.model
-
- GetProjectsResponse() - Constructor for class ml.comet.experiment.model.GetProjectsResponse
-
- getStep() - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- getStep() - Method in interface ml.comet.experiment.OnlineExperiment
-
Gets the current step as recorded by the Experiment object locally.
- getString() - Method in class ml.comet.experiment.impl.config.ConfigItem
-
Return value of this item as string or throw an
ConfigException if value is missing.
- getString(String, Object...) - Static method in class ml.comet.experiment.impl.resources.LogMessages
-
Gets a formatted string for the given key from this resource bundle.
- getString(String) - Static method in class ml.comet.experiment.impl.resources.LogMessages
-
Gets a string for the given key from this resource bundle.
- getTags() - Method in interface ml.comet.experiment.Experiment
-
Get experiment tags.
- getWorkspaceName() - Method in interface ml.comet.experiment.Experiment
-
Get workspace name of the experiment.
- getWorkspaceName() - Method in class ml.comet.experiment.impl.ApiExperimentImpl
-
- GetWorkspacesResponse - Class in ml.comet.experiment.model
-
- GetWorkspacesResponse() - Constructor for class ml.comet.experiment.model.GetWorkspacesResponse
-
- GitMetadata - Class in ml.comet.experiment.model
-
- GitMetadata() - Constructor for class ml.comet.experiment.model.GitMetadata
-
- GitMetadataRest - Class in ml.comet.experiment.model
-
- GitMetadataRest() - Constructor for class ml.comet.experiment.model.GitMetadataRest
-
- listFiles(File, boolean) - Static method in class ml.comet.experiment.impl.utils.FileUtils
-
Lists files under given folder.
- LOG_ASSET_FOLDER_EMPTY - Static variable in class ml.comet.experiment.impl.resources.LogMessages
-
- LOG_REMOTE_ASSET_URI_FILE_NAME_TO_DEFAULT - Static variable in class ml.comet.experiment.impl.resources.LogMessages
-
- logAssetFolder(File, boolean, boolean, ExperimentContext) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logAssetFolder(File, boolean, boolean) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logAssetFolder(File, boolean) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logAssetFolder(File, boolean, boolean, ExperimentContext) - Method in interface ml.comet.experiment.OnlineExperiment
-
Logs all the files located in the given folder as assets.
- logAssetFolder(File, boolean, boolean) - Method in interface ml.comet.experiment.OnlineExperiment
-
- logAssetFolder(File, boolean) - Method in interface ml.comet.experiment.OnlineExperiment
-
- logCode(String, String, ExperimentContext) - Method in interface ml.comet.experiment.Experiment
-
Allows you to report code for the experiment.
- logCode(String, String) - Method in interface ml.comet.experiment.Experiment
-
Allows you to report code for the experiment.
- logCode(File, ExperimentContext) - Method in interface ml.comet.experiment.Experiment
-
Allows you to report code for the experiment.
- logCode(File) - Method in interface ml.comet.experiment.Experiment
-
Allows you to report code for the experiment.
- logCode(String, String, ExperimentContext) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logCode(File, ExperimentContext) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logCode(String, String) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logCode(File) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- LogDataResponse - Class in ml.comet.experiment.model
-
Encodes common fields of response received for POST logXXX requests.
- LogDataResponse() - Constructor for class ml.comet.experiment.model.LogDataResponse
-
- logEndTime(long) - Method in interface ml.comet.experiment.Experiment
-
Logs the start time of the experiment.
- logEndTime(long) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logGitMetadata(GitMetadata) - Method in interface ml.comet.experiment.Experiment
-
Logs Git Metadata for the experiment.
- logGitMetadata(GitMetadata) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logGraph(String) - Method in interface ml.comet.experiment.Experiment
-
Logs a graph to Comet.
- logGraph(String) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logHtml(String, boolean) - Method in interface ml.comet.experiment.Experiment
-
Allows you to create html report for the experiment.
- logHtml(String, boolean) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logLine(String, long, boolean, String) - Method in interface ml.comet.experiment.Experiment
-
Send logs to Comet.
- logLine(String, long, boolean) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logLine(String, long, boolean, String) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logLine(String, long, boolean) - Method in interface ml.comet.experiment.OnlineExperiment
-
Send output logs to Comet.
- LogMessages - Class in ml.comet.experiment.impl.resources
-
Provides access to the log messages to be presented to the user.
- LogMessages() - Constructor for class ml.comet.experiment.impl.resources.LogMessages
-
- logMetric(String, Object, ExperimentContext) - Method in interface ml.comet.experiment.Experiment
-
Logs a metric with Comet.
- logMetric(String, Object, long, long) - Method in interface ml.comet.experiment.Experiment
-
Logs a metric with Comet.
- logMetric(String, Object, ExperimentContext) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logMetric(String, Object, long, long) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logMetric(String, Object, long) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logMetric(String, Object) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logMetric(String, Object, long) - Method in interface ml.comet.experiment.OnlineExperiment
-
Logs a metric with Comet.
- logMetric(String, Object) - Method in interface ml.comet.experiment.OnlineExperiment
-
- logOther(String, Object) - Method in interface ml.comet.experiment.Experiment
-
Logs a key value pair with Comet.
- logOther(String, Object) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- LogOtherRest - Class in ml.comet.experiment.model
-
- LogOtherRest() - Constructor for class ml.comet.experiment.model.LogOtherRest
-
- logParameter(String, Object, ExperimentContext) - Method in interface ml.comet.experiment.Experiment
-
Logs a param with Comet.
- logParameter(String, Object, long) - Method in interface ml.comet.experiment.Experiment
-
Logs a param with Comet.
- logParameter(String, Object) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logParameter(String, Object, long) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logParameter(String, Object, ExperimentContext) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logParameter(String, Object) - Method in interface ml.comet.experiment.OnlineExperiment
-
Logs a param with Comet under the current experiment step.
- logRemoteAsset(URI, String, boolean, Map<String, Object>, ExperimentContext) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logRemoteAsset(URI, String, boolean, Map<String, Object>) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logRemoteAsset(URI, String, boolean) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logRemoteAsset(URI, boolean) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- logRemoteAsset(URI, String, boolean, Map<String, Object>, ExperimentContext) - Method in interface ml.comet.experiment.OnlineExperiment
-
Logs a Remote Asset identified by a
URI.
- logRemoteAsset(URI, String, boolean, Map<String, Object>) - Method in interface ml.comet.experiment.OnlineExperiment
-
- logRemoteAsset(URI, String, boolean) - Method in interface ml.comet.experiment.OnlineExperiment
-
- logRemoteAsset(URI, boolean) - Method in interface ml.comet.experiment.OnlineExperiment
-
- logStartTime(long) - Method in interface ml.comet.experiment.Experiment
-
Logs the start time of the experiment.
- logStartTime(long) - Method in class ml.comet.experiment.impl.OnlineExperimentImpl
-
- waitAndClose(Duration) - Method in class ml.comet.experiment.impl.http.Connection
-
Allows to properly close this connection after all scheduled posts request are executed or if timeout expired.
- walkFolderAssets(File, boolean, boolean, boolean) - Static method in class ml.comet.experiment.impl.utils.AssetUtils
-
Walks through the asset files in the given folder and produce stream of
Asset objects holding information
about file assets found in the folder.
- withApiKey(String) - Method in interface ml.comet.experiment.builder.BaseCometBuilder
-
Set the api key matched to the account you wish to use.
- withApiKey(String) - Method in class ml.comet.experiment.impl.ApiExperimentImpl.ApiExperimentBuilderImpl
-
- withConfigOverride(File) - Method in interface ml.comet.experiment.builder.BaseCometBuilder
-
Provide an override config to changeExperiment parameters being provided by the config.
- withConfigOverride(File) - Method in class ml.comet.experiment.impl.ApiExperimentImpl.ApiExperimentBuilderImpl
-
- withContext(String) - Method in class ml.comet.experiment.context.ExperimentContext.ExperimentContextBuilder
-
Populates context with specified context identifier string.
- withEpoch(long) - Method in class ml.comet.experiment.context.ExperimentContext.ExperimentContextBuilder
-
Populates context with specified epoch of the experiment.
- withExistingExperimentKey(String) - Method in interface ml.comet.experiment.builder.ApiExperimentBuilder
-
Allows to continue a previous experiment by providing the key of the existing experiment.
- withExistingExperimentKey(String) - Method in interface ml.comet.experiment.builder.OnlineExperimentBuilder
-
Allows to continue a previous experiment by providing the key of the existing experiment.
- withExistingExperimentKey(String) - Method in class ml.comet.experiment.impl.ApiExperimentImpl.ApiExperimentBuilderImpl
-
- withExperimentName(String) - Method in interface ml.comet.experiment.builder.OnlineExperimentBuilder
-
Sets the name the experiment.
- withLogger(Logger) - Method in interface ml.comet.experiment.builder.BaseCometBuilder
-
The slf4j Logger through which the instance can log its actions.
- withLogger(Logger) - Method in class ml.comet.experiment.impl.ApiExperimentImpl.ApiExperimentBuilderImpl
-
- withMaxAuthRetries(int) - Method in interface ml.comet.experiment.builder.OnlineExperimentBuilder
-
Set the max auth retry attempts.
- withProjectName(String) - Method in interface ml.comet.experiment.builder.OnlineExperimentBuilder
-
Set project name for the experiment.
- withStep(long) - Method in class ml.comet.experiment.context.ExperimentContext.ExperimentContextBuilder
-
Populates context with specified step of the experiment.
- withUrlOverride(String) - Method in interface ml.comet.experiment.builder.OnlineExperimentBuilder
-
Set the URL of your comet installation.
- withWorkspace(String) - Method in interface ml.comet.experiment.builder.OnlineExperimentBuilder
-
Set workspace for the project.
- WORKSPACES - Static variable in class ml.comet.experiment.impl.constants.ApiEndpoints
-