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