Interface WeaviateProtoGenerative.GenerativeAWSOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoGenerative.GenerativeAWS,WeaviateProtoGenerative.GenerativeAWS.Builder
- Enclosing class:
- WeaviateProtoGenerative
public static interface WeaviateProtoGenerative.GenerativeAWSOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string endpoint = 11;com.google.protobuf.ByteStringoptional string endpoint = 11;optional .weaviate.v1.TextArray images = 14;optional .weaviate.v1.TextArray images = 14;getModel()optional string model = 3;com.google.protobuf.ByteStringoptional string model = 3;optional string region = 10;com.google.protobuf.ByteStringoptional string region = 10;optional string service = 9;com.google.protobuf.ByteStringoptional string service = 9;optional string target_model = 12;com.google.protobuf.ByteStringoptional string target_model = 12;optional string target_variant = 13;com.google.protobuf.ByteStringoptional string target_variant = 13;doubleoptional double temperature = 8;booleanoptional string endpoint = 11;booleanoptional .weaviate.v1.TextArray images = 14;booleanhasModel()optional string model = 3;booleanoptional string region = 10;booleanoptional string service = 9;booleanoptional string target_model = 12;booleanoptional string target_variant = 13;booleanoptional double temperature = 8;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
-
hasModel
boolean hasModel()optional string model = 3;- Returns:
- Whether the model field is set.
-
getModel
String getModel()optional string model = 3;- Returns:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()optional string model = 3;- Returns:
- The bytes for model.
-
hasTemperature
boolean hasTemperature()optional double temperature = 8;- Returns:
- Whether the temperature field is set.
-
getTemperature
double getTemperature()optional double temperature = 8;- Returns:
- The temperature.
-
hasService
boolean hasService()optional string service = 9;- Returns:
- Whether the service field is set.
-
getService
String getService()optional string service = 9;- Returns:
- The service.
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()optional string service = 9;- Returns:
- The bytes for service.
-
hasRegion
boolean hasRegion()optional string region = 10;- Returns:
- Whether the region field is set.
-
getRegion
String getRegion()optional string region = 10;- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()optional string region = 10;- Returns:
- The bytes for region.
-
hasEndpoint
boolean hasEndpoint()optional string endpoint = 11;- Returns:
- Whether the endpoint field is set.
-
getEndpoint
String getEndpoint()optional string endpoint = 11;- Returns:
- The endpoint.
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()optional string endpoint = 11;- Returns:
- The bytes for endpoint.
-
hasTargetModel
boolean hasTargetModel()optional string target_model = 12;- Returns:
- Whether the targetModel field is set.
-
getTargetModel
String getTargetModel()optional string target_model = 12;- Returns:
- The targetModel.
-
getTargetModelBytes
com.google.protobuf.ByteString getTargetModelBytes()optional string target_model = 12;- Returns:
- The bytes for targetModel.
-
hasTargetVariant
boolean hasTargetVariant()optional string target_variant = 13;- Returns:
- Whether the targetVariant field is set.
-
getTargetVariant
String getTargetVariant()optional string target_variant = 13;- Returns:
- The targetVariant.
-
getTargetVariantBytes
com.google.protobuf.ByteString getTargetVariantBytes()optional string target_variant = 13;- Returns:
- The bytes for targetVariant.
-
hasImages
boolean hasImages()optional .weaviate.v1.TextArray images = 14;- Returns:
- Whether the images field is set.
-
getImages
WeaviateProtoBase.TextArray getImages()optional .weaviate.v1.TextArray images = 14;- Returns:
- The images.
-
getImagesOrBuilder
WeaviateProtoBase.TextArrayOrBuilder getImagesOrBuilder()optional .weaviate.v1.TextArray images = 14;
-