public sealed class PersonaRunConfig : IMessage<PersonaRunConfig>, IEquatable<PersonaRunConfig>, IDeepCloneable<PersonaRunConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class PersonaRunConfig.
Configuration for running an evaluation for a specific persona.
Implements
IMessagePersonaRunConfig, IEquatablePersonaRunConfig, IDeepCloneablePersonaRunConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
PersonaRunConfig()
public PersonaRunConfig()PersonaRunConfig(PersonaRunConfig)
public PersonaRunConfig(PersonaRunConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PersonaRunConfig |
Properties
Persona
public string Persona { get; set; }Optional. The persona to use for the evaluation.
Format:
projects/{project}/locations/{location}/apps/{app}/evaluationPersonas/{evaluationPersona}
| Property Value | |
|---|---|
| Type | Description |
string |
|
TaskCount
public int TaskCount { get; set; }Optional. The number of tasks to run for the persona.
| Property Value | |
|---|---|
| Type | Description |
int |
|