Show / Hide Table of Contents

Class GoogleCloudAiplatformV1UserScenario

Output of user scenario generation.

Inheritance
object
GoogleCloudAiplatformV1UserScenario
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 GoogleCloudAiplatformV1UserScenario : IDirectResponseSchema

Properties

ConversationPlan

Conversation plan to drive multi-turn agent run and get simulated agent eval 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

Starting prompt for the conversation between simulated user and agent under the test.

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

TestCaseTitle

Represents a short 3-5 word title for eval test case.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX