Package org.mlflow.api.proto
Interface Service.QueryTraceMetrics.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.QueryTraceMetrics.Response,Service.QueryTraceMetrics.Response.Builder
- Enclosing class:
- Service.QueryTraceMetrics
public static interface Service.QueryTraceMetrics.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDataPoints(int index) Data points grouped by dimensions.intData points grouped by dimensions.Data points grouped by dimensions.getDataPointsOrBuilder(int index) Data points grouped by dimensions.List<? extends Service.MetricDataPointOrBuilder>Data points grouped by dimensions.Pagination token for fetching the next page.com.google.protobuf.ByteStringPagination token for fetching the next page.booleanPagination token for fetching the next page.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
-
getDataPointsList
List<Service.MetricDataPoint> getDataPointsList()Data points grouped by dimensions.
repeated .mlflow.MetricDataPoint data_points = 1; -
getDataPoints
Data points grouped by dimensions.
repeated .mlflow.MetricDataPoint data_points = 1; -
getDataPointsCount
int getDataPointsCount()Data points grouped by dimensions.
repeated .mlflow.MetricDataPoint data_points = 1; -
getDataPointsOrBuilderList
List<? extends Service.MetricDataPointOrBuilder> getDataPointsOrBuilderList()Data points grouped by dimensions.
repeated .mlflow.MetricDataPoint data_points = 1; -
getDataPointsOrBuilder
Data points grouped by dimensions.
repeated .mlflow.MetricDataPoint data_points = 1; -
hasNextPageToken
boolean hasNextPageToken()Pagination token for fetching the next page. Empty if no more results are available.
optional string next_page_token = 2;- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Pagination token for fetching the next page. Empty if no more results are available.
optional string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Pagination token for fetching the next page. Empty if no more results are available.
optional string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-