Show / Hide Table of Contents

Class ModelParameters

Inheritance
object
ModelParameters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
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
Type Description
ModelParameters.ModelApproach
| Edit this page View Source

ArchitectureFamily

Declaration
[ProtoMember(3)]
public string ArchitectureFamily { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Datasets

Declaration
[ProtoMember(5)]
public DatasetChoices Datasets { get; set; }
Property Value
Type Description
DatasetChoices
| Edit this page View Source

Inputs

Declaration
[ProtoMember(6)]
public List<ModelParameters.MachineLearningInputOutputParameter> Inputs { get; set; }
Property Value
Type Description
List<ModelParameters.MachineLearningInputOutputParameter>
| Edit this page View Source

ModelArchitecture

Declaration
[ProtoMember(4)]
public string ModelArchitecture { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Outputs

Declaration
[ProtoMember(7)]
public List<ModelParameters.MachineLearningInputOutputParameter> Outputs { get; set; }
Property Value
Type Description
List<ModelParameters.MachineLearningInputOutputParameter>
| Edit this page View Source

Task

Declaration
[ProtoMember(2)]
public string Task { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX