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
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 |
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 |