Package com.databricks.sdk.service.ml
Class CreateExperiment
- java.lang.Object
-
- com.databricks.sdk.service.ml.CreateExperiment
-
@Generated public class CreateExperiment extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateExperiment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetArtifactLocation()StringgetName()Collection<ExperimentTag>getTags()inthashCode()CreateExperimentsetArtifactLocation(String artifactLocation)CreateExperimentsetName(String name)CreateExperimentsetTags(Collection<ExperimentTag> tags)StringtoString()
-
-
-
Method Detail
-
setArtifactLocation
public CreateExperiment setArtifactLocation(String artifactLocation)
-
getArtifactLocation
public String getArtifactLocation()
-
setName
public CreateExperiment setName(String name)
-
getName
public String getName()
-
setTags
public CreateExperiment setTags(Collection<ExperimentTag> tags)
-
getTags
public Collection<ExperimentTag> getTags()
-
-