cdx-proto
    Preparing search index...

    Type Alias ModelCard_ModelParameters_Approach

    ModelCard_ModelParameters_Approach: Message<
        "cyclonedx.v1_7.ModelCard.ModelParameters.Approach",
    > & { type?: ModelParameterApproachType }

    Type Declaration

    • Optionaltype?: ModelParameterApproachType

      Learning types describing the learning problem or hybrid learning problem.

      from field: optional cyclonedx.v1_7.ModelParameterApproachType type = 1;

    from message cyclonedx.v1_7.ModelCard.ModelParameters.Approach