Interface ReviewQueues.AddItemsToReviewQueueOrBuilder

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

public static interface ReviewQueues.AddItemsToReviewQueueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getItemIds(int index)
    repeated string item_ids = 3;
    com.google.protobuf.ByteString
    getItemIdsBytes(int index)
    repeated string item_ids = 3;
    int
    repeated string item_ids = 3;
    repeated string item_ids = 3;
    optional .mlflow.review_queues.ReviewItemType item_type = 2;
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    boolean
    optional .mlflow.review_queues.ReviewItemType item_type = 2;
    boolean
    optional string queue_id = 1 [(.mlflow.validate_required) = true];

    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

    • hasQueueId

      boolean hasQueueId()
      optional string queue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the queueId field is set.
    • getQueueId

      String getQueueId()
      optional string queue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The queueId.
    • getQueueIdBytes

      com.google.protobuf.ByteString getQueueIdBytes()
      optional string queue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for queueId.
    • hasItemType

      boolean hasItemType()
      optional .mlflow.review_queues.ReviewItemType item_type = 2;
      Returns:
      Whether the itemType field is set.
    • getItemType

      optional .mlflow.review_queues.ReviewItemType item_type = 2;
      Returns:
      The itemType.
    • getItemIdsList

      List<String> getItemIdsList()
      repeated string item_ids = 3;
      Returns:
      A list containing the itemIds.
    • getItemIdsCount

      int getItemIdsCount()
      repeated string item_ids = 3;
      Returns:
      The count of itemIds.
    • getItemIds

      String getItemIds(int index)
      repeated string item_ids = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The itemIds at the given index.
    • getItemIdsBytes

      com.google.protobuf.ByteString getItemIdsBytes(int index)
      repeated string item_ids = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the itemIds at the given index.