ExBifrost.Model.BedrockConverseResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

BedrockConverseResponse model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.BedrockConverseResponse{
  additionalModelResponseFields: map() | nil,
  metrics: ExBifrost.Model.BedrockConverseStream200ResponseMetrics.t() | nil,
  output: ExBifrost.Model.BedrockConverseResponseOutput.t() | nil,
  performanceConfig:
    ExBifrost.Model.BedrockConverseRequestPerformanceConfig.t() | nil,
  serviceTier: ExBifrost.Model.BedrockConverseRequestServiceTier.t() | nil,
  stopReason: String.t() | nil,
  trace: map() | nil,
  usage: ExBifrost.Model.BedrockConverseStream200ResponseUsage.t() | nil
}

Functions

decode(value)