Show / Hide Table of Contents

Class ModelParameters

Inheritance
System.Object
ModelParameters
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class ModelParameters : object

Properties

| Improve this Doc View Source

Approach

Declaration
public ModelParameters.ModelApproach Approach { get; set; }
Property Value
Type Description
ModelParameters.ModelApproach
| Improve this Doc View Source

ArchitectureFamily

Declaration
public string ArchitectureFamily { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Datasets

Declaration
public DatasetChoices Datasets { get; set; }
Property Value
Type Description
DatasetChoices
| Improve this Doc View Source

Inputs

Declaration
public List<ModelParameters.MachineLearningInputOutputParameter> Inputs { get; set; }
Property Value
Type Description
List<ModelParameters.MachineLearningInputOutputParameter>
| Improve this Doc View Source

ModelArchitecture

Declaration
public string ModelArchitecture { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Outputs

Declaration
public List<ModelParameters.MachineLearningInputOutputParameter> Outputs { get; set; }
Property Value
Type Description
List<ModelParameters.MachineLearningInputOutputParameter>
| Improve this Doc View Source

Task

Declaration
public string Task { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX