cdx-proto
    Preparing search index...

    Type Alias ModelCard_ModelParameters_MachineLearningInputOutputParameters

    ModelCard_ModelParameters_MachineLearningInputOutputParameters: Message<
        "cyclonedx.v1_5.ModelCard.ModelParameters.MachineLearningInputOutputParameters",
    > & { format?: string }

    Type declaration

    • Optionalformat?: string

      The data format for input/output to the model. Example formats include string, image, time-series

      from field: optional string format = 1;

    from message cyclonedx.v1_5.ModelCard.ModelParameters.MachineLearningInputOutputParameters