Get Models Model Summary
data class GetModelsModelSummary(val customizationsSupporteds: List<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)
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.