Uses of Class
org.mlflow.api.proto.Service.LogMetric
-
Packages that use Service.LogMetric Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.LogMetric in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.LogMetric Modifier and Type Field Description static com.google.protobuf.Parser<Service.LogMetric>
Service.LogMetric. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.LogMetric Modifier and Type Method Description Service.LogMetric
Service.LogMetric.Builder. build()
Service.LogMetric
Service.LogMetric.Builder. buildPartial()
static Service.LogMetric
Service.LogMetric. getDefaultInstance()
Service.LogMetric
Service.LogMetric.Builder. getDefaultInstanceForType()
Service.LogMetric
Service.LogMetric. getDefaultInstanceForType()
static Service.LogMetric
Service.LogMetric. parseDelimitedFrom(java.io.InputStream input)
static Service.LogMetric
Service.LogMetric. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LogMetric
Service.LogMetric. parseFrom(byte[] data)
static Service.LogMetric
Service.LogMetric. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LogMetric
Service.LogMetric. parseFrom(com.google.protobuf.ByteString data)
static Service.LogMetric
Service.LogMetric. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LogMetric
Service.LogMetric. parseFrom(com.google.protobuf.CodedInputStream input)
static Service.LogMetric
Service.LogMetric. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LogMetric
Service.LogMetric. parseFrom(java.io.InputStream input)
static Service.LogMetric
Service.LogMetric. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LogMetric
Service.LogMetric. parseFrom(java.nio.ByteBuffer data)
static Service.LogMetric
Service.LogMetric. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.LogMetric Modifier and Type Method Description com.google.protobuf.Parser<Service.LogMetric>
Service.LogMetric. getParserForType()
static com.google.protobuf.Parser<Service.LogMetric>
Service.LogMetric. parser()
Methods in org.mlflow.api.proto with parameters of type Service.LogMetric Modifier and Type Method Description Service.LogMetric.Builder
Service.LogMetric.Builder. mergeFrom(Service.LogMetric other)
static Service.LogMetric.Builder
Service.LogMetric. newBuilder(Service.LogMetric prototype)
-