Interface Service.DeleteLoggedModelTagOrBuilder

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

public static interface Service.DeleteLoggedModelTagOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the LoggedModel to delete the tag from.
    com.google.protobuf.ByteString
    The ID of the LoggedModel to delete the tag from.
    The tag key.
    com.google.protobuf.ByteString
    The tag key.
    boolean
    The ID of the LoggedModel to delete the tag from.
    boolean
    The tag key.

    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

    • hasModelId

      boolean hasModelId()
       The ID of the LoggedModel to delete the tag from.
       
      optional string model_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the modelId field is set.
    • getModelId

      String getModelId()
       The ID of the LoggedModel to delete the tag from.
       
      optional string model_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The modelId.
    • getModelIdBytes

      com.google.protobuf.ByteString getModelIdBytes()
       The ID of the LoggedModel to delete the tag from.
       
      optional string model_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for modelId.
    • hasTagKey

      boolean hasTagKey()
       The tag key.
       
      optional string tag_key = 2 [(.mlflow.validate_required) = true];
      Returns:
      Whether the tagKey field is set.
    • getTagKey

      String getTagKey()
       The tag key.
       
      optional string tag_key = 2 [(.mlflow.validate_required) = true];
      Returns:
      The tagKey.
    • getTagKeyBytes

      com.google.protobuf.ByteString getTagKeyBytes()
       The tag key.
       
      optional string tag_key = 2 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for tagKey.