Cloud AI Platform v1 API - Class ExplanationSpecOverride (2.27.0)

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

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

The [ExplanationSpec][google.cloud.aiplatform.v1.ExplanationSpec] entries that can be overridden at [online explanation][google.cloud.aiplatform.v1.PredictionService.Explain] time.

Inheritance

object > ExplanationSpecOverride

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExplanationSpecOverride()

public ExplanationSpecOverride()

ExplanationSpecOverride(ExplanationSpecOverride)

public ExplanationSpecOverride(ExplanationSpecOverride other)
Parameter
NameDescription
otherExplanationSpecOverride

Properties

ExamplesOverride

public ExamplesOverride ExamplesOverride { get; set; }

The example-based explanations parameter overrides.

Property Value
TypeDescription
ExamplesOverride

Metadata

public ExplanationMetadataOverride Metadata { get; set; }

The metadata to be overridden. If not specified, no metadata is overridden.

Property Value
TypeDescription
ExplanationMetadataOverride

Parameters

public ExplanationParameters Parameters { get; set; }

The parameters to be overridden. Note that the attribution method cannot be changed. If not specified, no parameter is overridden.

Property Value
TypeDescription
ExplanationParameters