ModelCardAdditionalInformation

data class ModelCardAdditionalInformation(val caveatsAndRecommendations: String? = null, val customDetails: Map<String, String>? = null, val ethicalConsiderations: String? = null)

Constructors

Link copied to clipboard
constructor(caveatsAndRecommendations: String? = null, customDetails: Map<String, String>? = null, ethicalConsiderations: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Caveats and recommendations for people who might use this model in their applications.

Link copied to clipboard

customer details.

Link copied to clipboard

Any ethical considerations that the author wants to provide.