Get Models Plain Args
data class GetModelsPlainArgs(val byCustomizationType: String? = null, val byInferenceType: String? = null, val byOutputModality: String? = null, val byProvider: String? = null, val modelSummaries: List<GetModelsModelSummary>? = null) : ConvertibleToJava<GetModelsPlainArgs>
A collection of arguments for invoking getModels.
Constructors
Link copied to clipboard
fun GetModelsPlainArgs(byCustomizationType: String? = null, byInferenceType: String? = null, byOutputModality: String? = null, byProvider: String? = null, modelSummaries: List<GetModelsModelSummary>? = null)