Package org.mlflow.api.proto
Interface Service.GetMetricHistory.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetMetricHistory.Response
,Service.GetMetricHistory.Response.Builder
- Enclosing class:
Service.GetMetricHistory
public static interface Service.GetMetricHistory.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMetrics
(int index) All logged values for this metric.int
All logged values for this metric.All logged values for this metric.getMetricsOrBuilder
(int index) All logged values for this metric.List
<? extends Service.MetricOrBuilder> All logged values for this metric.Token that can be used to issue a query for the next page of metric history values.com.google.protobuf.ByteString
Token that can be used to issue a query for the next page of metric history values.boolean
Token that can be used to issue a query for the next page of metric history values.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
-
getMetricsList
List<Service.Metric> getMetricsList()All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
-
getMetrics
All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
-
getMetricsCount
int getMetricsCount()All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
-
getMetricsOrBuilderList
List<? extends Service.MetricOrBuilder> getMetricsOrBuilderList()All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
-
getMetricsOrBuilder
All logged values for this metric.
repeated .mlflow.Metric metrics = 1;
-
hasNextPageToken
boolean hasNextPageToken()Token that can be used to issue a query for the next page of metric history values. A missing token indicates that no additional metrics are available to fetch.
optional string next_page_token = 2;
- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Token that can be used to issue a query for the next page of metric history values. A missing token indicates that no additional metrics are available to fetch.
optional string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Token that can be used to issue a query for the next page of metric history values. A missing token indicates that no additional metrics are available to fetch.
optional string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-