Interface WeaviateProtoGenerative.GenerativeAnthropicOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WeaviateProtoGenerative.GenerativeAnthropic, WeaviateProtoGenerative.GenerativeAnthropic.Builder
Enclosing class:
WeaviateProtoGenerative

public static interface WeaviateProtoGenerative.GenerativeAnthropicOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • hasMaxTokens

      boolean hasMaxTokens()
      optional int64 max_tokens = 2;
      Returns:
      Whether the maxTokens field is set.
    • getMaxTokens

      long getMaxTokens()
      optional int64 max_tokens = 2;
      Returns:
      The maxTokens.
    • 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 = 4;
      Returns:
      Whether the temperature field is set.
    • getTemperature

      double getTemperature()
      optional double temperature = 4;
      Returns:
      The temperature.
    • hasTopK

      boolean hasTopK()
      optional int64 top_k = 5;
      Returns:
      Whether the topK field is set.
    • getTopK

      long getTopK()
      optional int64 top_k = 5;
      Returns:
      The topK.
    • 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.
    • hasStopSequences

      boolean hasStopSequences()
      optional .weaviate.v1.TextArray stop_sequences = 7;
      Returns:
      Whether the stopSequences field is set.
    • getStopSequences

      WeaviateProtoBase.TextArray getStopSequences()
      optional .weaviate.v1.TextArray stop_sequences = 7;
      Returns:
      The stopSequences.
    • getStopSequencesOrBuilder

      WeaviateProtoBase.TextArrayOrBuilder getStopSequencesOrBuilder()
      optional .weaviate.v1.TextArray stop_sequences = 7;
    • hasImages

      boolean hasImages()
      optional .weaviate.v1.TextArray images = 8;
      Returns:
      Whether the images field is set.
    • getImages

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

      optional .weaviate.v1.TextArray images = 8;