Interface WeaviateProtoGenerative.GenerativeDatabricksOrBuilder

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

public static interface WeaviateProtoGenerative.GenerativeDatabricksOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string endpoint = 1;
    com.google.protobuf.ByteString
    optional string endpoint = 1;
    double
    optional double frequency_penalty = 3;
    boolean
    optional bool log_probs = 4;
    long
    optional int64 max_tokens = 6;
    optional string model = 2;
    com.google.protobuf.ByteString
    optional string model = 2;
    long
    optional int64 n = 7;
    double
    optional double presence_penalty = 8;
    optional .weaviate.v1.TextArray stop = 9;
    optional .weaviate.v1.TextArray stop = 9;
    double
    optional double temperature = 10;
    long
    optional int64 top_log_probs = 5;
    double
    optional double top_p = 11;
    boolean
    optional string endpoint = 1;
    boolean
    optional double frequency_penalty = 3;
    boolean
    optional bool log_probs = 4;
    boolean
    optional int64 max_tokens = 6;
    boolean
    optional string model = 2;
    boolean
    optional int64 n = 7;
    boolean
    optional double presence_penalty = 8;
    boolean
    optional .weaviate.v1.TextArray stop = 9;
    boolean
    optional double temperature = 10;
    boolean
    optional int64 top_log_probs = 5;
    boolean
    optional double top_p = 11;

    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

    • hasEndpoint

      boolean hasEndpoint()
      optional string endpoint = 1;
      Returns:
      Whether the endpoint field is set.
    • getEndpoint

      String getEndpoint()
      optional string endpoint = 1;
      Returns:
      The endpoint.
    • getEndpointBytes

      com.google.protobuf.ByteString getEndpointBytes()
      optional string endpoint = 1;
      Returns:
      The bytes for endpoint.
    • 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.
    • hasFrequencyPenalty

      boolean hasFrequencyPenalty()
      optional double frequency_penalty = 3;
      Returns:
      Whether the frequencyPenalty field is set.
    • getFrequencyPenalty

      double getFrequencyPenalty()
      optional double frequency_penalty = 3;
      Returns:
      The frequencyPenalty.
    • hasLogProbs

      boolean hasLogProbs()
      optional bool log_probs = 4;
      Returns:
      Whether the logProbs field is set.
    • getLogProbs

      boolean getLogProbs()
      optional bool log_probs = 4;
      Returns:
      The logProbs.
    • hasTopLogProbs

      boolean hasTopLogProbs()
      optional int64 top_log_probs = 5;
      Returns:
      Whether the topLogProbs field is set.
    • getTopLogProbs

      long getTopLogProbs()
      optional int64 top_log_probs = 5;
      Returns:
      The topLogProbs.
    • hasMaxTokens

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

      long getMaxTokens()
      optional int64 max_tokens = 6;
      Returns:
      The maxTokens.
    • hasN

      boolean hasN()
      optional int64 n = 7;
      Returns:
      Whether the n field is set.
    • getN

      long getN()
      optional int64 n = 7;
      Returns:
      The n.
    • hasPresencePenalty

      boolean hasPresencePenalty()
      optional double presence_penalty = 8;
      Returns:
      Whether the presencePenalty field is set.
    • getPresencePenalty

      double getPresencePenalty()
      optional double presence_penalty = 8;
      Returns:
      The presencePenalty.
    • hasStop

      boolean hasStop()
      optional .weaviate.v1.TextArray stop = 9;
      Returns:
      Whether the stop field is set.
    • getStop

      optional .weaviate.v1.TextArray stop = 9;
      Returns:
      The stop.
    • getStopOrBuilder

      optional .weaviate.v1.TextArray stop = 9;
    • hasTemperature

      boolean hasTemperature()
      optional double temperature = 10;
      Returns:
      Whether the temperature field is set.
    • getTemperature

      double getTemperature()
      optional double temperature = 10;
      Returns:
      The temperature.
    • hasTopP

      boolean hasTopP()
      optional double top_p = 11;
      Returns:
      Whether the topP field is set.
    • getTopP

      double getTopP()
      optional double top_p = 11;
      Returns:
      The topP.