public static interface EvaluationExpectation.LlmCriteriaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPrompt()
public abstract String getPrompt()Required. The prompt/instructions provided to the LLM judge.
string prompt = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The prompt. |
getPromptBytes()
public abstract ByteString getPromptBytes()Required. The prompt/instructions provided to the LLM judge.
string prompt = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for prompt. |