BedrockModelProperties

data class BedrockModelProperties(val name: String = "", val knowledgeCutoff: String = "", val inputPrice: Double = 0.0, val outputPrice: Double = 0.0)

Constructors

Link copied to clipboard
constructor(name: String = "", knowledgeCutoff: String = "", inputPrice: Double = 0.0, outputPrice: Double = 0.0)

Properties

Link copied to clipboard
val inputPrice: Double = 0.0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val outputPrice: Double = 0.0