ExperimentUpdateModel interface
実験の変更可能な属性を定義します
プロパティ
description | 実験の意図または詳細の説明 |
enabled |
実験の状態 |
tags | リソース タグ。 |
プロパティの詳細
description
実験の意図または詳細の説明
description?: string
プロパティ値
string
enabledState
実験の状態
enabledState?: string
プロパティ値
string
tags
リソース タグ。
tags?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}