GetModelsModelSummary

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)

Constructors

Link copied to clipboard
constructor(customizationsSupporteds: List<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

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

Model identifier.

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.