MultivariateBatchDetectionOptions コンストラクター

定義

MultivariateBatchDetectionOptions の新しいインスタンスを初期化します。

public MultivariateBatchDetectionOptions (string dataSource, int topContributorCount, DateTimeOffset startTime, DateTimeOffset endTime);
new Azure.AI.AnomalyDetector.MultivariateBatchDetectionOptions : string * int * DateTimeOffset * DateTimeOffset -> Azure.AI.AnomalyDetector.MultivariateBatchDetectionOptions
Public Sub New (dataSource As String, topContributorCount As Integer, startTime As DateTimeOffset, endTime As DateTimeOffset)

パラメーター

dataSource
String

アクセス可能な Azure Storage URI を示す入力データへのソース リンク。 データ スキーマの選択に基づいて、Azure Blob Storage フォルダーを指すか、Azure Blob Storage内の CSV ファイルを指します。 データ スキーマは、トレーニング フェーズで使用されるものとまったく同じである必要があります。

topContributorCount
Int32

応答内の 1 つの異常なタイム スタンプに対する上位の貢献変数の数。 既定値は 10 です。

startTime
DateTimeOffset

ISO 8601 形式である必要がある検出用のデータの開始日時。

endTime
DateTimeOffset

ISO 8601 形式である必要がある検出用のデータの終了日時。

例外

dataSource が null です。

適用対象