PredictionPreference type

PredictionPreference の値を定義します。
KnownPredictionPreference は PredictionPreference と同じ意味で使用できます。この列挙型には、サービスがサポートする既知の値が含まれています。

サービスでサポートされている既知の値

バランス: コストとパフォーマンスのバランスを取る。
MostCostEffective: パフォーマンスよりもコストを最適化します。
MoreCostEffective: コストとバランスの取れた中間。
MorePerformance: バランスとパフォーマンスの中間。
BestPerformance: コストよりもパフォーマンスを最適化します。

type PredictionPreference = string