Class BedrockCountTokensRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class BedrockCountTokensRequest
Properties
| Edit this page View SourceInput
The input value for token counting. The value should be either an InvokeModel or Converse request body.
Declaration
public CountTokensInput Input { get; set; }
Property Value
| Type | Description |
|---|---|
| CountTokensInput |
Remarks
This data type is a UNION, so only one of the following members can be specified when used or returned.
Model
The model to use for token counting. This should be the same model you plan to use for your actual InvokeModel or Converse requests.
Declaration
public string Model { get; set; }
Property Value
| Type | Description |
|---|---|
| string |