Get Models Result
data class GetModelsResult(val byCustomizationType: String? = null, val byInferenceType: String? = null, val byOutputModality: String? = null, val byProvider: String? = null, val id: String, val modelSummaries: List<GetModelsModelSummary>)
A collection of values returned by getModels.