Uses of Class
com.google.cloud.aiplatform.v1.TokensInfo
Packages that use TokensInfo
-
Uses of TokensInfo in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return TokensInfoModifier and TypeMethodDescriptionTokensInfo.Builder.build()TokensInfo.Builder.buildPartial()static TokensInfoTokensInfo.getDefaultInstance()TokensInfo.Builder.getDefaultInstanceForType()TokensInfo.getDefaultInstanceForType()ComputeTokensResponse.Builder.getTokensInfo(int index) Lists of tokens info from the input.ComputeTokensResponse.getTokensInfo(int index) Lists of tokens info from the input.ComputeTokensResponseOrBuilder.getTokensInfo(int index) Lists of tokens info from the input.static TokensInfoTokensInfo.parseDelimitedFrom(InputStream input) static TokensInfoTokensInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TokensInfoTokensInfo.parseFrom(byte[] data) static TokensInfoTokensInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TokensInfoTokensInfo.parseFrom(com.google.protobuf.ByteString data) static TokensInfoTokensInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TokensInfoTokensInfo.parseFrom(com.google.protobuf.CodedInputStream input) static TokensInfoTokensInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TokensInfoTokensInfo.parseFrom(InputStream input) static TokensInfoTokensInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TokensInfoTokensInfo.parseFrom(ByteBuffer data) static TokensInfoTokensInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type TokensInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TokensInfo>TokensInfo.getParserForType()ComputeTokensResponse.Builder.getTokensInfoList()Lists of tokens info from the input.ComputeTokensResponse.getTokensInfoList()Lists of tokens info from the input.ComputeTokensResponseOrBuilder.getTokensInfoList()Lists of tokens info from the input.static com.google.protobuf.Parser<TokensInfo>TokensInfo.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type TokensInfoModifier and TypeMethodDescriptionComputeTokensResponse.Builder.addTokensInfo(int index, TokensInfo value) Lists of tokens info from the input.ComputeTokensResponse.Builder.addTokensInfo(TokensInfo value) Lists of tokens info from the input.TokensInfo.Builder.mergeFrom(TokensInfo other) static TokensInfo.BuilderTokensInfo.newBuilder(TokensInfo prototype) ComputeTokensResponse.Builder.setTokensInfo(int index, TokensInfo value) Lists of tokens info from the input.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type TokensInfoModifier and TypeMethodDescriptionComputeTokensResponse.Builder.addAllTokensInfo(Iterable<? extends TokensInfo> values) Lists of tokens info from the input.