| Package | Description |
|---|---|
| ml.comet.experiment.artifact |
Contains all interfaces and classes allowing to work with Comet Artifacts.
|
| ml.comet.experiment.impl |
Contains implementations of public interfaces of the Comet experiment's API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Artifact.addAsset(byte[] data,
String logicalPath) |
void |
Artifact.addAsset(byte[] data,
String logicalPath,
boolean overwrite) |
void |
Artifact.addAsset(byte[] data,
String logicalPath,
boolean overwrite,
Map<String,Object> metadata)
Adds a local asset data to the current pending artifact object.
|
void |
Artifact.addAsset(File file,
boolean overwrite) |
void |
Artifact.addAsset(File file,
boolean overwrite,
Map<String,Object> metadata) |
void |
Artifact.addAsset(File file,
String logicalPath,
boolean overwrite) |
void |
Artifact.addAsset(File file,
String logicalPath,
boolean overwrite,
Map<String,Object> metadata)
Adds a local asset file to the current pending artifact object.
|
void |
Artifact.addAssetFolder(File folder) |
void |
Artifact.addAssetFolder(File folder,
boolean logFilePath) |
void |
Artifact.addAssetFolder(File folder,
boolean logFilePath,
boolean recursive) |
void |
Artifact.addAssetFolder(File folder,
boolean logFilePath,
boolean recursive,
Map<String,Object> metadata)
Adds all asset files located in the given folder to this artifact.
|
void |
Artifact.addRemoteAsset(URI uri,
String logicalPath) |
void |
Artifact.addRemoteAsset(URI uri,
String logicalPath,
boolean overwrite) |
void |
Artifact.addRemoteAsset(URI uri,
String logicalPath,
boolean overwrite,
Map<String,Object> metadata)
Adds remote asses to the current pending artifact object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactImpl.addAsset(byte[] data,
String logicalPath) |
void |
ArtifactImpl.addAsset(File file,
String logicalPath,
boolean overwrite) |
void |
ArtifactImpl.addAssetFolder(@NonNull File folder) |
void |
ArtifactImpl.addAssetFolder(@NonNull File folder,
boolean logFilePath) |
void |
ArtifactImpl.addAssetFolder(@NonNull File folder,
boolean logFilePath,
boolean recursive) |
void |
ArtifactImpl.addAssetFolder(@NonNull File folder,
boolean logFilePath,
boolean recursive,
@NonNull Map<String,Object> metadata) |
Copyright © 2022. All rights reserved.