Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoGenerative.GenerativeDebug.Builder
Packages that use WeaviateProtoGenerative.GenerativeDebug.Builder
-
Uses of WeaviateProtoGenerative.GenerativeDebug.Builder in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoGenerative.GenerativeDebug.BuilderModifier and TypeMethodDescriptionWeaviateProtoGenerative.GenerativeDebug.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoGenerative.GenerativeDebug.Builder.clear()WeaviateProtoGenerative.GenerativeDebug.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) WeaviateProtoGenerative.GenerativeDebug.Builder.clearFullPrompt()optional string full_prompt = 1;WeaviateProtoGenerative.GenerativeDebug.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) WeaviateProtoGenerative.GenerativeDebug.Builder.clone()WeaviateProtoGenerative.GenerativeReply.Builder.getDebugBuilder()optional .weaviate.v1.GenerativeDebug debug = 2;WeaviateProtoGenerative.GenerativeDebug.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoGenerative.GenerativeDebug.Builder.mergeFrom(com.google.protobuf.Message other) WeaviateProtoGenerative.GenerativeDebug.Builder.mergeFrom(WeaviateProtoGenerative.GenerativeDebug other) WeaviateProtoGenerative.GenerativeDebug.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoGenerative.GenerativeDebug.newBuilder()WeaviateProtoGenerative.GenerativeDebug.newBuilder(WeaviateProtoGenerative.GenerativeDebug prototype) WeaviateProtoGenerative.GenerativeDebug.newBuilderForType()WeaviateProtoGenerative.GenerativeDebug.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) WeaviateProtoGenerative.GenerativeDebug.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoGenerative.GenerativeDebug.Builder.setFullPrompt(String value) optional string full_prompt = 1;WeaviateProtoGenerative.GenerativeDebug.Builder.setFullPromptBytes(com.google.protobuf.ByteString value) optional string full_prompt = 1;WeaviateProtoGenerative.GenerativeDebug.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) WeaviateProtoGenerative.GenerativeDebug.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoGenerative.GenerativeDebug.toBuilder()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoGenerative.GenerativeDebug.BuilderModifier and TypeMethodDescriptionWeaviateProtoGenerative.GenerativeReply.Builder.setDebug(WeaviateProtoGenerative.GenerativeDebug.Builder builderForValue) optional .weaviate.v1.GenerativeDebug debug = 2;