public sealed class ExplanationMetadataOverride : IMessage<ExplanationMetadataOverride>, IEquatable<ExplanationMetadataOverride>, IDeepCloneable<ExplanationMetadataOverride>, IBufferMessage, IMessageThe [ExplanationMetadata][google.cloud.aiplatform.v1.ExplanationMetadata] entries that can be overridden at [online explanation][google.cloud.aiplatform.v1.PredictionService.Explain] time.
Implements
IMessage<ExplanationMetadataOverride>, IEquatable<ExplanationMetadataOverride>, IDeepCloneable<ExplanationMetadataOverride>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ExplanationMetadataOverride()
public ExplanationMetadataOverride()ExplanationMetadataOverride(ExplanationMetadataOverride)
public ExplanationMetadataOverride(ExplanationMetadataOverride other)| Parameter | |
|---|---|
| Name | Description |
other |
ExplanationMetadataOverride |
Properties
Inputs
public MapField<string, ExplanationMetadataOverride.Types.InputMetadataOverride> Inputs { get; }Required. Overrides the [input metadata][google.cloud.aiplatform.v1.ExplanationMetadata.inputs] of the features. The key is the name of the feature to be overridden. The keys specified here must exist in the input metadata to be overridden. If a feature is not specified here, the corresponding feature's input metadata is not overridden.
| Property Value | |
|---|---|
| Type | Description |
MapField<String, ExplanationMetadataOverride.Types.InputMetadataOverride> |
|