Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoGenerative.GenerativeAWS.Builder
Packages that use WeaviateProtoGenerative.GenerativeAWS.Builder
-
Uses of WeaviateProtoGenerative.GenerativeAWS.Builder in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoGenerative.GenerativeAWS.BuilderModifier and TypeMethodDescriptionWeaviateProtoGenerative.GenerativeAWS.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoGenerative.GenerativeAWS.Builder.clear()WeaviateProtoGenerative.GenerativeAWS.Builder.clearEndpoint()optional string endpoint = 11;WeaviateProtoGenerative.GenerativeAWS.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) WeaviateProtoGenerative.GenerativeAWS.Builder.clearImages()optional .weaviate.v1.TextArray images = 14;WeaviateProtoGenerative.GenerativeAWS.Builder.clearModel()optional string model = 3;WeaviateProtoGenerative.GenerativeAWS.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) WeaviateProtoGenerative.GenerativeAWS.Builder.clearRegion()optional string region = 10;WeaviateProtoGenerative.GenerativeAWS.Builder.clearService()optional string service = 9;WeaviateProtoGenerative.GenerativeAWS.Builder.clearTargetModel()optional string target_model = 12;WeaviateProtoGenerative.GenerativeAWS.Builder.clearTargetVariant()optional string target_variant = 13;WeaviateProtoGenerative.GenerativeAWS.Builder.clearTemperature()optional double temperature = 8;WeaviateProtoGenerative.GenerativeAWS.Builder.clone()WeaviateProtoGenerative.GenerativeProvider.Builder.getAwsBuilder().weaviate.v1.GenerativeAWS aws = 4;WeaviateProtoGenerative.GenerativeAWS.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoGenerative.GenerativeAWS.Builder.mergeFrom(com.google.protobuf.Message other) WeaviateProtoGenerative.GenerativeAWS.Builder.mergeFrom(WeaviateProtoGenerative.GenerativeAWS other) WeaviateProtoGenerative.GenerativeAWS.Builder.mergeImages(WeaviateProtoBase.TextArray value) optional .weaviate.v1.TextArray images = 14;WeaviateProtoGenerative.GenerativeAWS.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoGenerative.GenerativeAWS.newBuilder()WeaviateProtoGenerative.GenerativeAWS.newBuilder(WeaviateProtoGenerative.GenerativeAWS prototype) WeaviateProtoGenerative.GenerativeAWS.newBuilderForType()WeaviateProtoGenerative.GenerativeAWS.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) WeaviateProtoGenerative.GenerativeAWS.Builder.setEndpoint(String value) optional string endpoint = 11;WeaviateProtoGenerative.GenerativeAWS.Builder.setEndpointBytes(com.google.protobuf.ByteString value) optional string endpoint = 11;WeaviateProtoGenerative.GenerativeAWS.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoGenerative.GenerativeAWS.Builder.setImages(WeaviateProtoBase.TextArray value) optional .weaviate.v1.TextArray images = 14;WeaviateProtoGenerative.GenerativeAWS.Builder.setImages(WeaviateProtoBase.TextArray.Builder builderForValue) optional .weaviate.v1.TextArray images = 14;optional string model = 3;WeaviateProtoGenerative.GenerativeAWS.Builder.setModelBytes(com.google.protobuf.ByteString value) optional string model = 3;optional string region = 10;WeaviateProtoGenerative.GenerativeAWS.Builder.setRegionBytes(com.google.protobuf.ByteString value) optional string region = 10;WeaviateProtoGenerative.GenerativeAWS.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) WeaviateProtoGenerative.GenerativeAWS.Builder.setService(String value) optional string service = 9;WeaviateProtoGenerative.GenerativeAWS.Builder.setServiceBytes(com.google.protobuf.ByteString value) optional string service = 9;WeaviateProtoGenerative.GenerativeAWS.Builder.setTargetModel(String value) optional string target_model = 12;WeaviateProtoGenerative.GenerativeAWS.Builder.setTargetModelBytes(com.google.protobuf.ByteString value) optional string target_model = 12;WeaviateProtoGenerative.GenerativeAWS.Builder.setTargetVariant(String value) optional string target_variant = 13;WeaviateProtoGenerative.GenerativeAWS.Builder.setTargetVariantBytes(com.google.protobuf.ByteString value) optional string target_variant = 13;WeaviateProtoGenerative.GenerativeAWS.Builder.setTemperature(double value) optional double temperature = 8;WeaviateProtoGenerative.GenerativeAWS.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoGenerative.GenerativeAWS.toBuilder()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoGenerative.GenerativeAWS.BuilderModifier and TypeMethodDescriptionWeaviateProtoGenerative.GenerativeProvider.Builder.setAws(WeaviateProtoGenerative.GenerativeAWS.Builder builderForValue) .weaviate.v1.GenerativeAWS aws = 4;