Class GoogleCloudAiplatformV1ExplanationSpecOverride
The ExplanationSpec entries that can be overridden at online explanation time.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ExplanationSpecOverride : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExamplesOverride
The example-based explanations parameter overrides.
Declaration
[JsonProperty("examplesOverride")]
public virtual GoogleCloudAiplatformV1ExamplesOverride ExamplesOverride { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ExamplesOverride |
Metadata
The metadata to be overridden. If not specified, no metadata is overridden.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudAiplatformV1ExplanationMetadataOverride Metadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ExplanationMetadataOverride |
Parameters
The parameters to be overridden. Note that the attribution method cannot be changed. If not specified, no parameter is overridden.
Declaration
[JsonProperty("parameters")]
public virtual GoogleCloudAiplatformV1ExplanationParameters Parameters { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ExplanationParameters |