Interface ModelRegistry.RenameRegisteredModelOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelRegistry.RenameRegisteredModel, ModelRegistry.RenameRegisteredModel.Builder
Enclosing class:
ModelRegistry

public static interface ModelRegistry.RenameRegisteredModelOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Registered model unique name identifier.
    com.google.protobuf.ByteString
    Registered model unique name identifier.
    If provided, updates the name for this ``registered_model``.
    com.google.protobuf.ByteString
    If provided, updates the name for this ``registered_model``.
    boolean
    Registered model unique name identifier.
    boolean
    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 Details

    • hasName

      boolean hasName()
       Registered model unique name identifier.
       
      optional string name = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the name field is set.
    • getName

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

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

      boolean hasNewName()
       If provided, updates the name for this ``registered_model``.
       
      optional string new_name = 2;
      Returns:
      Whether the newName field is set.
    • getNewName

      String getNewName()
       If provided, updates the name for this ``registered_model``.
       
      optional string new_name = 2;
      Returns:
      The newName.
    • getNewNameBytes

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