Interface WeaviateProtoGenerative.GenerativeOllamaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoGenerative.GenerativeOllama,WeaviateProtoGenerative.GenerativeOllama.Builder
- Enclosing class:
- WeaviateProtoGenerative
public static interface WeaviateProtoGenerative.GenerativeOllamaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string api_endpoint = 1;com.google.protobuf.ByteStringoptional string api_endpoint = 1;optional .weaviate.v1.TextArray images = 4;optional .weaviate.v1.TextArray images = 4;getModel()optional string model = 2;com.google.protobuf.ByteStringoptional string model = 2;doubleoptional double temperature = 3;booleanoptional string api_endpoint = 1;booleanoptional .weaviate.v1.TextArray images = 4;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
-
hasApiEndpoint
boolean hasApiEndpoint()optional string api_endpoint = 1;- Returns:
- Whether the apiEndpoint field is set.
-
getApiEndpoint
String getApiEndpoint()optional string api_endpoint = 1;- Returns:
- The apiEndpoint.
-
getApiEndpointBytes
com.google.protobuf.ByteString getApiEndpointBytes()optional string api_endpoint = 1;- Returns:
- The bytes for apiEndpoint.
-
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.
-
hasImages
boolean hasImages()optional .weaviate.v1.TextArray images = 4;- Returns:
- Whether the images field is set.
-
getImages
WeaviateProtoBase.TextArray getImages()optional .weaviate.v1.TextArray images = 4;- Returns:
- The images.
-
getImagesOrBuilder
WeaviateProtoBase.TextArrayOrBuilder getImagesOrBuilder()optional .weaviate.v1.TextArray images = 4;
-