Uses of Class
org.tensorflow.proto.CommitId.Builder
Packages that use CommitId.Builder
-
Uses of CommitId.Builder in org.tensorflow.proto
Subclasses with type arguments of type CommitId.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.CommitIdMethods in org.tensorflow.proto that return CommitId.BuilderModifier and TypeMethodDescriptionCommitId.Builder.clear()CommitId.Builder.clearChangelist()Submitted changelist.CommitId.Builder.clearHash()string hash = 2;CommitId.Builder.clearKind()CommitId.Builder.clearPendingChangelist()Changelist tested if the change list is not already submitted.CommitId.Builder.clearSnapshot()Hash of intermediate change between hash/changelist and what was tested.TestResults.Builder.getCommitIdBuilder()The commit id (git hash or changelist)CommitId.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static CommitId.BuilderCommitId.newBuilder()static CommitId.BuilderCommitId.newBuilder(CommitId prototype) CommitId.newBuilderForType()protected CommitId.BuilderCommitId.newBuilderForType(AbstractMessage.BuilderParent parent) CommitId.Builder.setChangelist(long value) Submitted changelist.string hash = 2;CommitId.Builder.setHashBytes(ByteString value) string hash = 2;CommitId.Builder.setPendingChangelist(long value) Changelist tested if the change list is not already submitted.CommitId.Builder.setSnapshot(String value) Hash of intermediate change between hash/changelist and what was tested.CommitId.Builder.setSnapshotBytes(ByteString value) Hash of intermediate change between hash/changelist and what was tested.CommitId.toBuilder()Methods in org.tensorflow.proto with parameters of type CommitId.BuilderModifier and TypeMethodDescriptionTestResults.Builder.setCommitId(CommitId.Builder builderForValue) The commit id (git hash or changelist)