View Source GoogleApi.Language.V2.Model.XPSExampleSet (google_api_language v0.14.0)
Set of examples or input sources.
Attributes
-
fileSpec
(type:GoogleApi.Language.V2.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.V2.Model.XPSExampleSet{ fileSpec: GoogleApi.Language.V2.Model.XPSFileSpec.t() | nil, fingerprint: String.t() | nil, numExamples: String.t() | nil, numInputSources: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.