Class ModelParameters
Inheritance
ModelParameters
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class ModelParameters
Properties
|
Edit this page
View Source
Approach
Declaration
[ProtoMember(1)]
public ModelParameters.ModelApproach Approach { get; set; }
Property Value
|
Edit this page
View Source
ArchitectureFamily
Declaration
[ProtoMember(3)]
public string ArchitectureFamily { get; set; }
Property Value
|
Edit this page
View Source
Datasets
Declaration
[ProtoMember(5)]
public DatasetChoices Datasets { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(6)]
public List<ModelParameters.MachineLearningInputOutputParameter> Inputs { get; set; }
Property Value
|
Edit this page
View Source
ModelArchitecture
Declaration
[ProtoMember(4)]
public string ModelArchitecture { get; set; }
Property Value
|
Edit this page
View Source
Outputs
Declaration
[ProtoMember(7)]
public List<ModelParameters.MachineLearningInputOutputParameter> Outputs { get; set; }
Property Value
|
Edit this page
View Source
Task
Declaration
[ProtoMember(2)]
public string Task { get; set; }
Property Value