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 RawPredictRequestRawPredictRequest.Builder. build()RawPredictRequestRawPredictRequest.Builder. buildPartial()static RawPredictRequestRawPredictRequest. getDefaultInstance()RawPredictRequestRawPredictRequest.Builder. getDefaultInstanceForType()RawPredictRequestRawPredictRequest. getDefaultInstanceForType()static RawPredictRequestRawPredictRequest. parseDelimitedFrom(InputStream input)static RawPredictRequestRawPredictRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawPredictRequestRawPredictRequest. parseFrom(byte[] data)static RawPredictRequestRawPredictRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawPredictRequestRawPredictRequest. parseFrom(com.google.protobuf.ByteString data)static RawPredictRequestRawPredictRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawPredictRequestRawPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RawPredictRequestRawPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawPredictRequestRawPredictRequest. parseFrom(InputStream input)static RawPredictRequestRawPredictRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawPredictRequestRawPredictRequest. parseFrom(ByteBuffer data)static RawPredictRequestRawPredictRequest. 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.BuilderRawPredictRequest.Builder. mergeFrom(RawPredictRequest other)static RawPredictRequest.BuilderRawPredictRequest. newBuilder(RawPredictRequest prototype)com.google.api.HttpBodyPredictionServiceClient. rawPredict(RawPredictRequest request)Perform an online prediction with an arbitrary HTTP payload.default voidPredictionServiceGrpc.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.HttpBodyPredictionServiceGrpc.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.voidPredictionServiceGrpc.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.
-