Skip to main content

Class GetXperimentBuildModelRunSchemaResourceResponseContext

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

Assembly: Xperiflow.dll

Declaration
public class GetXperimentBuildModelRunSchemaResourceResponseContext : IXperiflowResponseContext

Inheritance: System.Object -> Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.IXperiflowResponseContext

Properties

Data

Declaration
[JsonProperty("data", Required = Required.Always)]
public ModelRunSchemaContext Data { get; set; }

Methods

ToJson()

Declaration
public string ToJson()
Returns

System.String

FromJson(string)

Declaration
public static GetXperimentBuildModelRunSchemaResourceResponseContext FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Core.RestApi.TimeSeriesForecasting.GetXperimentBuildModelRunSchemaResourceResponseContext

Parameters
TypeName
System.Stringdata

Inherited Members

Was this page helpful?