Class XPSResponseExplanationSpec
Specification of Model explanation. Feature-based XAI in AutoML Vision ICN is deprecated.
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSResponseExplanationSpec : IDirectResponseSchemaProperties
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 |