Uses of Class
com.google.cloud.aiplatform.v1.StreamingPredictResponse
-
Packages that use StreamingPredictResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of StreamingPredictResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StreamingPredictResponse Modifier and Type Method Description StreamingPredictResponse
StreamingPredictResponse.Builder. build()
StreamingPredictResponse
StreamingPredictResponse.Builder. buildPartial()
static StreamingPredictResponse
StreamingPredictResponse. getDefaultInstance()
StreamingPredictResponse
StreamingPredictResponse.Builder. getDefaultInstanceForType()
StreamingPredictResponse
StreamingPredictResponse. getDefaultInstanceForType()
static StreamingPredictResponse
StreamingPredictResponse. parseDelimitedFrom(InputStream input)
static StreamingPredictResponse
StreamingPredictResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(byte[] data)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(com.google.protobuf.ByteString data)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(InputStream input)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(ByteBuffer data)
static StreamingPredictResponse
StreamingPredictResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type StreamingPredictResponse Modifier and Type Method Description com.google.protobuf.Parser<StreamingPredictResponse>
StreamingPredictResponse. getParserForType()
static io.grpc.MethodDescriptor<StreamingPredictRequest,StreamingPredictResponse>
PredictionServiceGrpc. getServerStreamingPredictMethod()
static com.google.protobuf.Parser<StreamingPredictResponse>
StreamingPredictResponse. parser()
Iterator<StreamingPredictResponse>
PredictionServiceGrpc.PredictionServiceBlockingStub. serverStreamingPredict(StreamingPredictRequest request)
Perform a server-side streaming online prediction request for Vertex LLM streaming.com.google.api.gax.rpc.ServerStreamingCallable<StreamingPredictRequest,StreamingPredictResponse>
PredictionServiceClient. serverStreamingPredictCallable()
Perform a server-side streaming online prediction request for Vertex LLM streaming.com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<StreamingPredictRequest,StreamingPredictResponse>
PredictionServiceSettings.Builder. serverStreamingPredictSettings()
Returns the builder for the settings used for calls to serverStreamingPredict.com.google.api.gax.rpc.ServerStreamingCallSettings<StreamingPredictRequest,StreamingPredictResponse>
PredictionServiceSettings. serverStreamingPredictSettings()
Returns the object with the settings used for calls to serverStreamingPredict.Methods in com.google.cloud.aiplatform.v1 with parameters of type StreamingPredictResponse Modifier and Type Method Description StreamingPredictResponse.Builder
StreamingPredictResponse.Builder. mergeFrom(StreamingPredictResponse other)
static StreamingPredictResponse.Builder
StreamingPredictResponse. newBuilder(StreamingPredictResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type StreamingPredictResponse Modifier and Type Method Description default void
PredictionServiceGrpc.AsyncService. serverStreamingPredict(StreamingPredictRequest request, io.grpc.stub.StreamObserver<StreamingPredictResponse> responseObserver)
Perform a server-side streaming online prediction request for Vertex LLM streaming.void
PredictionServiceGrpc.PredictionServiceStub. serverStreamingPredict(StreamingPredictRequest request, io.grpc.stub.StreamObserver<StreamingPredictResponse> responseObserver)
Perform a server-side streaming online prediction request for Vertex LLM streaming. -
Uses of StreamingPredictResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type StreamingPredictResponse Modifier and Type Method Description com.google.api.gax.rpc.ServerStreamingCallable<StreamingPredictRequest,StreamingPredictResponse>
GrpcPredictionServiceStub. serverStreamingPredictCallable()
com.google.api.gax.rpc.ServerStreamingCallable<StreamingPredictRequest,StreamingPredictResponse>
PredictionServiceStub. serverStreamingPredictCallable()
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<StreamingPredictRequest,StreamingPredictResponse>
PredictionServiceStubSettings.Builder. serverStreamingPredictSettings()
Returns the builder for the settings used for calls to serverStreamingPredict.com.google.api.gax.rpc.ServerStreamingCallSettings<StreamingPredictRequest,StreamingPredictResponse>
PredictionServiceStubSettings. serverStreamingPredictSettings()
Returns the object with the settings used for calls to serverStreamingPredict.
-