CycloneDX::ModelParameters
Inherits JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(approach : ModelApproach | Nil = nil, task : String | Nil = nil, architecture_family : String | Nil = nil, model_architecture : String | Nil = nil, datasets : Array(ComponentData) | Nil = nil, inputs : Array(ModelIO) | Nil = nil, outputs : Array(ModelIO) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
approach
Sourcearchitecture_family
Sourcedatasets
Sourceinputs
Sourcemodel_architecture
Sourceoutputs
Sourcetask
Sourceto_xml(xml : XML::Builder)
Source