Skip navigation links
B C D E G L M N P R S U 

B

bindService(EndpointServiceGrpc.AsyncService) - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
bindService() - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceImplBase
 
bindService(PredictionServiceGrpc.AsyncService) - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
bindService() - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceImplBase
 
build(Channel, CallOptions) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceFutureStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceFutureStub
 
build(Channel, CallOptions) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
 

C

com.google.cloud.vertexai.api - package com.google.cloud.vertexai.api
 
countTokens(CountTokensRequest, StreamObserver<CountTokensResponse>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Perform a token counting.
countTokens(CountTokensRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceBlockingStub
Perform a token counting.
countTokens(CountTokensRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceFutureStub
Perform a token counting.
countTokens(CountTokensRequest, StreamObserver<CountTokensResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Perform a token counting.
createEndpoint(CreateEndpointRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.vertexai.api.EndpointServiceGrpc.AsyncService
Creates an Endpoint.
createEndpoint(CreateEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceBlockingStub
Creates an Endpoint.
createEndpoint(CreateEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceFutureStub
Creates an Endpoint.
createEndpoint(CreateEndpointRequest, StreamObserver<Operation>) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceStub
Creates an Endpoint.

D

deleteEndpoint(DeleteEndpointRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.vertexai.api.EndpointServiceGrpc.AsyncService
Deletes an Endpoint.
deleteEndpoint(DeleteEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceBlockingStub
Deletes an Endpoint.
deleteEndpoint(DeleteEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceFutureStub
Deletes an Endpoint.
deleteEndpoint(DeleteEndpointRequest, StreamObserver<Operation>) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceStub
Deletes an Endpoint.
deployModel(DeployModelRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.vertexai.api.EndpointServiceGrpc.AsyncService
Deploys a Model into this Endpoint, creating a DeployedModel within it.
deployModel(DeployModelRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceBlockingStub
Deploys a Model into this Endpoint, creating a DeployedModel within it.
deployModel(DeployModelRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceFutureStub
Deploys a Model into this Endpoint, creating a DeployedModel within it.
deployModel(DeployModelRequest, StreamObserver<Operation>) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceStub
Deploys a Model into this Endpoint, creating a DeployedModel within it.
directPredict(DirectPredictRequest, StreamObserver<DirectPredictResponse>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Perform an unary online prediction request for Vertex first-party products and frameworks.
directPredict(DirectPredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceBlockingStub
Perform an unary online prediction request for Vertex first-party products and frameworks.
directPredict(DirectPredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceFutureStub
Perform an unary online prediction request for Vertex first-party products and frameworks.
directPredict(DirectPredictRequest, StreamObserver<DirectPredictResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Perform an unary online prediction request for Vertex first-party products and frameworks.
directRawPredict(DirectRawPredictRequest, StreamObserver<DirectRawPredictResponse>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Perform an online prediction request through gRPC.
directRawPredict(DirectRawPredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceBlockingStub
Perform an online prediction request through gRPC.
directRawPredict(DirectRawPredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceFutureStub
Perform an online prediction request through gRPC.
directRawPredict(DirectRawPredictRequest, StreamObserver<DirectRawPredictResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Perform an online prediction request through gRPC.

E

EndpointServiceGrpc - Class in com.google.cloud.vertexai.api
A service for managing Vertex AI's Endpoints.
EndpointServiceGrpc.AsyncService - Interface in com.google.cloud.vertexai.api
A service for managing Vertex AI's Endpoints.
EndpointServiceGrpc.EndpointServiceBlockingStub - Class in com.google.cloud.vertexai.api
A stub to allow clients to do synchronous rpc calls to service EndpointService.
EndpointServiceGrpc.EndpointServiceFutureStub - Class in com.google.cloud.vertexai.api
A stub to allow clients to do ListenableFuture-style rpc calls to service EndpointService.
EndpointServiceGrpc.EndpointServiceImplBase - Class in com.google.cloud.vertexai.api
Base class for the server implementation of the service EndpointService.
EndpointServiceGrpc.EndpointServiceStub - Class in com.google.cloud.vertexai.api
A stub to allow clients to do asynchronous rpc calls to service EndpointService.
EndpointServiceImplBase() - Constructor for class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceImplBase
 
explain(ExplainRequest, StreamObserver<ExplainResponse>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Perform an online explanation.
explain(ExplainRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceBlockingStub
Perform an online explanation.
explain(ExplainRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceFutureStub
Perform an online explanation.
explain(ExplainRequest, StreamObserver<ExplainResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Perform an online explanation.

G

getCountTokensMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getCreateEndpointMethod() - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
getDeleteEndpointMethod() - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
getDeployModelMethod() - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
getDirectPredictMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getDirectRawPredictMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getEndpoint(GetEndpointRequest, StreamObserver<Endpoint>) - Method in interface com.google.cloud.vertexai.api.EndpointServiceGrpc.AsyncService
Gets an Endpoint.
getEndpoint(GetEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceBlockingStub
Gets an Endpoint.
getEndpoint(GetEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceFutureStub
Gets an Endpoint.
getEndpoint(GetEndpointRequest, StreamObserver<Endpoint>) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceStub
Gets an Endpoint.
getExplainMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getGetEndpointMethod() - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
getListEndpointsMethod() - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
getMutateDeployedModelMethod() - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
getPredictMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getRawPredictMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getServerStreamingPredictMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getServiceDescriptor() - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
getServiceDescriptor() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getStreamGenerateContentMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getStreamingPredictMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getStreamingRawPredictMethod() - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
getUndeployModelMethod() - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
getUpdateEndpointMethod() - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 

L

listEndpoints(ListEndpointsRequest, StreamObserver<ListEndpointsResponse>) - Method in interface com.google.cloud.vertexai.api.EndpointServiceGrpc.AsyncService
Lists Endpoints in a Location.
listEndpoints(ListEndpointsRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceBlockingStub
Lists Endpoints in a Location.
listEndpoints(ListEndpointsRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceFutureStub
Lists Endpoints in a Location.
listEndpoints(ListEndpointsRequest, StreamObserver<ListEndpointsResponse>) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceStub
Lists Endpoints in a Location.

M

mutateDeployedModel(MutateDeployedModelRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.vertexai.api.EndpointServiceGrpc.AsyncService
Updates an existing deployed model.
mutateDeployedModel(MutateDeployedModelRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceBlockingStub
Updates an existing deployed model.
mutateDeployedModel(MutateDeployedModelRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceFutureStub
Updates an existing deployed model.
mutateDeployedModel(MutateDeployedModelRequest, StreamObserver<Operation>) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceStub
Updates an existing deployed model.

N

newBlockingStub(Channel) - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class com.google.cloud.vertexai.api.EndpointServiceGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class com.google.cloud.vertexai.api.PredictionServiceGrpc
Creates a new async stub that supports all call types for the service

P

predict(PredictRequest, StreamObserver<PredictResponse>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Perform an online prediction.
predict(PredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceBlockingStub
Perform an online prediction.
predict(PredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceFutureStub
Perform an online prediction.
predict(PredictRequest, StreamObserver<PredictResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Perform an online prediction.
PredictionServiceGrpc - Class in com.google.cloud.vertexai.api
A service for online predictions and explanations.
PredictionServiceGrpc.AsyncService - Interface in com.google.cloud.vertexai.api
A service for online predictions and explanations.
PredictionServiceGrpc.PredictionServiceBlockingStub - Class in com.google.cloud.vertexai.api
A stub to allow clients to do synchronous rpc calls to service PredictionService.
PredictionServiceGrpc.PredictionServiceFutureStub - Class in com.google.cloud.vertexai.api
A stub to allow clients to do ListenableFuture-style rpc calls to service PredictionService.
PredictionServiceGrpc.PredictionServiceImplBase - Class in com.google.cloud.vertexai.api
Base class for the server implementation of the service PredictionService.
PredictionServiceGrpc.PredictionServiceStub - Class in com.google.cloud.vertexai.api
A stub to allow clients to do asynchronous rpc calls to service PredictionService.
PredictionServiceImplBase() - Constructor for class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceImplBase
 

R

rawPredict(RawPredictRequest, StreamObserver<HttpBody>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Perform an online prediction with an arbitrary HTTP payload.
rawPredict(RawPredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceBlockingStub
Perform an online prediction with an arbitrary HTTP payload.
rawPredict(RawPredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceFutureStub
Perform an online prediction with an arbitrary HTTP payload.
rawPredict(RawPredictRequest, StreamObserver<HttpBody>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Perform an online prediction with an arbitrary HTTP payload.

S

serverStreamingPredict(StreamingPredictRequest, StreamObserver<StreamingPredictResponse>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Perform a server-side streaming online prediction request for Vertex LLM streaming.
serverStreamingPredict(StreamingPredictRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceBlockingStub
Perform a server-side streaming online prediction request for Vertex LLM streaming.
serverStreamingPredict(StreamingPredictRequest, StreamObserver<StreamingPredictResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Perform a server-side streaming online prediction request for Vertex LLM streaming.
SERVICE_NAME - Static variable in class com.google.cloud.vertexai.api.EndpointServiceGrpc
 
SERVICE_NAME - Static variable in class com.google.cloud.vertexai.api.PredictionServiceGrpc
 
streamGenerateContent(GenerateContentRequest, StreamObserver<GenerateContentResponse>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Generate content with multimodal inputs with streaming support.
streamGenerateContent(GenerateContentRequest) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceBlockingStub
Generate content with multimodal inputs with streaming support.
streamGenerateContent(GenerateContentRequest, StreamObserver<GenerateContentResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Generate content with multimodal inputs with streaming support.
streamingPredict(StreamObserver<StreamingPredictResponse>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Perform a streaming online prediction request for Vertex first-party products and frameworks.
streamingPredict(StreamObserver<StreamingPredictResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Perform a streaming online prediction request for Vertex first-party products and frameworks.
streamingRawPredict(StreamObserver<StreamingRawPredictResponse>) - Method in interface com.google.cloud.vertexai.api.PredictionServiceGrpc.AsyncService
Perform a streaming online prediction request through gRPC.
streamingRawPredict(StreamObserver<StreamingRawPredictResponse>) - Method in class com.google.cloud.vertexai.api.PredictionServiceGrpc.PredictionServiceStub
Perform a streaming online prediction request through gRPC.

U

undeployModel(UndeployModelRequest, StreamObserver<Operation>) - Method in interface com.google.cloud.vertexai.api.EndpointServiceGrpc.AsyncService
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.
undeployModel(UndeployModelRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceBlockingStub
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.
undeployModel(UndeployModelRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceFutureStub
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.
undeployModel(UndeployModelRequest, StreamObserver<Operation>) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceStub
Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.
updateEndpoint(UpdateEndpointRequest, StreamObserver<Endpoint>) - Method in interface com.google.cloud.vertexai.api.EndpointServiceGrpc.AsyncService
Updates an Endpoint.
updateEndpoint(UpdateEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceBlockingStub
Updates an Endpoint.
updateEndpoint(UpdateEndpointRequest) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceFutureStub
Updates an Endpoint.
updateEndpoint(UpdateEndpointRequest, StreamObserver<Endpoint>) - Method in class com.google.cloud.vertexai.api.EndpointServiceGrpc.EndpointServiceStub
Updates an Endpoint.
B C D E G L M N P R S U 
Skip navigation links

Copyright © 2023 Google LLC. All rights reserved.