Class GoogleCloudAiplatformV1GenerateUserScenariosResponse
Response message for DataFoundryService.GenerateUserScenarios.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1GenerateUserScenariosResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserScenarios
The generated user scenarios used to simulate multi-turn agent running results and agent evaluation.
Declaration
[JsonProperty("userScenarios")]
public virtual IList<GoogleCloudAiplatformV1UserScenario> UserScenarios { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1UserScenario> |