| 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 |
|---|---|
static ArtifactBuilder |
Artifact.newArtifact(@NonNull String name,
@NonNull String type)
Creates new
ArtifactBuilder instance which can be used to create properly initialized instances of the
Artifact. |
ArtifactBuilder |
ArtifactBuilder.withAliases(List<String> aliases)
Allows to attach the provided list of aliases to the
Artifact. |
ArtifactBuilder |
ArtifactBuilder.withMetadata(Map<String,Object> metadata)
Allows linking the metadata with the
Artifact instance. |
ArtifactBuilder |
ArtifactBuilder.withVersion(String version)
Allows specifying version for the artifact.
|
ArtifactBuilder |
ArtifactBuilder.withVersionTags(List<String> tags)
Allows specifying list of TAG strings to be associated with artifact version.
|
| Modifier and Type | Method and Description |
|---|---|
static ArtifactBuilder |
ArtifactImpl.builder(@NonNull String name,
@NonNull String type)
Returns
ArtifactBuilder instance which can be used to create Artifact instances. |
Copyright © 2022. All rights reserved.