GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationSpecOverride (google_api_ai_platform v0.27.0)

View Source

The ExplanationSpec entries that can be overridden at online explanation time.

Attributes

  • examplesOverride (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExamplesOverride.t, default: nil) - The example-based explanations parameter overrides.
  • metadata (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadataOverride.t, default: nil) - The metadata to be overridden. If not specified, no metadata is overridden.
  • parameters (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationParameters.t, default: nil) - The parameters to be overridden. Note that the attribution method cannot be changed. If not specified, no parameter is overridden.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationSpecOverride{
    examplesOverride:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExamplesOverride.t()
      | nil,
    metadata:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationMetadataOverride.t()
      | nil,
    parameters:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExplanationParameters.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.