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 CountTokensResponse
CountTokensResponse.Builder. build()
CountTokensResponse
CountTokensResponse.Builder. buildPartial()
CountTokensResponse
PredictionServiceClient. countTokens(CountTokensRequest request)
Perform a token counting.CountTokensResponse
PredictionServiceClient. countTokens(EndpointName endpoint, List<com.google.protobuf.Value> instances)
Perform a token counting.CountTokensResponse
PredictionServiceClient. countTokens(String endpoint, List<com.google.protobuf.Value> instances)
Perform a token counting.CountTokensResponse
PredictionServiceGrpc.PredictionServiceBlockingStub. countTokens(CountTokensRequest request)
Perform a token counting.static CountTokensResponse
CountTokensResponse. getDefaultInstance()
CountTokensResponse
CountTokensResponse.Builder. getDefaultInstanceForType()
CountTokensResponse
CountTokensResponse. getDefaultInstanceForType()
static CountTokensResponse
CountTokensResponse. parseDelimitedFrom(InputStream input)
static CountTokensResponse
CountTokensResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensResponse
CountTokensResponse. parseFrom(byte[] data)
static CountTokensResponse
CountTokensResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensResponse
CountTokensResponse. parseFrom(com.google.protobuf.ByteString data)
static CountTokensResponse
CountTokensResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensResponse
CountTokensResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CountTokensResponse
CountTokensResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensResponse
CountTokensResponse. parseFrom(InputStream input)
static CountTokensResponse
CountTokensResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CountTokensResponse
CountTokensResponse. parseFrom(ByteBuffer data)
static CountTokensResponse
CountTokensResponse. 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.Builder
CountTokensResponse.Builder. mergeFrom(CountTokensResponse other)
static CountTokensResponse.Builder
CountTokensResponse. newBuilder(CountTokensResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type CountTokensResponse Modifier and Type Method Description default void
PredictionServiceGrpc.AsyncService. countTokens(CountTokensRequest request, io.grpc.stub.StreamObserver<CountTokensResponse> responseObserver)
Perform a token counting.void
PredictionServiceGrpc.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.
-