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 Type
    Method
    Description
    optional string endpoint = 11;
    com.google.protobuf.ByteString
    optional string endpoint = 11;
    optional .weaviate.v1.TextArray images = 14;
    optional .weaviate.v1.TextArray images = 14;
    optional string model = 3;
    com.google.protobuf.ByteString
    optional string model = 3;
    optional string region = 10;
    com.google.protobuf.ByteString
    optional string region = 10;
    optional string service = 9;
    com.google.protobuf.ByteString
    optional string service = 9;
    optional string target_model = 12;
    com.google.protobuf.ByteString
    optional string target_model = 12;
    optional string target_variant = 13;
    com.google.protobuf.ByteString
    optional string target_variant = 13;
    double
    optional double temperature = 8;
    boolean
    optional string endpoint = 11;
    boolean
    optional .weaviate.v1.TextArray images = 14;
    boolean
    optional string model = 3;
    boolean
    optional string region = 10;
    boolean
    optional string service = 9;
    boolean
    optional string target_model = 12;
    boolean
    optional string target_variant = 13;
    boolean
    optional double temperature = 8;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      optional .weaviate.v1.TextArray images = 14;
      Returns:
      The images.
    • getImagesOrBuilder

      optional .weaviate.v1.TextArray images = 14;