Uses of Class
inference.GrpcService.RepositoryIndexResponse
Packages that use GrpcService.RepositoryIndexResponse
-
Uses of GrpcService.RepositoryIndexResponse in com.gencior.triton.core.pojo
Methods in com.gencior.triton.core.pojo with parameters of type GrpcService.RepositoryIndexResponseModifier and TypeMethodDescriptionstatic TritonRepositoryIndexTritonRepositoryIndex.fromProto(GrpcService.RepositoryIndexResponse response) Creates a TritonRepositoryIndex from a gRPC RepositoryIndexResponse message. -
Uses of GrpcService.RepositoryIndexResponse in inference
Methods in inference that return GrpcService.RepositoryIndexResponseModifier and TypeMethodDescriptionGrpcService.RepositoryIndexResponse.Builder.build()GrpcService.RepositoryIndexResponse.Builder.buildPartial()GrpcService.RepositoryIndexResponse.getDefaultInstance()GrpcService.RepositoryIndexResponse.Builder.getDefaultInstanceForType()GrpcService.RepositoryIndexResponse.getDefaultInstanceForType()GrpcService.RepositoryIndexResponse.parseDelimitedFrom(InputStream input) GrpcService.RepositoryIndexResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexResponse.parseFrom(byte[] data) GrpcService.RepositoryIndexResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexResponse.parseFrom(com.google.protobuf.ByteString data) GrpcService.RepositoryIndexResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexResponse.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.RepositoryIndexResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexResponse.parseFrom(InputStream input) GrpcService.RepositoryIndexResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.RepositoryIndexResponse.parseFrom(ByteBuffer data) GrpcService.RepositoryIndexResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.repositoryIndex(GrpcService.RepositoryIndexRequest request) @@ .. cpp:var:: rpc RepositoryIndex(RepositoryIndexRequest) returns @@ (RepositoryIndexResponse) @@ @@ Get the index of model repository contents.Methods in inference that return types with arguments of type GrpcService.RepositoryIndexResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcService.RepositoryIndexResponse> GrpcService.RepositoryIndexResponse.getParserForType()static io.grpc.MethodDescriptor<GrpcService.RepositoryIndexRequest, GrpcService.RepositoryIndexResponse> GRPCInferenceServiceGrpc.getRepositoryIndexMethod()static com.google.protobuf.Parser<GrpcService.RepositoryIndexResponse> GrpcService.RepositoryIndexResponse.parser()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.Methods in inference with parameters of type GrpcService.RepositoryIndexResponseModifier and TypeMethodDescriptionGrpcService.RepositoryIndexResponse.Builder.mergeFrom(GrpcService.RepositoryIndexResponse other) GrpcService.RepositoryIndexResponse.newBuilder(GrpcService.RepositoryIndexResponse prototype) Method parameters in inference with type arguments of type GrpcService.RepositoryIndexResponseModifier and TypeMethodDescriptiondefault 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.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.