Uses of Class
io.weaviate.client.grpc.protocol.v1.WeaviateProtoGenerative.GenerativeGoogle.Builder
Packages that use WeaviateProtoGenerative.GenerativeGoogle.Builder
-
Uses of WeaviateProtoGenerative.GenerativeGoogle.Builder in io.weaviate.client.grpc.protocol.v1
Methods in io.weaviate.client.grpc.protocol.v1 that return WeaviateProtoGenerative.GenerativeGoogle.BuilderModifier and TypeMethodDescriptionWeaviateProtoGenerative.GenerativeGoogle.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoGenerative.GenerativeGoogle.Builder.clear()WeaviateProtoGenerative.GenerativeGoogle.Builder.clearApiEndpoint()optional string api_endpoint = 9;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearEndpointId()optional string endpoint_id = 11;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) WeaviateProtoGenerative.GenerativeGoogle.Builder.clearFrequencyPenalty()optional double frequency_penalty = 1;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearImages()optional .weaviate.v1.TextArray images = 13;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearMaxTokens()optional int64 max_tokens = 2;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearModel()optional string model = 3;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) WeaviateProtoGenerative.GenerativeGoogle.Builder.clearPresencePenalty()optional double presence_penalty = 4;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearProjectId()optional string project_id = 10;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearRegion()optional string region = 12;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearStopSequences()optional .weaviate.v1.TextArray stop_sequences = 8;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearTemperature()optional double temperature = 5;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearTopK()optional int64 top_k = 6;WeaviateProtoGenerative.GenerativeGoogle.Builder.clearTopP()optional double top_p = 7;WeaviateProtoGenerative.GenerativeGoogle.Builder.clone()WeaviateProtoGenerative.GenerativeProvider.Builder.getGoogleBuilder().weaviate.v1.GenerativeGoogle google = 10;WeaviateProtoGenerative.GenerativeGoogle.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) WeaviateProtoGenerative.GenerativeGoogle.Builder.mergeFrom(com.google.protobuf.Message other) WeaviateProtoGenerative.GenerativeGoogle.Builder.mergeFrom(WeaviateProtoGenerative.GenerativeGoogle other) WeaviateProtoGenerative.GenerativeGoogle.Builder.mergeImages(WeaviateProtoBase.TextArray value) optional .weaviate.v1.TextArray images = 13;WeaviateProtoGenerative.GenerativeGoogle.Builder.mergeStopSequences(WeaviateProtoBase.TextArray value) optional .weaviate.v1.TextArray stop_sequences = 8;WeaviateProtoGenerative.GenerativeGoogle.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoGenerative.GenerativeGoogle.newBuilder()WeaviateProtoGenerative.GenerativeGoogle.newBuilder(WeaviateProtoGenerative.GenerativeGoogle prototype) WeaviateProtoGenerative.GenerativeGoogle.newBuilderForType()WeaviateProtoGenerative.GenerativeGoogle.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) WeaviateProtoGenerative.GenerativeGoogle.Builder.setApiEndpoint(String value) optional string api_endpoint = 9;WeaviateProtoGenerative.GenerativeGoogle.Builder.setApiEndpointBytes(com.google.protobuf.ByteString value) optional string api_endpoint = 9;WeaviateProtoGenerative.GenerativeGoogle.Builder.setEndpointId(String value) optional string endpoint_id = 11;WeaviateProtoGenerative.GenerativeGoogle.Builder.setEndpointIdBytes(com.google.protobuf.ByteString value) optional string endpoint_id = 11;WeaviateProtoGenerative.GenerativeGoogle.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) WeaviateProtoGenerative.GenerativeGoogle.Builder.setFrequencyPenalty(double value) optional double frequency_penalty = 1;WeaviateProtoGenerative.GenerativeGoogle.Builder.setImages(WeaviateProtoBase.TextArray value) optional .weaviate.v1.TextArray images = 13;WeaviateProtoGenerative.GenerativeGoogle.Builder.setImages(WeaviateProtoBase.TextArray.Builder builderForValue) optional .weaviate.v1.TextArray images = 13;WeaviateProtoGenerative.GenerativeGoogle.Builder.setMaxTokens(long value) optional int64 max_tokens = 2;optional string model = 3;WeaviateProtoGenerative.GenerativeGoogle.Builder.setModelBytes(com.google.protobuf.ByteString value) optional string model = 3;WeaviateProtoGenerative.GenerativeGoogle.Builder.setPresencePenalty(double value) optional double presence_penalty = 4;WeaviateProtoGenerative.GenerativeGoogle.Builder.setProjectId(String value) optional string project_id = 10;WeaviateProtoGenerative.GenerativeGoogle.Builder.setProjectIdBytes(com.google.protobuf.ByteString value) optional string project_id = 10;optional string region = 12;WeaviateProtoGenerative.GenerativeGoogle.Builder.setRegionBytes(com.google.protobuf.ByteString value) optional string region = 12;WeaviateProtoGenerative.GenerativeGoogle.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) WeaviateProtoGenerative.GenerativeGoogle.Builder.setStopSequences(WeaviateProtoBase.TextArray value) optional .weaviate.v1.TextArray stop_sequences = 8;WeaviateProtoGenerative.GenerativeGoogle.Builder.setStopSequences(WeaviateProtoBase.TextArray.Builder builderForValue) optional .weaviate.v1.TextArray stop_sequences = 8;WeaviateProtoGenerative.GenerativeGoogle.Builder.setTemperature(double value) optional double temperature = 5;WeaviateProtoGenerative.GenerativeGoogle.Builder.setTopK(long value) optional int64 top_k = 6;WeaviateProtoGenerative.GenerativeGoogle.Builder.setTopP(double value) optional double top_p = 7;WeaviateProtoGenerative.GenerativeGoogle.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) WeaviateProtoGenerative.GenerativeGoogle.toBuilder()Methods in io.weaviate.client.grpc.protocol.v1 with parameters of type WeaviateProtoGenerative.GenerativeGoogle.BuilderModifier and TypeMethodDescriptionWeaviateProtoGenerative.GenerativeProvider.Builder.setGoogle(WeaviateProtoGenerative.GenerativeGoogle.Builder builderForValue) .weaviate.v1.GenerativeGoogle google = 10;