Uses of Class
com.google.cloud.aiplatform.v1.RawPredictRequest
-
Packages that use RawPredictRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of RawPredictRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return RawPredictRequest Modifier and Type Method Description RawPredictRequest
RawPredictRequest.Builder. build()
RawPredictRequest
RawPredictRequest.Builder. buildPartial()
static RawPredictRequest
RawPredictRequest. getDefaultInstance()
RawPredictRequest
RawPredictRequest.Builder. getDefaultInstanceForType()
RawPredictRequest
RawPredictRequest. getDefaultInstanceForType()
static RawPredictRequest
RawPredictRequest. parseDelimitedFrom(InputStream input)
static RawPredictRequest
RawPredictRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawPredictRequest
RawPredictRequest. parseFrom(byte[] data)
static RawPredictRequest
RawPredictRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawPredictRequest
RawPredictRequest. parseFrom(com.google.protobuf.ByteString data)
static RawPredictRequest
RawPredictRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawPredictRequest
RawPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RawPredictRequest
RawPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawPredictRequest
RawPredictRequest. parseFrom(InputStream input)
static RawPredictRequest
RawPredictRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawPredictRequest
RawPredictRequest. parseFrom(ByteBuffer data)
static RawPredictRequest
RawPredictRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type RawPredictRequest Modifier and Type Method Description com.google.protobuf.Parser<RawPredictRequest>
RawPredictRequest. getParserForType()
static io.grpc.MethodDescriptor<RawPredictRequest,com.google.api.HttpBody>
PredictionServiceGrpc. getRawPredictMethod()
static com.google.protobuf.Parser<RawPredictRequest>
RawPredictRequest. parser()
com.google.api.gax.rpc.UnaryCallable<RawPredictRequest,com.google.api.HttpBody>
PredictionServiceClient. rawPredictCallable()
Perform an online prediction with an arbitrary HTTP payload.com.google.api.gax.rpc.UnaryCallSettings.Builder<RawPredictRequest,com.google.api.HttpBody>
PredictionServiceSettings.Builder. rawPredictSettings()
Returns the builder for the settings used for calls to rawPredict.com.google.api.gax.rpc.UnaryCallSettings<RawPredictRequest,com.google.api.HttpBody>
PredictionServiceSettings. rawPredictSettings()
Returns the object with the settings used for calls to rawPredict.Methods in com.google.cloud.aiplatform.v1 with parameters of type RawPredictRequest Modifier and Type Method Description RawPredictRequest.Builder
RawPredictRequest.Builder. mergeFrom(RawPredictRequest other)
static RawPredictRequest.Builder
RawPredictRequest. newBuilder(RawPredictRequest prototype)
com.google.api.HttpBody
PredictionServiceClient. rawPredict(RawPredictRequest request)
Perform an online prediction with an arbitrary HTTP payload.default void
PredictionServiceGrpc.AsyncService. rawPredict(RawPredictRequest request, io.grpc.stub.StreamObserver<com.google.api.HttpBody> responseObserver)
Perform an online prediction with an arbitrary HTTP payload.com.google.api.HttpBody
PredictionServiceGrpc.PredictionServiceBlockingStub. rawPredict(RawPredictRequest request)
Perform an online prediction with an arbitrary HTTP payload.com.google.common.util.concurrent.ListenableFuture<com.google.api.HttpBody>
PredictionServiceGrpc.PredictionServiceFutureStub. rawPredict(RawPredictRequest request)
Perform an online prediction with an arbitrary HTTP payload.void
PredictionServiceGrpc.PredictionServiceStub. rawPredict(RawPredictRequest request, io.grpc.stub.StreamObserver<com.google.api.HttpBody> responseObserver)
Perform an online prediction with an arbitrary HTTP payload. -
Uses of RawPredictRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type RawPredictRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RawPredictRequest,com.google.api.HttpBody>
GrpcPredictionServiceStub. rawPredictCallable()
com.google.api.gax.rpc.UnaryCallable<RawPredictRequest,com.google.api.HttpBody>
PredictionServiceStub. rawPredictCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RawPredictRequest,com.google.api.HttpBody>
PredictionServiceStubSettings.Builder. rawPredictSettings()
Returns the builder for the settings used for calls to rawPredict.com.google.api.gax.rpc.UnaryCallSettings<RawPredictRequest,com.google.api.HttpBody>
PredictionServiceStubSettings. rawPredictSettings()
Returns the object with the settings used for calls to rawPredict.
-