Interface WeaviateProtoGenerative.GenerativeMistralOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string base_url = 1;
    com.google.protobuf.ByteString
    optional string base_url = 1;
    long
    optional int64 max_tokens = 2;
    optional string model = 3;
    com.google.protobuf.ByteString
    optional string model = 3;
    double
    optional double temperature = 4;
    double
    optional double top_p = 5;
    boolean
    optional string base_url = 1;
    boolean
    optional int64 max_tokens = 2;
    boolean
    optional string model = 3;
    boolean
    optional double temperature = 4;
    boolean
    optional double top_p = 5;

    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

    • 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.
    • hasTopP

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

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