Get Model Result
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.
Properties
Link copied to clipboard
Customizations that the model supports.
Link copied to clipboard
Inference types that the model supports.
Link copied to clipboard
Input modalities that the model supports.
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.