GetModelResult

data class GetModelResult(val customizationsSupporteds: List<String>, val id: String, val inferenceTypesSupporteds: List<String>, val inputModalities: List<String>, val modelArn: String, val modelId: String, val modelName: String, val outputModalities: List<String>, val providerName: String, val responseStreamingSupported: Boolean)

A collection of values returned by getModel.

Constructors

Link copied to clipboard
constructor(customizationsSupporteds: List<String>, id: String, inferenceTypesSupporteds: List<String>, inputModalities: List<String>, modelArn: String, modelId: String, modelName: String, outputModalities: List<String>, providerName: String, responseStreamingSupported: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Customizations that the model supports.

Link copied to clipboard
val id: String
Link copied to clipboard

Inference types that the model supports.

Link copied to clipboard

Input modalities that the model supports.

Link copied to clipboard

Model ARN.

Link copied to clipboard
Link copied to clipboard

Model name.

Link copied to clipboard

Output modalities that the model supports.

Link copied to clipboard

Model provider name.

Link copied to clipboard

Indicates whether the model supports streaming.