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 TypeMethodDescriptionlongint64 input_tokens = 1;longint64 output_tokens = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-