Show / Hide Table of Contents

Class XPSResponseExplanationSpec

Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated.

Inheritance
object
XPSResponseExplanationSpec
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.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSResponseExplanationSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExplanationType

Explanation type. For AutoML Image Classification models, possible values are: * image-integrated-gradients * image-xrai

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

Metadata

Metadata describing the Model's input and output for explanation.

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

Parameters

Parameters that configure explaining of the Model's predictions.

Declaration
[JsonProperty("parameters")]
public virtual XPSResponseExplanationParameters Parameters { get; set; }
Property Value
Type Description
XPSResponseExplanationParameters

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX