C# Class BuildIt.CognitiveServices.Models.ModelUsageStatisticsResponse

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
ModelUsageStatisticsResponse ( ) : System.Linq

Initializes a new instance of the ModelUsageStatisticsResponse class.

ModelUsageStatisticsResponse ( string interval = default(string), System statistics = default(System.Collections.Generic.IList<UsageStatistics>) ) : System.Linq

Initializes a new instance of the ModelUsageStatisticsResponse class.

Method Details

ModelUsageStatisticsResponse() public method

Initializes a new instance of the ModelUsageStatisticsResponse class.
public ModelUsageStatisticsResponse ( ) : System.Linq
return System.Linq

ModelUsageStatisticsResponse() public method

Initializes a new instance of the ModelUsageStatisticsResponse class.
public ModelUsageStatisticsResponse ( string interval = default(string), System statistics = default(System.Collections.Generic.IList<UsageStatistics>) ) : System.Linq
interval string The input interval for this response
statistics System The usage statistics
return System.Linq