GoogleApi.Language.V1.Model.XPSVideoBatchPredictOperationMetadata (google_api_language v0.16.3)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.