| Package | Description |
|---|---|
| ml.comet.experiment.impl.asset | |
| ml.comet.experiment.impl.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteAsset
Describes remote asset data.
|
| Modifier and Type | Method and Description |
|---|---|
static Stream<Asset> |
AssetUtils.walkFolderAssets(@NonNull File folder,
boolean logFilePath,
boolean recursive,
boolean prefixWithFolderName)
Walks through the asset files in the given folder and produce stream of
Asset objects holding information
about file assets found in the folder. |
| Modifier and Type | Method and Description |
|---|---|
static Map<FormParamName,Object> |
AssetUtils.assetFormParameters(@NonNull Asset asset)
Extracts form parameters from the provided
Asset. |
static Map<QueryParamName,String> |
AssetUtils.assetQueryParameters(@NonNull Asset asset,
@NonNull String experimentKey)
Extracts query parameters from the provided
Asset. |
Copyright © 2021. All rights reserved.