Class ReviewQueues.ReviewQueueItem

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.mlflow.api.proto.ReviewQueues.ReviewQueueItem
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ReviewQueues.ReviewQueueItemOrBuilder
Enclosing class:
ReviewQueues

public static final class ReviewQueues.ReviewQueueItem extends com.google.protobuf.GeneratedMessageV3 implements ReviewQueues.ReviewQueueItemOrBuilder
 One item attached to a queue plus its shared-pool workflow status.
 
Protobuf type mlflow.review_queues.ReviewQueueItem
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasQueueId

      public boolean hasQueueId()
      optional string queue_id = 1;
      Specified by:
      hasQueueId in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      Whether the queueId field is set.
    • getQueueId

      public String getQueueId()
      optional string queue_id = 1;
      Specified by:
      getQueueId in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The queueId.
    • getQueueIdBytes

      public com.google.protobuf.ByteString getQueueIdBytes()
      optional string queue_id = 1;
      Specified by:
      getQueueIdBytes in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The bytes for queueId.
    • hasItemType

      public boolean hasItemType()
      optional .mlflow.review_queues.ReviewItemType item_type = 2;
      Specified by:
      hasItemType in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      Whether the itemType field is set.
    • getItemType

      public ReviewQueues.ReviewItemType getItemType()
      optional .mlflow.review_queues.ReviewItemType item_type = 2;
      Specified by:
      getItemType in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The itemType.
    • hasItemId

      public boolean hasItemId()
       Item ID (a trace ID in v1; UUID/hex, case-sensitive).
       
      optional string item_id = 3;
      Specified by:
      hasItemId in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      Whether the itemId field is set.
    • getItemId

      public String getItemId()
       Item ID (a trace ID in v1; UUID/hex, case-sensitive).
       
      optional string item_id = 3;
      Specified by:
      getItemId in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The itemId.
    • getItemIdBytes

      public com.google.protobuf.ByteString getItemIdBytes()
       Item ID (a trace ID in v1; UUID/hex, case-sensitive).
       
      optional string item_id = 3;
      Specified by:
      getItemIdBytes in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The bytes for itemId.
    • hasStatus

      public boolean hasStatus()
      optional .mlflow.review_queues.ReviewStatus status = 4;
      Specified by:
      hasStatus in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      Whether the status field is set.
    • getStatus

      public ReviewQueues.ReviewStatus getStatus()
      optional .mlflow.review_queues.ReviewStatus status = 4;
      Specified by:
      getStatus in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The status.
    • hasCompletedBy

      public boolean hasCompletedBy()
       Set only when status is COMPLETE or DECLINED; absent otherwise.
       
      optional string completed_by = 5;
      Specified by:
      hasCompletedBy in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      Whether the completedBy field is set.
    • getCompletedBy

      public String getCompletedBy()
       Set only when status is COMPLETE or DECLINED; absent otherwise.
       
      optional string completed_by = 5;
      Specified by:
      getCompletedBy in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The completedBy.
    • getCompletedByBytes

      public com.google.protobuf.ByteString getCompletedByBytes()
       Set only when status is COMPLETE or DECLINED; absent otherwise.
       
      optional string completed_by = 5;
      Specified by:
      getCompletedByBytes in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The bytes for completedBy.
    • hasCompletedTimeMs

      public boolean hasCompletedTimeMs()
      optional int64 completed_time_ms = 6;
      Specified by:
      hasCompletedTimeMs in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      Whether the completedTimeMs field is set.
    • getCompletedTimeMs

      public long getCompletedTimeMs()
      optional int64 completed_time_ms = 6;
      Specified by:
      getCompletedTimeMs in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The completedTimeMs.
    • hasCreationTimeMs

      public boolean hasCreationTimeMs()
      optional int64 creation_time_ms = 7;
      Specified by:
      hasCreationTimeMs in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      Whether the creationTimeMs field is set.
    • getCreationTimeMs

      public long getCreationTimeMs()
      optional int64 creation_time_ms = 7;
      Specified by:
      getCreationTimeMs in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The creationTimeMs.
    • hasLastUpdateTimeMs

      public boolean hasLastUpdateTimeMs()
      optional int64 last_update_time_ms = 8;
      Specified by:
      hasLastUpdateTimeMs in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      Whether the lastUpdateTimeMs field is set.
    • getLastUpdateTimeMs

      public long getLastUpdateTimeMs()
      optional int64 last_update_time_ms = 8;
      Specified by:
      getLastUpdateTimeMs in interface ReviewQueues.ReviewQueueItemOrBuilder
      Returns:
      The lastUpdateTimeMs.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ReviewQueues.ReviewQueueItem parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ReviewQueues.ReviewQueueItem parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReviewQueues.ReviewQueueItem parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ReviewQueues.ReviewQueueItem.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ReviewQueues.ReviewQueueItem.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ReviewQueues.ReviewQueueItem.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ReviewQueues.ReviewQueueItem getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ReviewQueues.ReviewQueueItem> parser()
    • getParserForType

      public com.google.protobuf.Parser<ReviewQueues.ReviewQueueItem> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ReviewQueues.ReviewQueueItem getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder