Interface ModelRegistry.RenameRegisteredModelOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Registered model unique name identifier.
      com.google.protobuf.ByteString getNameBytes()
      Registered model unique name identifier.
      java.lang.String getNewName()
      If provided, updates the name for this ``registered_model``.
      com.google.protobuf.ByteString getNewNameBytes()
      If provided, updates the name for this ``registered_model``.
      boolean hasName()
      Registered model unique name identifier.
      boolean hasNewName()
      If provided, updates the name for this ``registered_model``.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasName

        boolean hasName()
         Registered model unique name identifier.
         
        optional string name = 1 [(.mlflow.validate_required) = true];
      • getName

        java.lang.String getName()
         Registered model unique name identifier.
         
        optional string name = 1 [(.mlflow.validate_required) = true];
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Registered model unique name identifier.
         
        optional string name = 1 [(.mlflow.validate_required) = true];
      • hasNewName

        boolean hasNewName()
         If provided, updates the name for this ``registered_model``.
         
        optional string new_name = 2;
      • getNewName

        java.lang.String getNewName()
         If provided, updates the name for this ``registered_model``.
         
        optional string new_name = 2;
      • getNewNameBytes

        com.google.protobuf.ByteString getNewNameBytes()
         If provided, updates the name for this ``registered_model``.
         
        optional string new_name = 2;