Uses of Class
org.tensorflow.distruntime.LoggingRequest
-
Packages that use LoggingRequest Package Description org.tensorflow.distruntime -
-
Uses of LoggingRequest in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return LoggingRequest Modifier and Type Method Description LoggingRequest
LoggingRequest.Builder. build()
LoggingRequest
LoggingRequest.Builder. buildPartial()
static LoggingRequest
LoggingRequest. getDefaultInstance()
LoggingRequest
LoggingRequest.Builder. getDefaultInstanceForType()
LoggingRequest
LoggingRequest. getDefaultInstanceForType()
static LoggingRequest
LoggingRequest. parseDelimitedFrom(InputStream input)
static LoggingRequest
LoggingRequest. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingRequest
LoggingRequest. parseFrom(byte[] data)
static LoggingRequest
LoggingRequest. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingRequest
LoggingRequest. parseFrom(InputStream input)
static LoggingRequest
LoggingRequest. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingRequest
LoggingRequest. parseFrom(ByteBuffer data)
static LoggingRequest
LoggingRequest. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingRequest
LoggingRequest. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static LoggingRequest
LoggingRequest. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static LoggingRequest
LoggingRequest. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static LoggingRequest
LoggingRequest. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.tensorflow.distruntime that return types with arguments of type LoggingRequest Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<LoggingRequest>
LoggingRequest. getParserForType()
static org.nd4j.shade.protobuf.Parser<LoggingRequest>
LoggingRequest. parser()
Methods in org.tensorflow.distruntime with parameters of type LoggingRequest Modifier and Type Method Description LoggingRequest.Builder
LoggingRequest.Builder. mergeFrom(LoggingRequest other)
static LoggingRequest.Builder
LoggingRequest. newBuilder(LoggingRequest prototype)
-