class CycloneDX::ModelParameters

Included Modules

Defined in:

cyclonedx/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.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) #

[View source]

Instance Method Detail

def approach : ModelApproach | Nil #

[View source]
def architecture_family : String | Nil #

[View source]
def datasets : Array(ComponentData) | Nil #

[View source]
def inputs : Array(ModelIO) | Nil #

[View source]
def model_architecture : String | Nil #

[View source]
def outputs : Array(ModelIO) | Nil #

[View source]
def task : String | Nil #

[View source]
def to_xml(xml : XML::Builder) #

[View source]