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>? = null)
A collection of values returned by getModels.
Constructors
Link copied to clipboard
fun GetModelsResult(byCustomizationType: String? = null, byInferenceType: String? = null, byOutputModality: String? = null, byProvider: String? = null, id: String, modelSummaries: List<GetModelsModelSummary>? = null)