@Generated public class Experiment extends Object
Constructor and Description |
---|
Experiment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getArtifactLocation() |
Long |
getCreationTime() |
String |
getExperimentId() |
Long |
getLastUpdateTime() |
String |
getLifecycleStage() |
String |
getName() |
Collection<ExperimentTag> |
getTags() |
int |
hashCode() |
Experiment |
setArtifactLocation(String artifactLocation) |
Experiment |
setCreationTime(Long creationTime) |
Experiment |
setExperimentId(String experimentId) |
Experiment |
setLastUpdateTime(Long lastUpdateTime) |
Experiment |
setLifecycleStage(String lifecycleStage) |
Experiment |
setName(String name) |
Experiment |
setTags(Collection<ExperimentTag> tags) |
String |
toString() |
public Experiment setArtifactLocation(String artifactLocation)
public String getArtifactLocation()
public Experiment setCreationTime(Long creationTime)
public Long getCreationTime()
public Experiment setExperimentId(String experimentId)
public String getExperimentId()
public Experiment setLastUpdateTime(Long lastUpdateTime)
public Long getLastUpdateTime()
public Experiment setLifecycleStage(String lifecycleStage)
public String getLifecycleStage()
public Experiment setName(String name)
public String getName()
public Experiment setTags(Collection<ExperimentTag> tags)
public Collection<ExperimentTag> getTags()
Copyright © 2023. All rights reserved.