Show / Hide Table of Contents

Class GoogleCloudAiplatformV1EvaluationResult

Evaluation result.

Inheritance
object
GoogleCloudAiplatformV1EvaluationResult
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 GoogleCloudAiplatformV1EvaluationResult : IDirectResponseSchema

Properties

CandidateResults

Optional. The results for the metric.

Declaration
[JsonProperty("candidateResults")]
public virtual IList<GoogleCloudAiplatformV1CandidateResult> CandidateResults { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1CandidateResult>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluationRequest

Required. The request item that was evaluated. Format: projects/{project}/locations/{location}/evaluationItems/{evaluation_item}

Declaration
[JsonProperty("evaluationRequest")]
public virtual string EvaluationRequest { get; set; }
Property Value
Type Description
string

EvaluationRun

Required. The evaluation run that was used to generate the result. Format: projects/{project}/locations/{location}/evaluationRuns/{evaluation_run}

Declaration
[JsonProperty("evaluationRun")]
public virtual string EvaluationRun { get; set; }
Property Value
Type Description
string

Metadata

Optional. Metadata about the evaluation result.

Declaration
[JsonProperty("metadata")]
public virtual object Metadata { get; set; }
Property Value
Type Description
object

Metric

Required. The metric that was evaluated.

Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
Type Description
string

Request

Required. The request that was evaluated.

Declaration
[JsonProperty("request")]
public virtual GoogleCloudAiplatformV1EvaluationRequest Request { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EvaluationRequest

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX