Package org.mlflow.api.proto
Interface LabelSchemas.ListLabelSchemasOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelSchemas.ListLabelSchemas,LabelSchemas.ListLabelSchemas.Builder
- Enclosing class:
- LabelSchemas
public static interface LabelSchemas.ListLabelSchemasOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string experiment_id = 1 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringoptional string experiment_id = 1 [(.mlflow.validate_required) = true];intDefaults to 100 server-side when unset.optional string page_token = 3;com.google.protobuf.ByteStringoptional string page_token = 3;booleanoptional string experiment_id = 1 [(.mlflow.validate_required) = true];booleanDefaults to 100 server-side when unset.booleanoptional string page_token = 3;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.
-
hasMaxResults
boolean hasMaxResults()Defaults to 100 server-side when unset. Must be a positive integer not exceeding SEARCH_MAX_RESULTS_THRESHOLD; the handler rejects 0, negative values, and values above the threshold.
optional int32 max_results = 2;- Returns:
- Whether the maxResults field is set.
-
getMaxResults
int getMaxResults()Defaults to 100 server-side when unset. Must be a positive integer not exceeding SEARCH_MAX_RESULTS_THRESHOLD; the handler rejects 0, negative values, and values above the threshold.
optional int32 max_results = 2;- Returns:
- The maxResults.
-
hasPageToken
boolean hasPageToken()optional string page_token = 3;- Returns:
- Whether the pageToken field is set.
-
getPageToken
String getPageToken()optional string page_token = 3;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()optional string page_token = 3;- Returns:
- The bytes for pageToken.
-