Cloud AI Platform v1 API - Class ExplanationMetadataOverride (2.27.0)

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

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

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

Inheritance

object > ExplanationMetadataOverride

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExplanationMetadataOverride()

public ExplanationMetadataOverride()

ExplanationMetadataOverride(ExplanationMetadataOverride)

public ExplanationMetadataOverride(ExplanationMetadataOverride other)
Parameter
NameDescription
otherExplanationMetadataOverride

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
TypeDescription
MapFieldstringExplanationMetadataOverrideTypesInputMetadataOverride