Class GoogleCloudAiplatformV1CandidateResponse
Responses from model or agent.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CandidateResponse : IDirectResponseSchema
Properties
AgentData
Optional. Represents the complete execution trace of a multi-turn conversation, which can involve single or multiple agents. This field is used to provide the full output of an agent's run, including all turns and events, for direct evaluation.
Declaration
[JsonProperty("agentData")]
public virtual GoogleCloudAiplatformV1AgentData AgentData { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1AgentData |
Candidate
Required. The name of the candidate that produced the response.
Declaration
[JsonProperty("candidate")]
public virtual string Candidate { 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 |
Error
Output only. Error while scraping model or agent.
Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleRpcStatus |
Text
Text response.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Fields and values that can be used to populate the response template.
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |