RubricGenerationInputQualityWarningCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stable searchable machine-readable warning code for a rubric-generation input-quality warning. Values are snake_case; clients must tolerate additional service-defined identifiers.
public readonly struct RubricGenerationInputQualityWarningCode : IEquatable<Azure.AI.Projects.RubricGenerationInputQualityWarningCode>
type RubricGenerationInputQualityWarningCode = struct
Public Structure RubricGenerationInputQualityWarningCode
Implements IEquatable(Of RubricGenerationInputQualityWarningCode)
- Inheritance
-
RubricGenerationInputQualityWarningCode
- Implements
Constructors
| Name | Description |
|---|---|
| RubricGenerationInputQualityWarningCode(String) |
Initializes a new instance of RubricGenerationInputQualityWarningCode. |
Properties
| Name | Description |
|---|---|
| EmptyAgentInstructions |
An agent source resolved successfully but had no usable instructions. |
| EmptyDatasetContent |
A dataset source resolved but contained no usable content for rubric generation. |
| EmptyPrompt |
A prompt source was empty or whitespace-only. |
| InsufficientTotalInput |
Combined resolved input across successfully resolved sources was below the recommended minimum signal threshold. |
| LowTraceCount |
A row-structured dataset had very few rows, so the generated rubric may not generalize. |
| ShortAgentInstructions |
An agent source had instructions below the recommended minimum signal threshold. |
| ShortDatasetContent |
Dataset content was below the recommended minimum signal threshold. |
| ShortPrompt |
A prompt source was non-empty but below the recommended minimum signal threshold. |
Methods
| Name | Description |
|---|---|
| Equals(RubricGenerationInputQualityWarningCode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RubricGenerationInputQualityWarningCode, RubricGenerationInputQualityWarningCode) |
Determines if two RubricGenerationInputQualityWarningCode values are the same. |
| Implicit(String to Nullable<RubricGenerationInputQualityWarningCode>) | |
| Implicit(String to RubricGenerationInputQualityWarningCode) |
Converts a string to a RubricGenerationInputQualityWarningCode. |
| Inequality(RubricGenerationInputQualityWarningCode, RubricGenerationInputQualityWarningCode) |
Determines if two RubricGenerationInputQualityWarningCode values are not the same. |