Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ModelExplanation

Aggregated explanation metrics for a Model over a set of instances.

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

Properties

ETag

The ETag of the item.

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

MeanAttributions

Output only. Aggregated attributions explaining the Model's prediction outputs over the set of instances. The attributions are grouped by outputs. For Models that predict only one output, such as regression Models that predict only one score, there is only one attibution that explains the predicted output. For Models that predict multiple outputs, such as multiclass Models that predict multiple classes, each element explains one specific item. Attribution.output_index can be used to identify which output this attribution is explaining. The baselineOutputValue, instanceOutputValue and featureAttributions fields are averaged over the test data. NOTE: Currently AutoML tabular classification Models produce only one attribution, which averages attributions over all the classes it predicts. Attribution.approximation_error is not populated.

Declaration
[JsonProperty("meanAttributions")]
public virtual IList<GoogleCloudAiplatformV1Attribution> MeanAttributions { get; set; }
Property Value
Type Description
IList<GoogleCloudAiplatformV1Attribution>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX