cdx-proto
    Preparing search index...

    Type Alias ModelCard

    ModelCard: Message<"cyclonedx.v1_5.ModelCard"> & {
        bomRef?: string;
        considerations?: cdx_15.ModelCard_ModelCardConsiderations;
        modelParameters?: cdx_15.ModelCard_ModelParameters;
        quantitativeAnalysis?: cdx_15.ModelCard_QuantitativeAnalysis;
    }

    Type declaration

    • OptionalbomRef?: string

      An optional identifier which can be used to reference the model card elsewhere in the BOM. Every bom-ref MUST be unique within the BOM.

      from field: optional string bom_ref = 1;

    • Optionalconsiderations?: cdx_15.ModelCard_ModelCardConsiderations

      What considerations should be taken into account regarding the model's construction, training, and application?

      from field: optional cyclonedx.v1_5.ModelCard.ModelCardConsiderations considerations = 4;

    • OptionalmodelParameters?: cdx_15.ModelCard_ModelParameters

      Hyper-parameters for construction of the model.

      from field: optional cyclonedx.v1_5.ModelCard.ModelParameters modelParameters = 2;

    • OptionalquantitativeAnalysis?: cdx_15.ModelCard_QuantitativeAnalysis

      A quantitative analysis of the model

      from field: optional cyclonedx.v1_5.ModelCard.QuantitativeAnalysis quantitativeAnalysis = 3;

    from message cyclonedx.v1_5.ModelCard