View Source GoogleApi.Language.V1.Model.XPSVideoBatchPredictOperationMetadata (google_api_language v0.14.0)

Attributes

  • outputExamples (type: list(String.t), default: nil) - All the partial batch prediction results that are completed at the moment. Output examples are sorted by completion time. The order will not be changed. Each output example should be the path of a single RecordIO file of AnnotatedExamples.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V1.Model.XPSVideoBatchPredictOperationMetadata{
  outputExamples: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.