GoogleApi.Language.V1.Model.XPSResponseExplanationMetadataInputMetadata (google_api_language v0.16.3)

View Source

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.V1.Model.XPSVisualization.t, default: nil) - Visualization configurations for image explanation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.