Package org.mlflow.api.proto
Interface Issues.SearchIssuesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Issues.SearchIssues,Issues.SearchIssues.Builder
- Enclosing class:
- Issues
public static interface Issues.SearchIssuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFilter by experiment ID.com.google.protobuf.ByteStringFilter by experiment ID.Filter string for advanced filtering.com.google.protobuf.ByteStringFilter string for advanced filtering.booleanWhether to include the count of traces impacted by each issue.intMaximum number of results to return.Page token for pagination.com.google.protobuf.ByteStringPage token for pagination.booleanFilter by experiment ID.booleanFilter string for advanced filtering.booleanWhether to include the count of traces impacted by each issue.booleanMaximum number of results to return.booleanPage token for pagination.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()Filter by experiment ID.
optional string experiment_id = 1;- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()Filter by experiment ID.
optional string experiment_id = 1;- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()Filter by experiment ID.
optional string experiment_id = 1;- Returns:
- The bytes for experimentId.
-
hasFilterString
boolean hasFilterString()Filter string for advanced filtering.
optional string filter_string = 2;- Returns:
- Whether the filterString field is set.
-
getFilterString
String getFilterString()Filter string for advanced filtering.
optional string filter_string = 2;- Returns:
- The filterString.
-
getFilterStringBytes
com.google.protobuf.ByteString getFilterStringBytes()Filter string for advanced filtering.
optional string filter_string = 2;- Returns:
- The bytes for filterString.
-
hasMaxResults
boolean hasMaxResults()Maximum number of results to return.
optional int32 max_results = 3;- Returns:
- Whether the maxResults field is set.
-
getMaxResults
int getMaxResults()Maximum number of results to return.
optional int32 max_results = 3;- Returns:
- The maxResults.
-
hasPageToken
boolean hasPageToken()Page token for pagination.
optional string page_token = 4;- Returns:
- Whether the pageToken field is set.
-
getPageToken
String getPageToken()Page token for pagination.
optional string page_token = 4;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()Page token for pagination.
optional string page_token = 4;- Returns:
- The bytes for pageToken.
-
hasIncludeTraceCount
boolean hasIncludeTraceCount()Whether to include the count of traces impacted by each issue.
optional bool include_trace_count = 5;- Returns:
- Whether the includeTraceCount field is set.
-
getIncludeTraceCount
boolean getIncludeTraceCount()Whether to include the count of traces impacted by each issue.
optional bool include_trace_count = 5;- Returns:
- The includeTraceCount.
-