CustomClassificationRulePropertiesOutput interface
カスタム分類規則のプロパティ。
プロパティ
| classification |
分類ルールのアクション。 |
| classification |
カスタム分類規則の分類名。 |
| column |
カスタム分類ルールの列パターン。 |
| created |
カスタム分類ルールの作成時刻。 |
| data |
カスタム分類ルールのデータ パターン。 |
| description | カスタム分類規則の説明。 |
| last |
カスタム分類ルールの最終変更時刻。 |
| minimum |
|
| rule |
カスタム分類ルールのルールの状態。 |
| version | カスタム分類規則のバージョン。 |
プロパティの詳細
classificationAction
分類ルールのアクション。
classificationAction?: "Keep" | "Delete"
プロパティ値
"Keep" | "Delete"
classificationName
カスタム分類規則の分類名。
classificationName?: string
プロパティ値
string
columnPatterns
カスタム分類ルールの列パターン。
columnPatterns?: RegexClassificationRulePatternOutput[]
プロパティ値
createdAt
カスタム分類ルールの作成時刻。
createdAt?: string
プロパティ値
string
dataPatterns
カスタム分類ルールのデータ パターン。
dataPatterns?: RegexClassificationRulePatternOutput[]
プロパティ値
description
カスタム分類規則の説明。
description?: string
プロパティ値
string
lastModifiedAt
カスタム分類ルールの最終変更時刻。
lastModifiedAt?: string
プロパティ値
string
minimumPercentageMatch
minimumPercentageMatch?: number
プロパティ値
number
ruleStatus
カスタム分類ルールのルールの状態。
ruleStatus?: "Enabled" | "Disabled"
プロパティ値
"Enabled" | "Disabled"
version
カスタム分類規則のバージョン。
version?: number
プロパティ値
number