Skip to main content

Class DeployContext

The deploy context that directly maps to a ModelingConfig.

See Also:

ModelingConfig

PPOContext

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

Assembly: Xperiflow.dll

Declaration
public class DeployContext

Properties

DeployStrategy

Declaration
[JsonProperty("deploy_strategy", Required = Required.Always)]
public string DeployStrategy { get; set; }

PredictionIntervalStrategy

Declaration
[JsonProperty("prediction_interval_strategy", Required = Required.Always)]
public string PredictionIntervalStrategy { get; set; }

ModelRankResolution

Declaration
[JsonProperty("model_rank_resolution", Required = Required.Always)]
public string ModelRankResolution { 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 DeployContext FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.DeployContext

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?