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 boolean
equals(Object o)
String
getArtifactLocation()
String
getName()
Collection<ExperimentTag>
getTags()
int
hashCode()
CreateExperiment
setArtifactLocation(String artifactLocation)
CreateExperiment
setName(String name)
CreateExperiment
setTags(Collection<ExperimentTag> tags)
String
toString()
-
-
-
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()
-
-