Uses of Class
inference.GrpcService.RepositoryIndexRequest
Packages that use GrpcService.RepositoryIndexRequest
-
Uses of GrpcService.RepositoryIndexRequest in inference
Methods in inference that return GrpcService.RepositoryIndexRequestModifier and TypeMethodDescriptionGrpcService.RepositoryIndexRequest.Builder.build()GrpcService.RepositoryIndexRequest.Builder.buildPartial()GrpcService.RepositoryIndexRequest.getDefaultInstance()GrpcService.RepositoryIndexRequest.Builder.getDefaultInstanceForType()GrpcService.RepositoryIndexRequest.getDefaultInstanceForType()GrpcService.RepositoryIndexRequest.parseDelimitedFrom(InputStream input) GrpcService.RepositoryIndexRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexRequest.parseFrom(byte[] data) GrpcService.RepositoryIndexRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexRequest.parseFrom(com.google.protobuf.ByteString data) GrpcService.RepositoryIndexRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.RepositoryIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexRequest.parseFrom(InputStream input) GrpcService.RepositoryIndexRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexRequest.parseFrom(ByteBuffer data) GrpcService.RepositoryIndexRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.RepositoryIndexRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcService.RepositoryIndexRequest> GrpcService.RepositoryIndexRequest.getParserForType()static io.grpc.MethodDescriptor<GrpcService.RepositoryIndexRequest, GrpcService.RepositoryIndexResponse> GRPCInferenceServiceGrpc.getRepositoryIndexMethod()static com.google.protobuf.Parser<GrpcService.RepositoryIndexRequest> GrpcService.RepositoryIndexRequest.parser()Methods in inference with parameters of type GrpcService.RepositoryIndexRequestModifier and TypeMethodDescriptionGrpcService.RepositoryIndexRequest.Builder.mergeFrom(GrpcService.RepositoryIndexRequest other) GrpcService.RepositoryIndexRequest.newBuilder(GrpcService.RepositoryIndexRequest prototype) default voidGRPCInferenceServiceGrpc.AsyncService.repositoryIndex(GrpcService.RepositoryIndexRequest request, io.grpc.stub.StreamObserver<GrpcService.RepositoryIndexResponse> responseObserver) @@ .. cpp:var:: rpc RepositoryIndex(RepositoryIndexRequest) returns @@ (RepositoryIndexResponse) @@ @@ Get the index of model repository contents.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.repositoryIndex(GrpcService.RepositoryIndexRequest request) @@ .. cpp:var:: rpc RepositoryIndex(RepositoryIndexRequest) returns @@ (RepositoryIndexResponse) @@ @@ Get the index of model repository contents.com.google.common.util.concurrent.ListenableFuture<GrpcService.RepositoryIndexResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.repositoryIndex(GrpcService.RepositoryIndexRequest request) @@ .. cpp:var:: rpc RepositoryIndex(RepositoryIndexRequest) returns @@ (RepositoryIndexResponse) @@ @@ Get the index of model repository contents.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.repositoryIndex(GrpcService.RepositoryIndexRequest request, io.grpc.stub.StreamObserver<GrpcService.RepositoryIndexResponse> responseObserver) @@ .. cpp:var:: rpc RepositoryIndex(RepositoryIndexRequest) returns @@ (RepositoryIndexResponse) @@ @@ Get the index of model repository contents.