cdx-proto
    Preparing search index...

    Type Alias ModelCard

    ModelCard: Message<"cyclonedx.v1_6.ModelCard"> & {
        bomRef?: string;
        considerations?: ModelCard_ModelCardConsiderations;
        modelParameters?: ModelCard_ModelParameters;
        quantitativeAnalysis?: 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?: ModelCard_ModelCardConsiderations

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

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

    • OptionalmodelParameters?: ModelCard_ModelParameters

      Hyper-parameters for construction of the model.

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

    • OptionalquantitativeAnalysis?: ModelCard_QuantitativeAnalysis

      A quantitative analysis of the model

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

    from message cyclonedx.v1_6.ModelCard