Show / Hide Table of Contents

Class GoogleCloudAiplatformV1MetricResult

Result for a single metric on a single instance.

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

Properties

ETag

The ETag of the item.

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

Error

Output only. The error status for the metric result.

Declaration
[JsonProperty("error")]
public virtual GoogleRpcStatus Error { get; set; }
Property Value
Type Description
GoogleRpcStatus

Explanation

Output only. The explanation for the metric result.

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

RubricVerdicts

Output only. For rubric-based metrics, the verdicts for each rubric.

Declaration
[JsonProperty("rubricVerdicts")]
public virtual IList<GoogleCloudAiplatformV1RubricVerdict> RubricVerdicts { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1RubricVerdict>

Score

Output only. The score for the metric. Please refer to each metric's documentation for the meaning of the score.

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