Class ModelParameters
Inheritance
System.Object
ModelParameters
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
|
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
|
Improve this Doc
View Source
Declaration
public List<ModelParameters.MachineLearningInputOutputParameter> Inputs { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Task
Declaration
public string Task { get; set; }
Property Value
Type |
Description |
System.String |
|