ModelCardContent

data class ModelCardContent(val additionalInformation: ModelCardAdditionalInformation? = null, val businessDetails: ModelCardBusinessDetails? = null, val evaluationDetails: List<ModelCardEvaluationDetail>? = null, val intendedUses: ModelCardIntendedUses? = null, val modelOverview: ModelCardModelOverview? = null, val modelPackageDetails: ModelCardModelPackageDetails? = null, val trainingDetails: ModelCardTrainingDetails? = null)

The content of the model card.

Constructors

Link copied to clipboard
constructor(additionalInformation: ModelCardAdditionalInformation? = null, businessDetails: ModelCardBusinessDetails? = null, evaluationDetails: List<ModelCardEvaluationDetail>? = null, intendedUses: ModelCardIntendedUses? = null, modelOverview: ModelCardModelOverview? = null, modelPackageDetails: ModelCardModelPackageDetails? = null, trainingDetails: ModelCardTrainingDetails? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional information about the model.

Link copied to clipboard

Information about how the model supports business goals.

Link copied to clipboard

An overview about the model's evaluation.

Link copied to clipboard

The intended usage of the model.

Link copied to clipboard

An overview about the model

Link copied to clipboard

An overview about model training.