Skip to main content

Class BuildInfoInputContext

Build info context that will act as input from user that can be converted

into an output context to process user input information if necessary.

Example: user input can be "advanced folds" (stored in BuildInfoInputContext)

which would be processed into a fold number and stored in the BuildInfoOutputContext

See Also:

BuildInfoOutputContext

BuildInfoInputConfig

Namespace: Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting

Assembly: Xperiflow.dll

Declaration
public class BuildInfoInputContext

Properties

FeatureSelectionThreshold

Declaration
[JsonProperty("feature_selection_threshold", Required = Required.Always)]
public int FeatureSelectionThreshold { get; set; }

FeatureGenerationThreshold

Declaration
[JsonProperty("feature_generation_threshold", Required = Required.Always)]
public int FeatureGenerationThreshold { get; set; }

FeatureTransformationThreshold

Declaration
[JsonProperty("feature_transformation_threshold", Required = Required.Always)]
public int FeatureTransformationThreshold { get; set; }

GroupingThreshold

Declaration
[JsonProperty("grouping_threshold", Required = Required.Always)]
public int GroupingThreshold { 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 BuildInfoInputContext FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.BuildInfoInputContext

Parameters
TypeName
System.Stringdata

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

Was this page helpful?