public interface PersonaRunConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPersona()
public abstract String getPersona() Optional. The persona to use for the evaluation.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationPersonas/{evaluationPersona}
string persona = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The persona. |
getPersonaBytes()
public abstract ByteString getPersonaBytes() Optional. The persona to use for the evaluation.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationPersonas/{evaluationPersona}
string persona = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for persona. |
getTaskCount()
public abstract int getTaskCount()Optional. The number of tasks to run for the persona.
int32 task_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The taskCount. |