Class ConverseStreamMetadataEvent
A conversation stream metadata event.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ConverseStreamMetadataEvent
Properties
| Edit this page View SourceMetrics
Required. The metrics for the conversation stream metadata event.
Declaration
[JsonProperty("metrics")]
public ConverseMetrics Metrics { get; set; }
Property Value
| Type | Description |
|---|---|
| ConverseMetrics |
PerformanceConfig
Optional. Model performance configuration metadata for the conversation stream event.
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 |
Trace
Optional. The trace object in the response from ConverseStream that contains information about the guardrail behavior.
Declaration
[JsonProperty("trace")]
public ConverseTrace Trace { get; set; }
Property Value
| Type | Description |
|---|---|
| ConverseTrace |
Usage
Required. Usage information for the conversation stream event.
Declaration
[JsonProperty("usage")]
public BedrockUsage Usage { get; set; }
Property Value
| Type | Description |
|---|---|
| BedrockUsage |