Uses of Class
org.tensorflow.proto.CommitId
Packages that use CommitId
-
Uses of CommitId in org.tensorflow.proto
Methods in org.tensorflow.proto that return CommitIdModifier and TypeMethodDescriptionCommitId.Builder.build()CommitId.Builder.buildPartial()TestResults.Builder.getCommitId()The commit id (git hash or changelist)TestResults.getCommitId()The commit id (git hash or changelist)TestResultsOrBuilder.getCommitId()The commit id (git hash or changelist)static CommitIdCommitId.getDefaultInstance()CommitId.Builder.getDefaultInstanceForType()CommitId.getDefaultInstanceForType()static CommitIdCommitId.parseDelimitedFrom(InputStream input) static CommitIdCommitId.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static CommitIdCommitId.parseFrom(byte[] data) static CommitIdCommitId.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static CommitIdCommitId.parseFrom(ByteString data) static CommitIdCommitId.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static CommitIdCommitId.parseFrom(CodedInputStream input) static CommitIdCommitId.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static CommitIdCommitId.parseFrom(InputStream input) static CommitIdCommitId.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static CommitIdCommitId.parseFrom(ByteBuffer data) static CommitIdCommitId.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type CommitIdMethods in org.tensorflow.proto with parameters of type CommitIdModifier and TypeMethodDescriptionTestResults.Builder.mergeCommitId(CommitId value) The commit id (git hash or changelist)static CommitId.BuilderCommitId.newBuilder(CommitId prototype) TestResults.Builder.setCommitId(CommitId value) The commit id (git hash or changelist)