1using System.Runtime.Serialization;
13 #region APIResource Interface Members
19 #endregion APIResource Interface Members
21 #region Public Properties
46 #endregion Public Properties
Describes a collection of resources which can be listed.
Stored resource that is polymorphic (has more than one sub-type).
Specifies that a property is generated by the server and should not be specified on the client side d...
Abstract representation of a distribution, used for parametric loss sets.
double? modulo
Sets a maximum value for the distribution. Any values greater than or equal to this will be wrapped b...
double? max_val
The server calculated maximum value of this distribution (if available)
override string collection_name
The collection endpoint at which resources of this type reside on the server.
double? mean_val
The server calculated mean value of this distribution (if available)
double? min_val
The server calculated minimum value of this distribution (if available)
static readonly string CLASS_COLLECTION_NAME
The collection endpoint at which resources of this type reside on the server.
A distribution of values, used for parametric loss sets.