View Source GoogleApi.Language.V2.Model.XPSResponseExplanationMetadataOutputMetadata (google_api_language v0.15.0)

Metadata of the prediction output to be explained.

Attributes

  • outputTensorName (type: String.t, default: nil) - Name of the output tensor. Only needed in train response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Language.V2.Model.XPSResponseExplanationMetadataOutputMetadata{
    outputTensorName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.