@Generated public class CreateExperiment extends Object
Constructor and Description |
---|
CreateExperiment() |
Modifier and Type | Method and 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() |
public CreateExperiment setArtifactLocation(String artifactLocation)
public String getArtifactLocation()
public CreateExperiment setName(String name)
public String getName()
public CreateExperiment setTags(Collection<ExperimentTag> tags)
public Collection<ExperimentTag> getTags()
Copyright © 2024. All rights reserved.