class

CycloneDX::ModelParameters

Inherits JSON::Serializable / Reference / Object

Constructors

new(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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

approach
Source
architecture_family
Source
datasets
Source
inputs
Source
model_architecture
Source
outputs
Source
task
Source
to_xml(xml : XML::Builder)
Source