Class ModelRunSchemaContext
ModelRunSchema context. See also ModelRunSchema
Namespace: Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting
Assembly: Xperiflow.dll
Declaration
public class ModelRunSchemaContext
Properties
Modelstage
Declaration
[JsonProperty("modelstage", Required = Required.Always)]
public string Modelstage { get; set; }
EvaluatorDatasettype
Declaration
[JsonProperty("evaluator_datasettype", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string? EvaluatorDatasettype { get; set; }
Modelrun
Declaration
[JsonProperty("modelrun", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public CustomInternalModelRunContext? Modelrun { get; set; }
SplitIds
Declaration
[JsonProperty("split_ids", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public IEnumerable<int>? SplitIds { get; set; }
AlphaLevel
Declaration
[JsonProperty("alpha_level", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public double? AlphaLevel { get; set; }
Uid
Declaration
[JsonProperty("uid", Required = Required.Always)]
public Guid Uid { get; set; }
AdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Methods
ToJson()
Declaration
public string ToJson()
Returns
System.String
FromJson(string)
Declaration
public static ModelRunSchemaContext FromJson(string data)
Returns
Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.ModelRunSchemaContext
Parameters
Type | Name |
---|---|
System.String | data |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object,System.Object)
System.Object.GetHashCode
System.Object.GetType
System.Object.MemberwiseClone
System.Object.ReferenceEquals(System.Object,System.Object)
System.Object.ToString