Search Results for

    Show / Hide Table of Contents

    Class ConverseStreamMetadataEvent

    A conversation stream metadata event.

    Inheritance
    object
    ConverseStreamMetadataEvent
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class ConverseStreamMetadataEvent

    Properties

    | Edit this page View Source

    Metrics

    Required. The metrics for the conversation stream metadata event.

    Declaration
    [JsonProperty("metrics")]
    public ConverseMetrics Metrics { get; set; }
    Property Value
    Type Description
    ConverseMetrics
    | Edit this page View Source

    PerformanceConfig

    Optional. Model performance configuration metadata for the conversation stream event.

    Declaration
    [JsonProperty("performanceConfig")]
    public PerformanceConfiguration PerformanceConfig { get; set; }
    Property Value
    Type Description
    PerformanceConfiguration
    | Edit this page View Source

    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
    | Edit this page View Source

    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
    | Edit this page View Source

    Usage

    Required. Usage information for the conversation stream event.

    Declaration
    [JsonProperty("usage")]
    public BedrockUsage Usage { get; set; }
    Property Value
    Type Description
    BedrockUsage

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation