Class ConverseResponse
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ConverseResponse
Properties
| Edit this page View SourceAdditionalModelResponseFields
Optional. Additional fields in the response that are unique to the model.
Declaration
[JsonProperty("additionalModelResponseFields")]
public JToken AdditionalModelResponseFields { get; set; }
Property Value
| Type | Description |
|---|---|
| JToken |
Metrics
Optional. Metrics for the call to Converse.
Declaration
[JsonProperty("metrics")]
public ConverseMetrics Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| ConverseMetrics |
Output
Optional. The result from the call to Converse.
Declaration
[JsonProperty("output")]
public ConverseOutput Output { get; set; }
Property Value
| Type | Description |
|---|---|
| ConverseOutput |
PerformanceConfig
Optional. Model performance settings for the request.
Declaration
[JsonProperty("performanceConfig")]
public PerformanceConfiguration PerformanceConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| PerformanceConfiguration |
ServiceTier
Optional. Specifies the processing tier configuration used for serving the request.
Declaration
[JsonProperty("serviceTier")]
public BedrockServiceTier ServiceTier { get; set; }
Property Value
| Type | Description |
|---|---|
| BedrockServiceTier |
StopReason
Optional. The reason why the model stopped generating output.
Declaration
[JsonProperty("stopReason")]
public FinishReason? StopReason { get; set; }
Property Value
| Type | Description |
|---|---|
| FinishReason? |
Trace
Optional. A trace object that contains information about the Guardrail behavior.
Declaration
[JsonProperty("trace")]
public ConverseTrace Trace { get; set; }
Property Value
| Type | Description |
|---|---|
| ConverseTrace |
Usage
Optional. The total number of tokens used in the call to Converse. The total includes the tokens input to the model and the tokens generated by the model.
Declaration
[JsonProperty("usage")]
public BedrockUsage Usage { get; set; }
Property Value
| Type | Description |
|---|---|
| BedrockUsage |