Uses of Class
org.tensorflow.proto.StatusProto.Builder
Packages that use StatusProto.Builder
-
Uses of StatusProto.Builder in org.tensorflow.proto
Subclasses with type arguments of type StatusProto.Builder in org.tensorflow.protoMethods in org.tensorflow.proto that return StatusProto.BuilderModifier and TypeMethodDescriptionStatusProto.Builder.clear()StatusProto.Builder.clearCode()Status code as defined in tensorflow/compiler/xla/tsl/protobuf/error_codes.proto.StatusProto.Builder.clearMessage()Detail error message.StatusProto.Builder.clearPayload()StatusProto.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) StatusProto.Builder.mergeFrom(StatusProto other) static StatusProto.BuilderStatusProto.newBuilder()static StatusProto.BuilderStatusProto.newBuilder(StatusProto prototype) StatusProto.newBuilderForType()protected StatusProto.BuilderStatusProto.newBuilderForType(AbstractMessage.BuilderParent parent) StatusProto.Builder.putAllPayload(Map<String, ByteString> values) Unique type URL -> value, like absl::Status payloads.StatusProto.Builder.putPayload(String key, ByteString value) Unique type URL -> value, like absl::Status payloads.StatusProto.Builder.removePayload(String key) Unique type URL -> value, like absl::Status payloads.Status code as defined in tensorflow/compiler/xla/tsl/protobuf/error_codes.proto.StatusProto.Builder.setCodeValue(int value) Status code as defined in tensorflow/compiler/xla/tsl/protobuf/error_codes.proto.StatusProto.Builder.setMessage(String value) Detail error message.StatusProto.Builder.setMessageBytes(ByteString value) Detail error message.StatusProto.toBuilder()