Interface WeaviateProtoGenerative.GenerativeAnthropicMetadata.UsageOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    int64 input_tokens = 1;
    long
    int64 output_tokens = 2;

    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

    • getInputTokens

      long getInputTokens()
      int64 input_tokens = 1;
      Returns:
      The inputTokens.
    • getOutputTokens

      long getOutputTokens()
      int64 output_tokens = 2;
      Returns:
      The outputTokens.