@Evolving public interface ModelVersion extends Auditable
Model. A model version
 is a snapshot at a point of time of a model artifact in ML. Users can link a model version to a
 registered model.| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String[] | aliases()The aliases of this model version. | 
| default java.lang.String | comment()The comment of this model version. | 
| default java.util.Map<java.lang.String,java.lang.String> | properties()The properties of the model version. | 
| java.lang.String | uri()The URI of the model artifact. | 
| int | version()The version of this model object. | 
int version()
default java.lang.String comment()
java.lang.String[] aliases()
java.lang.String uri()
default java.util.Map<java.lang.String,java.lang.String> properties()