Package com.databricks.sdk.service.ml
Class Experiment
- java.lang.Object
-
- com.databricks.sdk.service.ml.Experiment
-
@Generated public class Experiment extends Object
-
-
Constructor Summary
Constructors Constructor Description Experiment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
setArtifactLocation
public Experiment setArtifactLocation(String artifactLocation)
-
getArtifactLocation
public String getArtifactLocation()
-
setCreationTime
public Experiment setCreationTime(Long creationTime)
-
getCreationTime
public Long getCreationTime()
-
setExperimentId
public Experiment setExperimentId(String experimentId)
-
getExperimentId
public String getExperimentId()
-
setLastUpdateTime
public Experiment setLastUpdateTime(Long lastUpdateTime)
-
getLastUpdateTime
public Long getLastUpdateTime()
-
setLifecycleStage
public Experiment setLifecycleStage(String lifecycleStage)
-
getLifecycleStage
public String getLifecycleStage()
-
setName
public Experiment setName(String name)
-
getName
public String getName()
-
setTags
public Experiment setTags(Collection<ExperimentTag> tags)
-
getTags
public Collection<ExperimentTag> getTags()
-
-