Class ModelCard
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class ModelCard
Properties
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Considerations
Declaration
[ProtoMember(4)]
public ModelCardConsiderations Considerations { get; set; }
Property Value
|
Edit this page
View Source
ModelParameters
Declaration
[ProtoMember(2)]
public ModelParameters ModelParameters { get; set; }
Property Value
|
Edit this page
View Source
QuantitativeAnalysis
Declaration
[ProtoMember(3)]
public ModelCard.ModelCardQuantitativeAnalysis QuantitativeAnalysis { get; set; }
Property Value