View Source GoogleApi.Language.V2.Model.XPSResponseExplanationMetadataInputMetadata (google_api_language v0.16.0)

Metadata of the input of a feature.

Attributes

  • inputTensorName (type: String.t, default: nil) - Name of the input tensor for this model. Only needed in train response.
  • modality (type: String.t, default: nil) - Modality of the feature. Valid values are: numeric, image. Defaults to numeric.
  • visualizationConfig (type: GoogleApi.Language.V2.Model.XPSVisualization.t, default: nil) - Visualization configurations for image explanation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSResponseExplanationMetadataInputMetadata{
  inputTensorName: String.t() | nil,
  modality: String.t() | nil,
  visualizationConfig: GoogleApi.Language.V2.Model.XPSVisualization.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.