Package com.databricks.sdk.service.ml
Class Model
- java.lang.Object
-
- com.databricks.sdk.service.ml.Model
-
@Generated public class Model extends Object
-
-
Constructor Summary
Constructors Constructor Description Model()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getCreationTimestamp()
String
getDescription()
Long
getLastUpdatedTimestamp()
Collection<ModelVersion>
getLatestVersions()
String
getName()
Collection<ModelTag>
getTags()
String
getUserId()
int
hashCode()
Model
setCreationTimestamp(Long creationTimestamp)
Model
setDescription(String description)
Model
setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
Model
setLatestVersions(Collection<ModelVersion> latestVersions)
Model
setName(String name)
Model
setTags(Collection<ModelTag> tags)
Model
setUserId(String userId)
String
toString()
-
-
-
Method Detail
-
getCreationTimestamp
public Long getCreationTimestamp()
-
getDescription
public String getDescription()
-
getLastUpdatedTimestamp
public Long getLastUpdatedTimestamp()
-
setLatestVersions
public Model setLatestVersions(Collection<ModelVersion> latestVersions)
-
getLatestVersions
public Collection<ModelVersion> getLatestVersions()
-
getName
public String getName()
-
setTags
public Model setTags(Collection<ModelTag> tags)
-
getTags
public Collection<ModelTag> getTags()
-
getUserId
public String getUserId()
-
-