| Package | Description |
|---|---|
| ml.comet.experiment |
Contains all classes to create various types of Comet Experiments.
|
| ml.comet.experiment.config |
Contains all classes allowing to read Comet Java SDK configuration from files and environment.
|
| Constructor and Description |
|---|
OnlineExperimentImpl()
Default constructor which reads all configuration parameters of the experiment either from configuration file
or from environment variables.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
ConfigItem.getDuration()
Returns value of this item as
Duration or throw an ConfigException
if value is missing or have wrong type. |
int |
ConfigItem.getInt()
Returns value of this item as int or throw an
ConfigException if value is missing or have wrong type. |
String |
ConfigItem.getString()
Return value of this item as string or throw an
ConfigException if value is missing. |
Copyright © 2021. All rights reserved.