ModelCardContentArgs

data class ModelCardContentArgs(val additionalInformation: Output<ModelCardAdditionalInformationArgs>? = null, val businessDetails: Output<ModelCardBusinessDetailsArgs>? = null, val evaluationDetails: Output<List<ModelCardEvaluationDetailArgs>>? = null, val intendedUses: Output<ModelCardIntendedUsesArgs>? = null, val modelOverview: Output<ModelCardModelOverviewArgs>? = null, val modelPackageDetails: Output<ModelCardModelPackageDetailsArgs>? = null, val trainingDetails: Output<ModelCardTrainingDetailsArgs>? = null) : ConvertibleToJava<ModelCardContentArgs>

The content of the model card.

Constructors

Link copied to clipboard
constructor(additionalInformation: Output<ModelCardAdditionalInformationArgs>? = null, businessDetails: Output<ModelCardBusinessDetailsArgs>? = null, evaluationDetails: Output<List<ModelCardEvaluationDetailArgs>>? = null, intendedUses: Output<ModelCardIntendedUsesArgs>? = null, modelOverview: Output<ModelCardModelOverviewArgs>? = null, modelPackageDetails: Output<ModelCardModelPackageDetailsArgs>? = null, trainingDetails: Output<ModelCardTrainingDetailsArgs>? = null)

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
Link copied to clipboard

An overview about model training.

Functions

Link copied to clipboard
open override fun toJava(): ModelCardContentArgs