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 booleanequals(Object o)StringgetArtifactLocation()LonggetCreationTime()StringgetExperimentId()LonggetLastUpdateTime()StringgetLifecycleStage()StringgetName()Collection<ExperimentTag>getTags()inthashCode()ExperimentsetArtifactLocation(String artifactLocation)ExperimentsetCreationTime(Long creationTime)ExperimentsetExperimentId(String experimentId)ExperimentsetLastUpdateTime(Long lastUpdateTime)ExperimentsetLifecycleStage(String lifecycleStage)ExperimentsetName(String name)ExperimentsetTags(Collection<ExperimentTag> tags)StringtoString()
-
-
-
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()
-
-