View Source GoogleApi.Language.V1.Model.XPSExampleSet (google_api_language v0.16.0)

Set of examples or input sources.

Attributes

  • fileSpec (type: GoogleApi.Language.V1.Model.XPSFileSpec.t, default: nil) - File spec of the examples or input sources.
  • fingerprint (type: String.t, default: nil) - Fingerprint of the example set.
  • numExamples (type: String.t, default: nil) - Number of examples.
  • numInputSources (type: String.t, default: nil) - Number of input sources.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V1.Model.XPSExampleSet{
  fileSpec: GoogleApi.Language.V1.Model.XPSFileSpec.t() | nil,
  fingerprint: String.t() | nil,
  numExamples: String.t() | nil,
  numInputSources: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.