Interface WeaviateProtoGenerative.GenerativeFriendliAIOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoGenerative.GenerativeFriendliAI,WeaviateProtoGenerative.GenerativeFriendliAI.Builder
- Enclosing class:
- WeaviateProtoGenerative
public static interface WeaviateProtoGenerative.GenerativeFriendliAIOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string base_url = 1;com.google.protobuf.ByteStringoptional string base_url = 1;longoptional int64 max_tokens = 3;getModel()optional string model = 2;com.google.protobuf.ByteStringoptional string model = 2;longgetN()optional int64 n = 5;doubleoptional double temperature = 4;doublegetTopP()optional double top_p = 6;booleanoptional string base_url = 1;booleanoptional int64 max_tokens = 3;booleanhasModel()optional string model = 2;booleanhasN()optional int64 n = 5;booleanoptional double temperature = 4;booleanhasTopP()optional double top_p = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBaseUrl
boolean hasBaseUrl()optional string base_url = 1;- Returns:
- Whether the baseUrl field is set.
-
getBaseUrl
String getBaseUrl()optional string base_url = 1;- Returns:
- The baseUrl.
-
getBaseUrlBytes
com.google.protobuf.ByteString getBaseUrlBytes()optional string base_url = 1;- Returns:
- The bytes for baseUrl.
-
hasModel
boolean hasModel()optional string model = 2;- Returns:
- Whether the model field is set.
-
getModel
String getModel()optional string model = 2;- Returns:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()optional string model = 2;- Returns:
- The bytes for model.
-
hasMaxTokens
boolean hasMaxTokens()optional int64 max_tokens = 3;- Returns:
- Whether the maxTokens field is set.
-
getMaxTokens
long getMaxTokens()optional int64 max_tokens = 3;- Returns:
- The maxTokens.
-
hasTemperature
boolean hasTemperature()optional double temperature = 4;- Returns:
- Whether the temperature field is set.
-
getTemperature
double getTemperature()optional double temperature = 4;- Returns:
- The temperature.
-
hasN
boolean hasN()optional int64 n = 5;- Returns:
- Whether the n field is set.
-
getN
long getN()optional int64 n = 5;- Returns:
- The n.
-
hasTopP
boolean hasTopP()optional double top_p = 6;- Returns:
- Whether the topP field is set.
-
getTopP
double getTopP()optional double top_p = 6;- Returns:
- The topP.
-