Package org.mlflow.api.proto
Interface ModelRegistry.RegisteredModelAliasOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- ModelRegistry.RegisteredModelAlias,- ModelRegistry.RegisteredModelAlias.Builder
 - Enclosing class:
- ModelRegistry
 
 public static interface ModelRegistry.RegisteredModelAliasOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlias()The name of the alias.com.google.protobuf.ByteStringgetAliasBytes()The name of the alias.java.lang.StringgetVersion()The model version number that the alias points to.com.google.protobuf.ByteStringgetVersionBytes()The model version number that the alias points to.booleanhasAlias()The name of the alias.booleanhasVersion()The model version number that the alias points to.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasAliasboolean hasAlias() The name of the alias. optional string alias = 1;- Returns:
- Whether the alias field is set.
 
 - 
getAliasjava.lang.String getAlias() The name of the alias. optional string alias = 1;- Returns:
- The alias.
 
 - 
getAliasBytescom.google.protobuf.ByteString getAliasBytes() The name of the alias. optional string alias = 1;- Returns:
- The bytes for alias.
 
 - 
hasVersionboolean hasVersion() The model version number that the alias points to. optional string version = 2;- Returns:
- Whether the version field is set.
 
 - 
getVersionjava.lang.String getVersion() The model version number that the alias points to. optional string version = 2;- Returns:
- The version.
 
 - 
getVersionBytescom.google.protobuf.ByteString getVersionBytes() The model version number that the alias points to. optional string version = 2;- Returns:
- The bytes for version.
 
 
- 
 
-