GetCustomModelsResult

data class GetCustomModelsResult(val id: String, val modelSummaries: List<GetCustomModelsModelSummary>)

A collection of values returned by getCustomModels.

Constructors

Link copied to clipboard
constructor(id: String, modelSummaries: List<GetCustomModelsModelSummary>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard