View Source ExAws.Bedrock.Titan.ImageGenerationConfig (ex_aws_bedrock v2.5.1)

Inference parameters for Amazon Titan image generation models.

AWS API Docs

Summary

Types

@type quality() :: :standard | :premium
@type t() :: %ExAws.Bedrock.Titan.ImageGenerationConfig{
  cfgScale: float(),
  height: pos_integer(),
  numberOfImages: pos_integer(),
  quality: quality(),
  seed: integer(),
  width: pos_integer()
}