Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationPromptUserScenario

User scenario to help simulate multi-turn agent running results.

Inheritance
object
GoogleCloudAiplatformV1EvaluationPromptUserScenario
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EvaluationPromptUserScenario : IDirectResponseSchema

Properties

ConversationPlan

Required. The plan for the conversation, used to drive the multi-turn agent run and generate the simulated agent evaluation dataset.

Declaration
[JsonProperty("conversationPlan")]
public virtual string ConversationPlan { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StartingPrompt

Required. The prompt that starts the conversation between the simulated user and the agent under test.

Declaration
[JsonProperty("startingPrompt")]
public virtual string StartingPrompt { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX