GetModelsResult

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.

Constructors

Link copied to clipboard
constructor(byCustomizationType: String? = null, byInferenceType: String? = null, byOutputModality: String? = null, byProvider: String? = null, id: String, modelSummaries: List<GetModelsModelSummary>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val byInferenceType: String? = null
Link copied to clipboard
Link copied to clipboard
val byProvider: String? = null
Link copied to clipboard
val id: String

AWS region.

Link copied to clipboard

List of model summary objects. See model_summaries.