Uses of Class
com.google.cloud.aiplatform.v1beta1.CountTokensRequest
-
Packages that use CountTokensRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CountTokensRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CountTokensRequest Modifier and Type Method Description CountTokensRequestCountTokensRequest.Builder. build()CountTokensRequestCountTokensRequest.Builder. buildPartial()static CountTokensRequestCountTokensRequest. getDefaultInstance()CountTokensRequestCountTokensRequest.Builder. getDefaultInstanceForType()CountTokensRequestCountTokensRequest. getDefaultInstanceForType()static CountTokensRequestCountTokensRequest. parseDelimitedFrom(InputStream input)static CountTokensRequestCountTokensRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensRequestCountTokensRequest. parseFrom(byte[] data)static CountTokensRequestCountTokensRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensRequestCountTokensRequest. parseFrom(com.google.protobuf.ByteString data)static CountTokensRequestCountTokensRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensRequestCountTokensRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CountTokensRequestCountTokensRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensRequestCountTokensRequest. parseFrom(InputStream input)static CountTokensRequestCountTokensRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensRequestCountTokensRequest. parseFrom(ByteBuffer data)static CountTokensRequestCountTokensRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CountTokensRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CountTokensRequest,CountTokensResponse>PredictionServiceClient. countTokensCallable()Perform a token counting.com.google.api.gax.rpc.UnaryCallSettings.Builder<CountTokensRequest,CountTokensResponse>PredictionServiceSettings.Builder. countTokensSettings()Returns the builder for the settings used for calls to countTokens.com.google.api.gax.rpc.UnaryCallSettings<CountTokensRequest,CountTokensResponse>PredictionServiceSettings. countTokensSettings()Returns the object with the settings used for calls to countTokens.static io.grpc.MethodDescriptor<CountTokensRequest,CountTokensResponse>PredictionServiceGrpc. getCountTokensMethod()com.google.protobuf.Parser<CountTokensRequest>CountTokensRequest. getParserForType()static com.google.protobuf.Parser<CountTokensRequest>CountTokensRequest. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CountTokensRequest Modifier and Type Method Description CountTokensResponsePredictionServiceClient. countTokens(CountTokensRequest request)Perform a token counting.default voidPredictionServiceGrpc.AsyncService. countTokens(CountTokensRequest request, io.grpc.stub.StreamObserver<CountTokensResponse> responseObserver)Perform a token counting.CountTokensResponsePredictionServiceGrpc.PredictionServiceBlockingStub. countTokens(CountTokensRequest request)Perform a token counting.com.google.common.util.concurrent.ListenableFuture<CountTokensResponse>PredictionServiceGrpc.PredictionServiceFutureStub. countTokens(CountTokensRequest request)Perform a token counting.voidPredictionServiceGrpc.PredictionServiceStub. countTokens(CountTokensRequest request, io.grpc.stub.StreamObserver<CountTokensResponse> responseObserver)Perform a token counting.CountTokensRequest.BuilderCountTokensRequest.Builder. mergeFrom(CountTokensRequest other)static CountTokensRequest.BuilderCountTokensRequest. newBuilder(CountTokensRequest prototype) -
Uses of CountTokensRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CountTokensRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CountTokensRequest,CountTokensResponse>GrpcPredictionServiceStub. countTokensCallable()com.google.api.gax.rpc.UnaryCallable<CountTokensRequest,CountTokensResponse>PredictionServiceStub. countTokensCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CountTokensRequest,CountTokensResponse>PredictionServiceStubSettings.Builder. countTokensSettings()Returns the builder for the settings used for calls to countTokens.com.google.api.gax.rpc.UnaryCallSettings<CountTokensRequest,CountTokensResponse>PredictionServiceStubSettings. countTokensSettings()Returns the object with the settings used for calls to countTokens.
-