public class OnlineExperimentExample extends Object
To run from command line execute the following at the root of this module:
COMET_API_KEY=your_api_key \ COMET_WORKSPACE_NAME=your_workspace \ COMET_PROJECT_NAME=your_project_name \ mvn exec:java -Dexec.mainClass="ml.comet.examples.OnlineExperimentExample"Make sure to provide correct values above.
| Constructor and Description |
|---|
OnlineExperimentExample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
The main entry point to the example.
|
public static void main(String[] args)
args - the command line arguments if any.Copyright © 2021. All rights reserved.