Class XPSPreprocessResponse
Inheritance
XPSPreprocessResponse
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSPreprocessResponse : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
OutputExampleSet
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.
Declaration
[JsonProperty("outputExampleSet")]
public virtual XPSExampleSet OutputExampleSet { get; set; }
Property Value
SpeechPreprocessResp
Declaration
[JsonProperty("speechPreprocessResp")]
public virtual XPSSpeechPreprocessResponse SpeechPreprocessResp { get; set; }
Property Value
TablesPreprocessResponse
Declaration
[JsonProperty("tablesPreprocessResponse")]
public virtual XPSTablesPreprocessResponse TablesPreprocessResponse { get; set; }
Property Value
TranslationPreprocessResp
Declaration
[JsonProperty("translationPreprocessResp")]
public virtual XPSTranslationPreprocessResponse TranslationPreprocessResp { get; set; }
Property Value
Implements