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