Uses of Class
org.mlflow.api.proto.Service.MetricWithRunId
-
Packages that use Service.MetricWithRunId Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.MetricWithRunId in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.MetricWithRunId Modifier and Type Field Description static com.google.protobuf.Parser<Service.MetricWithRunId>
Service.MetricWithRunId. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.MetricWithRunId Modifier and Type Method Description Service.MetricWithRunId
Service.MetricWithRunId.Builder. build()
Service.MetricWithRunId
Service.MetricWithRunId.Builder. buildPartial()
static Service.MetricWithRunId
Service.MetricWithRunId. getDefaultInstance()
Service.MetricWithRunId
Service.MetricWithRunId.Builder. getDefaultInstanceForType()
Service.MetricWithRunId
Service.MetricWithRunId. getDefaultInstanceForType()
Service.MetricWithRunId
Service.GetMetricHistoryBulkInterval.Response.Builder. getMetrics(int index)
List of metrics representing history of values and metadata.Service.MetricWithRunId
Service.GetMetricHistoryBulkInterval.Response. getMetrics(int index)
List of metrics representing history of values and metadata.Service.MetricWithRunId
Service.GetMetricHistoryBulkInterval.ResponseOrBuilder. getMetrics(int index)
List of metrics representing history of values and metadata.static Service.MetricWithRunId
Service.MetricWithRunId. parseDelimitedFrom(java.io.InputStream input)
static Service.MetricWithRunId
Service.MetricWithRunId. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(byte[] data)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(com.google.protobuf.ByteString data)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(com.google.protobuf.CodedInputStream input)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(java.io.InputStream input)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(java.nio.ByteBuffer data)
static Service.MetricWithRunId
Service.MetricWithRunId. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.MetricWithRunId Modifier and Type Method Description java.util.List<Service.MetricWithRunId>
Service.GetMetricHistoryBulkInterval.Response.Builder. getMetricsList()
List of metrics representing history of values and metadata.java.util.List<Service.MetricWithRunId>
Service.GetMetricHistoryBulkInterval.Response. getMetricsList()
List of metrics representing history of values and metadata.java.util.List<Service.MetricWithRunId>
Service.GetMetricHistoryBulkInterval.ResponseOrBuilder. getMetricsList()
List of metrics representing history of values and metadata.com.google.protobuf.Parser<Service.MetricWithRunId>
Service.MetricWithRunId. getParserForType()
static com.google.protobuf.Parser<Service.MetricWithRunId>
Service.MetricWithRunId. parser()
Methods in org.mlflow.api.proto with parameters of type Service.MetricWithRunId Modifier and Type Method Description Service.GetMetricHistoryBulkInterval.Response.Builder
Service.GetMetricHistoryBulkInterval.Response.Builder. addMetrics(int index, Service.MetricWithRunId value)
List of metrics representing history of values and metadata.Service.GetMetricHistoryBulkInterval.Response.Builder
Service.GetMetricHistoryBulkInterval.Response.Builder. addMetrics(Service.MetricWithRunId value)
List of metrics representing history of values and metadata.Service.MetricWithRunId.Builder
Service.MetricWithRunId.Builder. mergeFrom(Service.MetricWithRunId other)
static Service.MetricWithRunId.Builder
Service.MetricWithRunId. newBuilder(Service.MetricWithRunId prototype)
Service.GetMetricHistoryBulkInterval.Response.Builder
Service.GetMetricHistoryBulkInterval.Response.Builder. setMetrics(int index, Service.MetricWithRunId value)
List of metrics representing history of values and metadata.Method parameters in org.mlflow.api.proto with type arguments of type Service.MetricWithRunId Modifier and Type Method Description Service.GetMetricHistoryBulkInterval.Response.Builder
Service.GetMetricHistoryBulkInterval.Response.Builder. addAllMetrics(java.lang.Iterable<? extends Service.MetricWithRunId> values)
List of metrics representing history of values and metadata.
-