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

Attributes

  • exampleSet (type: GoogleApi.Language.V1.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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.