View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadataOverrideInputMetadataOverride (google_api_ai_platform v0.13.0)

The input metadata entries to be overridden.

Attributes

  • inputBaselines (type: list(any()), default: nil) - Baseline inputs for this feature. This overrides the input_baseline field of the ExplanationMetadata.InputMetadata object of the corresponding feature's input metadata. If it's not specified, the original baselines are not overridden.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadataOverrideInputMetadataOverride{
    inputBaselines: [any()] | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.