Interface WeaviateProtoGenerative.GenerativeAnyscaleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoGenerative.GenerativeAnyscale,WeaviateProtoGenerative.GenerativeAnyscale.Builder
- Enclosing class:
- WeaviateProtoGenerative
public static interface WeaviateProtoGenerative.GenerativeAnyscaleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string base_url = 1;com.google.protobuf.ByteStringoptional string base_url = 1;getModel()optional string model = 2;com.google.protobuf.ByteStringoptional string model = 2;doubleoptional double temperature = 3;booleanoptional string base_url = 1;booleanhasModel()optional string model = 2;booleanoptional double temperature = 3;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.
-
hasTemperature
boolean hasTemperature()optional double temperature = 3;- Returns:
- Whether the temperature field is set.
-
getTemperature
double getTemperature()optional double temperature = 3;- Returns:
- The temperature.
-