Class ModelCardConsiderations
Inheritance
System.Object
ModelCardConsiderations
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
|
Improve this Doc
View Source
EthicalConsiderations
Declaration
public List<ModelCardConsiderations.ModelCardEthicalConsideration> EthicalConsiderations { get; set; }
Property Value
|
Improve this Doc
View Source
FairnessAssessments
Declaration
public List<ModelCardConsiderations.ModelCardFairnessAssessment> FairnessAssessments { get; set; }
Property Value
|
Improve this Doc
View Source
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
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 |
|