你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RubricGenerationInputQualityWarningCode type

稳定的可搜索、机器可读的警告代码,用于评分标准生成输入质量警告。 值为 snake_case;客户端必须容忍额外的服务定义标识符。

type RubricGenerationInputQualityWarningCode =
  | "empty_prompt"
  | "short_prompt"
  | "empty_agent_instructions"
  | "short_agent_instructions"
  | "empty_dataset_content"
  | "short_dataset_content"
  | "low_trace_count"
  | "insufficient_total_input"