Uses of Interface
org.mlflow.api.proto.Service.MetricAggregationOrBuilder
-
Packages that use Service.MetricAggregationOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.MetricAggregationOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.MetricAggregationOrBuilder Modifier and Type Class Description static classService.MetricAggregationProtobuf typemlflow.MetricAggregationstatic classService.MetricAggregation.BuilderProtobuf typemlflow.MetricAggregationMethods in org.mlflow.api.proto that return Service.MetricAggregationOrBuilder Modifier and Type Method Description Service.MetricAggregationOrBuilderService.QueryTraceMetrics.Builder. getAggregationsOrBuilder(int index)Required: The aggregations to apply.Service.MetricAggregationOrBuilderService.QueryTraceMetrics. getAggregationsOrBuilder(int index)Required: The aggregations to apply.Service.MetricAggregationOrBuilderService.QueryTraceMetricsOrBuilder. getAggregationsOrBuilder(int index)Required: The aggregations to apply.Methods in org.mlflow.api.proto that return types with arguments of type Service.MetricAggregationOrBuilder Modifier and Type Method Description java.util.List<? extends Service.MetricAggregationOrBuilder>Service.QueryTraceMetrics.Builder. getAggregationsOrBuilderList()Required: The aggregations to apply.java.util.List<? extends Service.MetricAggregationOrBuilder>Service.QueryTraceMetrics. getAggregationsOrBuilderList()Required: The aggregations to apply.java.util.List<? extends Service.MetricAggregationOrBuilder>Service.QueryTraceMetricsOrBuilder. getAggregationsOrBuilderList()Required: The aggregations to apply.
-