Interface ReviewQueues.CreateReviewQueueOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string created_by = 4;
    com.google.protobuf.ByteString
    optional string created_by = 4;
    optional string experiment_id = 1 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string experiment_id = 1 [(.mlflow.validate_required) = true];
    optional string name = 2 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string name = 2 [(.mlflow.validate_required) = true];
    optional .mlflow.review_queues.ReviewQueueType queue_type = 3 [(.mlflow.validate_required) = true];
    getSchemaIds(int index)
    repeated string schema_ids = 6;
    com.google.protobuf.ByteString
    getSchemaIdsBytes(int index)
    repeated string schema_ids = 6;
    int
    repeated string schema_ids = 6;
    repeated string schema_ids = 6;
    getUsers(int index)
    repeated string users = 5;
    com.google.protobuf.ByteString
    getUsersBytes(int index)
    repeated string users = 5;
    int
    repeated string users = 5;
    repeated string users = 5;
    boolean
    optional string created_by = 4;
    boolean
    optional string experiment_id = 1 [(.mlflow.validate_required) = true];
    boolean
    optional string name = 2 [(.mlflow.validate_required) = true];
    boolean
    optional .mlflow.review_queues.ReviewQueueType queue_type = 3 [(.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

    • hasExperimentId

      boolean hasExperimentId()
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      String getExperimentId()
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The experimentId.
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for experimentId.
    • hasName

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

      String getName()
      optional string name = 2 [(.mlflow.validate_required) = true];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for name.
    • hasQueueType

      boolean hasQueueType()
      optional .mlflow.review_queues.ReviewQueueType queue_type = 3 [(.mlflow.validate_required) = true];
      Returns:
      Whether the queueType field is set.
    • getQueueType

      optional .mlflow.review_queues.ReviewQueueType queue_type = 3 [(.mlflow.validate_required) = true];
      Returns:
      The queueType.
    • hasCreatedBy

      boolean hasCreatedBy()
      optional string created_by = 4;
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      String getCreatedBy()
      optional string created_by = 4;
      Returns:
      The createdBy.
    • getCreatedByBytes

      com.google.protobuf.ByteString getCreatedByBytes()
      optional string created_by = 4;
      Returns:
      The bytes for createdBy.
    • getUsersList

      List<String> getUsersList()
      repeated string users = 5;
      Returns:
      A list containing the users.
    • getUsersCount

      int getUsersCount()
      repeated string users = 5;
      Returns:
      The count of users.
    • getUsers

      String getUsers(int index)
      repeated string users = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The users at the given index.
    • getUsersBytes

      com.google.protobuf.ByteString getUsersBytes(int index)
      repeated string users = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the users at the given index.
    • getSchemaIdsList

      List<String> getSchemaIdsList()
      repeated string schema_ids = 6;
      Returns:
      A list containing the schemaIds.
    • getSchemaIdsCount

      int getSchemaIdsCount()
      repeated string schema_ids = 6;
      Returns:
      The count of schemaIds.
    • getSchemaIds

      String getSchemaIds(int index)
      repeated string schema_ids = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The schemaIds at the given index.
    • getSchemaIdsBytes

      com.google.protobuf.ByteString getSchemaIdsBytes(int index)
      repeated string schema_ids = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the schemaIds at the given index.