Package org.mlflow.api.proto
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 TypeMethodDescriptionoptional string created_by = 4;com.google.protobuf.ByteStringoptional string created_by = 4;optional string experiment_id = 1 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringoptional string experiment_id = 1 [(.mlflow.validate_required) = true];getName()optional string name = 2 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringoptional 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.ByteStringgetSchemaIdsBytes(int index) repeated string schema_ids = 6;intrepeated string schema_ids = 6;repeated string schema_ids = 6;getUsers(int index) repeated string users = 5;com.google.protobuf.ByteStringgetUsersBytes(int index) repeated string users = 5;intrepeated string users = 5;repeated string users = 5;booleanoptional string created_by = 4;booleanoptional string experiment_id = 1 [(.mlflow.validate_required) = true];booleanhasName()optional string name = 2 [(.mlflow.validate_required) = true];booleanoptional .mlflow.review_queues.ReviewQueueType queue_type = 3 [(.mlflow.validate_required) = true];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
ReviewQueues.ReviewQueueType 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
repeated string users = 5;- Returns:
- A list containing the users.
-
getUsersCount
int getUsersCount()repeated string users = 5;- Returns:
- The count of users.
-
getUsers
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
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
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.
-