GoogleApi.Language.V2.Model.XPSBatchPredictResponse (google_api_language v0.16.3)

View Source

Attributes

  • exampleSet (type: GoogleApi.Language.V2.Model.XPSExampleSet.t, default: nil) - Examples for batch prediction result. Under full API implementation, results are stored in shared RecordIO of AnnotatedExample protobufs, the annotations field of which is populated by XPS backend.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Language.V2.Model.XPSBatchPredictResponse{
  exampleSet: GoogleApi.Language.V2.Model.XPSExampleSet.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.