Show / Hide Table of Contents

Class GoogleCloudAiplatformV1CandidateResult

Result for a single candidate.

Inheritance
object
GoogleCloudAiplatformV1CandidateResult
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX