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 CountTokensRequest
CountTokensRequest.Builder. build()
CountTokensRequest
CountTokensRequest.Builder. buildPartial()
static CountTokensRequest
CountTokensRequest. getDefaultInstance()
CountTokensRequest
CountTokensRequest.Builder. getDefaultInstanceForType()
CountTokensRequest
CountTokensRequest. getDefaultInstanceForType()
static CountTokensRequest
CountTokensRequest. parseDelimitedFrom(InputStream input)
static CountTokensRequest
CountTokensRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensRequest
CountTokensRequest. parseFrom(byte[] data)
static CountTokensRequest
CountTokensRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensRequest
CountTokensRequest. parseFrom(com.google.protobuf.ByteString data)
static CountTokensRequest
CountTokensRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensRequest
CountTokensRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CountTokensRequest
CountTokensRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensRequest
CountTokensRequest. parseFrom(InputStream input)
static CountTokensRequest
CountTokensRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensRequest
CountTokensRequest. parseFrom(ByteBuffer data)
static CountTokensRequest
CountTokensRequest. 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 CountTokensResponse
PredictionServiceClient. countTokens(CountTokensRequest request)
Perform a token counting.default void
PredictionServiceGrpc.AsyncService. countTokens(CountTokensRequest request, io.grpc.stub.StreamObserver<CountTokensResponse> responseObserver)
Perform a token counting.CountTokensResponse
PredictionServiceGrpc.PredictionServiceBlockingStub. countTokens(CountTokensRequest request)
Perform a token counting.com.google.common.util.concurrent.ListenableFuture<CountTokensResponse>
PredictionServiceGrpc.PredictionServiceFutureStub. countTokens(CountTokensRequest request)
Perform a token counting.void
PredictionServiceGrpc.PredictionServiceStub. countTokens(CountTokensRequest request, io.grpc.stub.StreamObserver<CountTokensResponse> responseObserver)
Perform a token counting.CountTokensRequest.Builder
CountTokensRequest.Builder. mergeFrom(CountTokensRequest other)
static CountTokensRequest.Builder
CountTokensRequest. 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.
-