Class GoogleCloudAiplatformV1CandidateResult
Result for a single candidate.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CandidateResult : IDirectResponseSchema
Properties
AdditionalResults
Optional. Additional results for the metric.
Declaration
[JsonProperty("additionalResults")]
public virtual object AdditionalResults { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Candidate
Required. The candidate that is being evaluated. The value is the same as the candidate name in the EvaluationRequest.
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 |
Explanation
Optional. The explanation for the metric.
Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metric
Required. The metric that was evaluated.
Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RubricVerdicts
Optional. The rubric verdicts for the metric.
Declaration
[JsonProperty("rubricVerdicts")]
public virtual IList<GoogleCloudAiplatformV1RubricVerdict> RubricVerdicts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAiplatformV1RubricVerdict> |
Score
Optional. The score for the metric.
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |