View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadataOverride (google_api_ai_platform v0.13.0)
The ExplanationMetadata entries that can be overridden at online explanation time.
Attributes
-
inputs
(type:%{optional(String.t) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadataOverrideInputMetadataOverride.t}
, default:nil
) - Required. Overrides the input metadata 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadataOverride{ inputs: %{ optional(String.t()) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadataOverrideInputMetadataOverride.t() } | nil }
Functions
Unwrap a decoded JSON object into its complex fields.