Cloud AI Platform v1 API - Class EvaluatedAnnotationExplanation (2.24.0)

public sealed class EvaluatedAnnotationExplanation : IMessage<EvaluatedAnnotationExplanation>, IEquatable<EvaluatedAnnotationExplanation>, IDeepCloneable<EvaluatedAnnotationExplanation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class EvaluatedAnnotationExplanation.

Explanation result of the prediction produced by the Model.

Inheritance

object > EvaluatedAnnotationExplanation

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

EvaluatedAnnotationExplanation()

public EvaluatedAnnotationExplanation()

EvaluatedAnnotationExplanation(EvaluatedAnnotationExplanation)

public EvaluatedAnnotationExplanation(EvaluatedAnnotationExplanation other)
Parameter
NameDescription
otherEvaluatedAnnotationExplanation

Properties

Explanation

public Explanation Explanation { get; set; }

Explanation attribution response details.

Property Value
TypeDescription
Explanation

ExplanationType

public string ExplanationType { get; set; }

Explanation type.

For AutoML Image Classification models, possible values are:

  • image-integrated-gradients
  • image-xrai
Property Value
TypeDescription
string