@@ -30,7 +30,7 @@ public partial class AnomalyDetectionModel
3030 internal AnomalyDetectionModel ( ) { }
3131 public System . DateTimeOffset CreatedTime { get { throw null ; } }
3232 public System . DateTimeOffset LastUpdatedTime { get { throw null ; } }
33- public string ModelId { get { throw null ; } }
33+ public System . Guid ModelId { get { throw null ; } }
3434 public Azure . AI . AnomalyDetector . ModelInfo ModelInfo { get { throw null ; } }
3535 }
3636 public partial class AnomalyDetectorClient
@@ -59,10 +59,10 @@ public AnomalyDetectorClient(System.Uri endpoint, Azure.AzureKeyCredential crede
5959 public virtual Azure . Response DetectUnivariateLastPoint ( Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
6060 public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . AnomalyDetector . UnivariateLastDetectionResult > > DetectUnivariateLastPointAsync ( Azure . AI . AnomalyDetector . UnivariateDetectionOptions options , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6161 public virtual System . Threading . Tasks . Task < Azure . Response > DetectUnivariateLastPointAsync ( Azure . Core . RequestContent content , Azure . RequestContext context = null ) { throw null ; }
62- public virtual Azure . Response GetMultivariateBatchDetectionResult ( string resultId , Azure . RequestContext context ) { throw null ; }
63- public virtual Azure . Response < Azure . AI . AnomalyDetector . MultivariateDetectionResult > GetMultivariateBatchDetectionResult ( string resultId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
64- public virtual System . Threading . Tasks . Task < Azure . Response > GetMultivariateBatchDetectionResultAsync ( string resultId , Azure . RequestContext context ) { throw null ; }
65- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . AnomalyDetector . MultivariateDetectionResult > > GetMultivariateBatchDetectionResultAsync ( string resultId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
62+ public virtual Azure . Response GetMultivariateBatchDetectionResult ( System . Guid resultId , Azure . RequestContext context ) { throw null ; }
63+ public virtual Azure . Response < Azure . AI . AnomalyDetector . MultivariateDetectionResult > GetMultivariateBatchDetectionResult ( System . Guid resultId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
64+ public virtual System . Threading . Tasks . Task < Azure . Response > GetMultivariateBatchDetectionResultAsync ( System . Guid resultId , Azure . RequestContext context ) { throw null ; }
65+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . AI . AnomalyDetector . MultivariateDetectionResult > > GetMultivariateBatchDetectionResultAsync ( System . Guid resultId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6666 public virtual Azure . Response GetMultivariateModel ( string modelId , Azure . RequestContext context ) { throw null ; }
6767 public virtual Azure . Response < Azure . AI . AnomalyDetector . AnomalyDetectionModel > GetMultivariateModel ( string modelId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
6868 public virtual System . Threading . Tasks . Task < Azure . Response > GetMultivariateModelAsync ( string modelId , Azure . RequestContext context ) { throw null ; }
@@ -186,10 +186,10 @@ public ErrorResponse(string code, string message) { }
186186 }
187187 public partial class ModelInfo
188188 {
189- public ModelInfo ( string dataSource , System . DateTimeOffset startTime , System . DateTimeOffset endTime ) { }
189+ public ModelInfo ( System . Uri dataSource , System . DateTimeOffset startTime , System . DateTimeOffset endTime ) { }
190190 public Azure . AI . AnomalyDetector . AlignPolicy AlignPolicy { get { throw null ; } set { } }
191191 public Azure . AI . AnomalyDetector . DataSchema ? DataSchema { get { throw null ; } set { } }
192- public string DataSource { get { throw null ; } set { } }
192+ public System . Uri DataSource { get { throw null ; } set { } }
193193 public Azure . AI . AnomalyDetector . DiagnosticsInfo DiagnosticsInfo { get { throw null ; } }
194194 public string DisplayName { get { throw null ; } set { } }
195195 public System . DateTimeOffset EndTime { get { throw null ; } set { } }
@@ -228,8 +228,8 @@ public ModelState() { }
228228 }
229229 public partial class MultivariateBatchDetectionOptions
230230 {
231- public MultivariateBatchDetectionOptions ( string dataSource , System . DateTimeOffset startTime , System . DateTimeOffset endTime ) { }
232- public string DataSource { get { throw null ; } set { } }
231+ public MultivariateBatchDetectionOptions ( System . Uri dataSource , System . DateTimeOffset startTime , System . DateTimeOffset endTime ) { }
232+ public System . Uri DataSource { get { throw null ; } set { } }
233233 public System . DateTimeOffset EndTime { get { throw null ; } set { } }
234234 public System . DateTimeOffset StartTime { get { throw null ; } set { } }
235235 public int ? TopContributorCount { get { throw null ; } set { } }
@@ -265,7 +265,7 @@ internal MultivariateBatchDetectionResultSummary() { }
265265 public partial class MultivariateDetectionResult
266266 {
267267 internal MultivariateDetectionResult ( ) { }
268- public string ResultId { get { throw null ; } }
268+ public System . Guid ResultId { get { throw null ; } }
269269 public System . Collections . Generic . IReadOnlyList < Azure . AI . AnomalyDetector . AnomalyState > Results { get { throw null ; } }
270270 public Azure . AI . AnomalyDetector . MultivariateBatchDetectionResultSummary Summary { get { throw null ; } }
271271 }
0 commit comments