Show / Hide Table of Contents

Class ModelCardConsiderations

Inheritance
System.Object
ModelCardConsiderations
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class ModelCardConsiderations : object

Properties

| Improve this Doc View Source

EnvironmentalConsiderations

Declaration
public ModelCardConsiderations.ModelCardEnvironmentalConsideration EnvironmentalConsiderations { get; set; }
Property Value
Type Description
ModelCardConsiderations.ModelCardEnvironmentalConsideration
| Improve this Doc View Source

EthicalConsiderations

Declaration
public List<ModelCardConsiderations.ModelCardEthicalConsideration> EthicalConsiderations { get; set; }
Property Value
Type Description
List<ModelCardConsiderations.ModelCardEthicalConsideration>
| Improve this Doc View Source

FairnessAssessments

Declaration
public List<ModelCardConsiderations.ModelCardFairnessAssessment> FairnessAssessments { get; set; }
Property Value
Type Description
List<ModelCardConsiderations.ModelCardFairnessAssessment>
| Improve this Doc View Source

PerformanceTradeoffs

Declaration
public List<string> PerformanceTradeoffs { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

TechnicalLimitations

Declaration
public List<string> TechnicalLimitations { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

UseCases

Declaration
public List<string> UseCases { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

Users

Declaration
public List<string> Users { get; set; }
Property Value
Type Description
List<System.String>

Methods

| Improve this Doc View Source

ShouldSerializeEthicalConsiderations()

Declaration
public bool ShouldSerializeEthicalConsiderations()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeFairnessAssessments()

Declaration
public bool ShouldSerializeFairnessAssessments()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializePerformanceTradeoffs()

Declaration
public bool ShouldSerializePerformanceTradeoffs()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeTechnicalLimitations()

Declaration
public bool ShouldSerializeTechnicalLimitations()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeUseCases()

Declaration
public bool ShouldSerializeUseCases()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializeUsers()

Declaration
public bool ShouldSerializeUsers()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX