View Source GoogleApi.Language.V2.Model.XPSPreprocessResponse (google_api_language v0.14.0)
Next ID: 8
Attributes
-
outputExampleSet
(type:GoogleApi.Language.V2.Model.XPSExampleSet.t
, default:nil
) - Preprocessed examples, that are to be imported into AutoML storage. This should point to RecordIO file(s) of PreprocessedExample messages. The PreprocessedExample.mvp_training_data-s returned here are later verbatim passed to Train() call in TrainExample.mvp_training_data. -
speechPreprocessResp
(type:GoogleApi.Language.V2.Model.XPSSpeechPreprocessResponse.t
, default:nil
) - -
tablesPreprocessResponse
(type:GoogleApi.Language.V2.Model.XPSTablesPreprocessResponse.t
, default:nil
) - -
translationPreprocessResp
(type:GoogleApi.Language.V2.Model.XPSTranslationPreprocessResponse.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V2.Model.XPSPreprocessResponse{ outputExampleSet: GoogleApi.Language.V2.Model.XPSExampleSet.t() | nil, speechPreprocessResp: GoogleApi.Language.V2.Model.XPSSpeechPreprocessResponse.t() | nil, tablesPreprocessResponse: GoogleApi.Language.V2.Model.XPSTablesPreprocessResponse.t() | nil, translationPreprocessResp: GoogleApi.Language.V2.Model.XPSTranslationPreprocessResponse.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.