public sealed class ExplanationSpecOverride : IMessage<ExplanationSpecOverride>, IEquatable<ExplanationSpecOverride>, IDeepCloneable<ExplanationSpecOverride>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ExplanationSpecOverride.
The [ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] entries that can be overridden at [online explanation][google.cloud.aiplatform.v1beta1.PredictionService.Explain] time.
Implements
IMessageExplanationSpecOverride, IEquatableExplanationSpecOverride, IDeepCloneableExplanationSpecOverride, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExplanationSpecOverride()
public ExplanationSpecOverride()ExplanationSpecOverride(ExplanationSpecOverride)
public ExplanationSpecOverride(ExplanationSpecOverride other)| Parameter | |
|---|---|
| Name | Description |
other |
ExplanationSpecOverride |
Properties
ExamplesOverride
public ExamplesOverride ExamplesOverride { get; set; }The example-based explanations parameter overrides.
| Property Value | |
|---|---|
| Type | Description |
ExamplesOverride |
|
Metadata
public ExplanationMetadataOverride Metadata { get; set; }The metadata to be overridden. If not specified, no metadata is overridden.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ExplanationParameters |
|