Uses of Class
com.google.cloud.aiplatform.v1beta1.CountTokensResponse
-
Packages that use CountTokensResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CountTokensResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CountTokensResponse Modifier and Type Method Description CountTokensResponseCountTokensResponse.Builder. build()CountTokensResponseCountTokensResponse.Builder. buildPartial()CountTokensResponsePredictionServiceClient. countTokens(CountTokensRequest request)Perform a token counting.CountTokensResponsePredictionServiceClient. countTokens(EndpointName endpoint, List<com.google.protobuf.Value> instances)Perform a token counting.CountTokensResponsePredictionServiceClient. countTokens(String endpoint, List<com.google.protobuf.Value> instances)Perform a token counting.CountTokensResponsePredictionServiceGrpc.PredictionServiceBlockingStub. countTokens(CountTokensRequest request)Perform a token counting.static CountTokensResponseCountTokensResponse. getDefaultInstance()CountTokensResponseCountTokensResponse.Builder. getDefaultInstanceForType()CountTokensResponseCountTokensResponse. getDefaultInstanceForType()static CountTokensResponseCountTokensResponse. parseDelimitedFrom(InputStream input)static CountTokensResponseCountTokensResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensResponseCountTokensResponse. parseFrom(byte[] data)static CountTokensResponseCountTokensResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensResponseCountTokensResponse. parseFrom(com.google.protobuf.ByteString data)static CountTokensResponseCountTokensResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensResponseCountTokensResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CountTokensResponseCountTokensResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensResponseCountTokensResponse. parseFrom(InputStream input)static CountTokensResponseCountTokensResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CountTokensResponseCountTokensResponse. parseFrom(ByteBuffer data)static CountTokensResponseCountTokensResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CountTokensResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CountTokensResponse>PredictionServiceGrpc.PredictionServiceFutureStub. countTokens(CountTokensRequest request)Perform a token counting.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<CountTokensResponse>CountTokensResponse. getParserForType()static com.google.protobuf.Parser<CountTokensResponse>CountTokensResponse. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CountTokensResponse Modifier and Type Method Description CountTokensResponse.BuilderCountTokensResponse.Builder. mergeFrom(CountTokensResponse other)static CountTokensResponse.BuilderCountTokensResponse. newBuilder(CountTokensResponse prototype)Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type CountTokensResponse Modifier and Type Method Description default voidPredictionServiceGrpc.AsyncService. countTokens(CountTokensRequest request, io.grpc.stub.StreamObserver<CountTokensResponse> responseObserver)Perform a token counting.voidPredictionServiceGrpc.PredictionServiceStub. countTokens(CountTokensRequest request, io.grpc.stub.StreamObserver<CountTokensResponse> responseObserver)Perform a token counting. -
Uses of CountTokensResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CountTokensResponse 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.
-