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 booleanequals(Object o)LonggetCreationTimestamp()StringgetDescription()LonggetLastUpdatedTimestamp()Collection<ModelVersion>getLatestVersions()StringgetName()Collection<ModelTag>getTags()StringgetUserId()inthashCode()ModelsetCreationTimestamp(Long creationTimestamp)ModelsetDescription(String description)ModelsetLastUpdatedTimestamp(Long lastUpdatedTimestamp)ModelsetLatestVersions(Collection<ModelVersion> latestVersions)ModelsetName(String name)ModelsetTags(Collection<ModelTag> tags)ModelsetUserId(String userId)StringtoString()
-
-
-
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()
-
-