Uses of Class
com.google.cloud.aiplatform.v1.TokensInfo.Builder
Packages that use TokensInfo.Builder
-
Uses of TokensInfo.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return TokensInfo.BuilderModifier and TypeMethodDescriptionTokensInfo.Builder.addAllTokenIds(Iterable<? extends Long> values) A list of token ids from the input.TokensInfo.Builder.addAllTokens(Iterable<? extends com.google.protobuf.ByteString> values) A list of tokens from the input.TokensInfo.Builder.addTokenIds(long value) A list of token ids from the input.TokensInfo.Builder.addTokens(com.google.protobuf.ByteString value) A list of tokens from the input.ComputeTokensResponse.Builder.addTokensInfoBuilder()Lists of tokens info from the input.ComputeTokensResponse.Builder.addTokensInfoBuilder(int index) Lists of tokens info from the input.TokensInfo.Builder.clear()TokensInfo.Builder.clearRole()Optional.TokensInfo.Builder.clearTokenIds()A list of token ids from the input.TokensInfo.Builder.clearTokens()A list of tokens from the input.ComputeTokensResponse.Builder.getTokensInfoBuilder(int index) Lists of tokens info from the input.TokensInfo.Builder.mergeFrom(TokensInfo other) TokensInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TokensInfo.Builder.mergeFrom(com.google.protobuf.Message other) static TokensInfo.BuilderTokensInfo.newBuilder()static TokensInfo.BuilderTokensInfo.newBuilder(TokensInfo prototype) TokensInfo.newBuilderForType()protected TokensInfo.BuilderTokensInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Optional.TokensInfo.Builder.setRoleBytes(com.google.protobuf.ByteString value) Optional.TokensInfo.Builder.setTokenIds(int index, long value) A list of token ids from the input.TokensInfo.Builder.setTokens(int index, com.google.protobuf.ByteString value) A list of tokens from the input.TokensInfo.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type TokensInfo.BuilderModifier and TypeMethodDescriptionComputeTokensResponse.Builder.getTokensInfoBuilderList()Lists of tokens info from the input.Methods in com.google.cloud.aiplatform.v1 with parameters of type TokensInfo.BuilderModifier and TypeMethodDescriptionComputeTokensResponse.Builder.addTokensInfo(int index, TokensInfo.Builder builderForValue) Lists of tokens info from the input.ComputeTokensResponse.Builder.addTokensInfo(TokensInfo.Builder builderForValue) Lists of tokens info from the input.ComputeTokensResponse.Builder.setTokensInfo(int index, TokensInfo.Builder builderForValue) Lists of tokens info from the input.