Package org.mlflow.api.proto
Interface ModelRegistry.DeleteRegisteredModelAliasOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- ModelRegistry.DeleteRegisteredModelAlias,- ModelRegistry.DeleteRegisteredModelAlias.Builder
 - Enclosing class:
- ModelRegistry
 
 public static interface ModelRegistry.DeleteRegisteredModelAliasOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlias()Name of the alias.com.google.protobuf.ByteStringgetAliasBytes()Name of the alias.java.lang.StringgetName()Name of the registered model.com.google.protobuf.ByteStringgetNameBytes()Name of the registered model.booleanhasAlias()Name of the alias.booleanhasName()Name of the registered model.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasNameboolean hasName() Name of the registered model. optional string name = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the name field is set.
 
 - 
getNamejava.lang.String getName() Name of the registered model. optional string name = 1 [(.mlflow.validate_required) = true];- Returns:
- The name.
 
 - 
getNameBytescom.google.protobuf.ByteString getNameBytes() Name of the registered model. optional string name = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for name.
 
 - 
hasAliasboolean hasAlias() Name of the alias. The name must be an exact match; wild-card deletion is not supported. Maximum size is 256 bytes. optional string alias = 2 [(.mlflow.validate_required) = true];- Returns:
- Whether the alias field is set.
 
 - 
getAliasjava.lang.String getAlias() Name of the alias. The name must be an exact match; wild-card deletion is not supported. Maximum size is 256 bytes. optional string alias = 2 [(.mlflow.validate_required) = true];- Returns:
- The alias.
 
 - 
getAliasBytescom.google.protobuf.ByteString getAliasBytes() Name of the alias. The name must be an exact match; wild-card deletion is not supported. Maximum size is 256 bytes. optional string alias = 2 [(.mlflow.validate_required) = true];- Returns:
- The bytes for alias.
 
 
- 
 
-