GoogleApi.Language.V2.Model.XPSVideoBatchPredictOperationMetadata (google_api_language v0.16.3)
View SourceAttributes
-
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.V2.Model.XPSVideoBatchPredictOperationMetadata{ outputExamples: [String.t()] | nil }