C# 클래스 BuildIt.CognitiveServices.Models.ModelUsageStatisticsResponse

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ModelUsageStatisticsResponse() 공개 메소드

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

ModelUsageStatisticsResponse() 공개 메소드

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
리턴 System.Linq