@@ -34,24 +34,6 @@ public enum ServiceVersion
3434 V1_1_preview = 1 ,
3535 }
3636 }
37- public static partial class AnomalyDetectorModelFactory
38- {
39- public static Azure . AI . AnomalyDetector . Models . AnomalyContributor AnomalyContributor ( float ? contributionScore = default ( float ? ) , string variable = null ) { throw null ; }
40- public static Azure . AI . AnomalyDetector . Models . AnomalyState AnomalyState ( System . DateTimeOffset timestamp = default ( System . DateTimeOffset ) , Azure . AI . AnomalyDetector . Models . AnomalyValue value = null , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . ErrorResponse > errors = null ) { throw null ; }
41- public static Azure . AI . AnomalyDetector . Models . AnomalyValue AnomalyValue ( System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . AnomalyContributor > contributors = null , bool isAnomaly = false , float severity = 0f , float ? score = default ( float ? ) ) { throw null ; }
42- public static Azure . AI . AnomalyDetector . Models . ChangePointDetectResponse ChangePointDetectResponse ( int ? period = default ( int ? ) , System . Collections . Generic . IEnumerable < bool > isChangePoint = null , System . Collections . Generic . IEnumerable < float > confidenceScores = null ) { throw null ; }
43- public static Azure . AI . AnomalyDetector . Models . DetectionResult DetectionResult ( System . Guid resultId = default ( System . Guid ) , Azure . AI . AnomalyDetector . Models . DetectionResultSummary summary = null , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . AnomalyState > results = null ) { throw null ; }
44- public static Azure . AI . AnomalyDetector . Models . DetectionResultSummary DetectionResultSummary ( Azure . AI . AnomalyDetector . Models . DetectionStatus status = Azure . AI . AnomalyDetector . Models . DetectionStatus . Created , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . ErrorResponse > errors = null , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . VariableState > variableStates = null , Azure . AI . AnomalyDetector . Models . DetectionRequest setupInfo = null ) { throw null ; }
45- public static Azure . AI . AnomalyDetector . Models . DiagnosticsInfo DiagnosticsInfo ( Azure . AI . AnomalyDetector . Models . ModelState modelState = null , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . VariableState > variableStates = null ) { throw null ; }
46- public static Azure . AI . AnomalyDetector . Models . EntireDetectResponse EntireDetectResponse ( int period = 0 , System . Collections . Generic . IEnumerable < float > expectedValues = null , System . Collections . Generic . IEnumerable < float > upperMargins = null , System . Collections . Generic . IEnumerable < float > lowerMargins = null , System . Collections . Generic . IEnumerable < bool > isAnomaly = null , System . Collections . Generic . IEnumerable < bool > isNegativeAnomaly = null , System . Collections . Generic . IEnumerable < bool > isPositiveAnomaly = null ) { throw null ; }
47- public static Azure . AI . AnomalyDetector . Models . ErrorResponse ErrorResponse ( string code = null , string message = null ) { throw null ; }
48- public static Azure . AI . AnomalyDetector . Models . LastDetectResponse LastDetectResponse ( int period = 0 , int suggestedWindow = 0 , float expectedValue = 0f , float upperMargin = 0f , float lowerMargin = 0f , bool isAnomaly = false , bool isNegativeAnomaly = false , bool isPositiveAnomaly = false ) { throw null ; }
49- public static Azure . AI . AnomalyDetector . Models . Model Model ( System . Guid modelId = default ( System . Guid ) , System . DateTimeOffset createdTime = default ( System . DateTimeOffset ) , System . DateTimeOffset lastUpdatedTime = default ( System . DateTimeOffset ) , Azure . AI . AnomalyDetector . Models . ModelInfo modelInfo = null ) { throw null ; }
50- public static Azure . AI . AnomalyDetector . Models . ModelInfo ModelInfo ( int ? slidingWindow = default ( int ? ) , Azure . AI . AnomalyDetector . Models . AlignPolicy alignPolicy = null , string source = null , System . DateTimeOffset startTime = default ( System . DateTimeOffset ) , System . DateTimeOffset endTime = default ( System . DateTimeOffset ) , string displayName = null , Azure . AI . AnomalyDetector . Models . ModelStatus ? status = default ( Azure . AI . AnomalyDetector . Models . ModelStatus ? ) , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . ErrorResponse > errors = null , Azure . AI . AnomalyDetector . Models . DiagnosticsInfo diagnosticsInfo = null ) { throw null ; }
51- public static Azure . AI . AnomalyDetector . Models . ModelSnapshot ModelSnapshot ( System . Guid modelId = default ( System . Guid ) , System . DateTimeOffset createdTime = default ( System . DateTimeOffset ) , System . DateTimeOffset lastUpdatedTime = default ( System . DateTimeOffset ) , Azure . AI . AnomalyDetector . Models . ModelStatus status = Azure . AI . AnomalyDetector . Models . ModelStatus . Created , string displayName = null , int variablesCount = 0 ) { throw null ; }
52- public static Azure . AI . AnomalyDetector . Models . ModelState ModelState ( System . Collections . Generic . IEnumerable < int > epochIds = null , System . Collections . Generic . IEnumerable < float > trainLosses = null , System . Collections . Generic . IEnumerable < float > validationLosses = null , System . Collections . Generic . IEnumerable < float > latenciesInSeconds = null ) { throw null ; }
53- public static Azure . AI . AnomalyDetector . Models . VariableState VariableState ( string variable = null , float ? filledNARatio = default ( float ? ) , int ? effectiveCount = default ( int ? ) , System . DateTimeOffset ? startTime = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? endTime = default ( System . DateTimeOffset ? ) , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . ErrorResponse > errors = null ) { throw null ; }
54- }
5537}
5638namespace Azure . AI . AnomalyDetector . Models
5739{
@@ -73,6 +55,24 @@ internal AnomalyContributor() { }
7355 public float ? ContributionScore { get { throw null ; } }
7456 public string Variable { get { throw null ; } }
7557 }
58+ public static partial class AnomalyDetectorModelFactory
59+ {
60+ public static Azure . AI . AnomalyDetector . Models . AnomalyContributor AnomalyContributor ( float ? contributionScore = default ( float ? ) , string variable = null ) { throw null ; }
61+ public static Azure . AI . AnomalyDetector . Models . AnomalyState AnomalyState ( System . DateTimeOffset timestamp = default ( System . DateTimeOffset ) , Azure . AI . AnomalyDetector . Models . AnomalyValue value = null , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . ErrorResponse > errors = null ) { throw null ; }
62+ public static Azure . AI . AnomalyDetector . Models . AnomalyValue AnomalyValue ( System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . AnomalyContributor > contributors = null , bool isAnomaly = false , float severity = 0f , float ? score = default ( float ? ) ) { throw null ; }
63+ public static Azure . AI . AnomalyDetector . Models . ChangePointDetectResponse ChangePointDetectResponse ( int ? period = default ( int ? ) , System . Collections . Generic . IEnumerable < bool > isChangePoint = null , System . Collections . Generic . IEnumerable < float > confidenceScores = null ) { throw null ; }
64+ public static Azure . AI . AnomalyDetector . Models . DetectionResult DetectionResult ( System . Guid resultId = default ( System . Guid ) , Azure . AI . AnomalyDetector . Models . DetectionResultSummary summary = null , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . AnomalyState > results = null ) { throw null ; }
65+ public static Azure . AI . AnomalyDetector . Models . DetectionResultSummary DetectionResultSummary ( Azure . AI . AnomalyDetector . Models . DetectionStatus status = Azure . AI . AnomalyDetector . Models . DetectionStatus . Created , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . ErrorResponse > errors = null , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . VariableState > variableStates = null , Azure . AI . AnomalyDetector . Models . DetectionRequest setupInfo = null ) { throw null ; }
66+ public static Azure . AI . AnomalyDetector . Models . DiagnosticsInfo DiagnosticsInfo ( Azure . AI . AnomalyDetector . Models . ModelState modelState = null , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . VariableState > variableStates = null ) { throw null ; }
67+ public static Azure . AI . AnomalyDetector . Models . EntireDetectResponse EntireDetectResponse ( int period = 0 , System . Collections . Generic . IEnumerable < float > expectedValues = null , System . Collections . Generic . IEnumerable < float > upperMargins = null , System . Collections . Generic . IEnumerable < float > lowerMargins = null , System . Collections . Generic . IEnumerable < bool > isAnomaly = null , System . Collections . Generic . IEnumerable < bool > isNegativeAnomaly = null , System . Collections . Generic . IEnumerable < bool > isPositiveAnomaly = null ) { throw null ; }
68+ public static Azure . AI . AnomalyDetector . Models . ErrorResponse ErrorResponse ( string code = null , string message = null ) { throw null ; }
69+ public static Azure . AI . AnomalyDetector . Models . LastDetectResponse LastDetectResponse ( int period = 0 , int suggestedWindow = 0 , float expectedValue = 0f , float upperMargin = 0f , float lowerMargin = 0f , bool isAnomaly = false , bool isNegativeAnomaly = false , bool isPositiveAnomaly = false ) { throw null ; }
70+ public static Azure . AI . AnomalyDetector . Models . Model Model ( System . Guid modelId = default ( System . Guid ) , System . DateTimeOffset createdTime = default ( System . DateTimeOffset ) , System . DateTimeOffset lastUpdatedTime = default ( System . DateTimeOffset ) , Azure . AI . AnomalyDetector . Models . ModelInfo modelInfo = null ) { throw null ; }
71+ public static Azure . AI . AnomalyDetector . Models . ModelInfo ModelInfo ( int ? slidingWindow = default ( int ? ) , Azure . AI . AnomalyDetector . Models . AlignPolicy alignPolicy = null , string source = null , System . DateTimeOffset startTime = default ( System . DateTimeOffset ) , System . DateTimeOffset endTime = default ( System . DateTimeOffset ) , string displayName = null , Azure . AI . AnomalyDetector . Models . ModelStatus ? status = default ( Azure . AI . AnomalyDetector . Models . ModelStatus ? ) , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . ErrorResponse > errors = null , Azure . AI . AnomalyDetector . Models . DiagnosticsInfo diagnosticsInfo = null ) { throw null ; }
72+ public static Azure . AI . AnomalyDetector . Models . ModelSnapshot ModelSnapshot ( System . Guid modelId = default ( System . Guid ) , System . DateTimeOffset createdTime = default ( System . DateTimeOffset ) , System . DateTimeOffset lastUpdatedTime = default ( System . DateTimeOffset ) , Azure . AI . AnomalyDetector . Models . ModelStatus status = Azure . AI . AnomalyDetector . Models . ModelStatus . Created , string displayName = null , int variablesCount = 0 ) { throw null ; }
73+ public static Azure . AI . AnomalyDetector . Models . ModelState ModelState ( System . Collections . Generic . IEnumerable < int > epochIds = null , System . Collections . Generic . IEnumerable < float > trainLosses = null , System . Collections . Generic . IEnumerable < float > validationLosses = null , System . Collections . Generic . IEnumerable < float > latenciesInSeconds = null ) { throw null ; }
74+ public static Azure . AI . AnomalyDetector . Models . VariableState VariableState ( string variable = null , float ? filledNARatio = default ( float ? ) , int ? effectiveCount = default ( int ? ) , System . DateTimeOffset ? startTime = default ( System . DateTimeOffset ? ) , System . DateTimeOffset ? endTime = default ( System . DateTimeOffset ? ) , System . Collections . Generic . IEnumerable < Azure . AI . AnomalyDetector . Models . ErrorResponse > errors = null ) { throw null ; }
75+ }
7676 public partial class AnomalyState
7777 {
7878 internal AnomalyState ( ) { }
0 commit comments