Show / Hide Table of Contents

Class XPSPreprocessResponse

Inheritance
object
XPSPreprocessResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSPreprocessResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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
Type Description
XPSExampleSet

SpeechPreprocessResp

Declaration
[JsonProperty("speechPreprocessResp")]
public virtual XPSSpeechPreprocessResponse SpeechPreprocessResp { get; set; }
Property Value
Type Description
XPSSpeechPreprocessResponse

TablesPreprocessResponse

Declaration
[JsonProperty("tablesPreprocessResponse")]
public virtual XPSTablesPreprocessResponse TablesPreprocessResponse { get; set; }
Property Value
Type Description
XPSTablesPreprocessResponse

TranslationPreprocessResp

Declaration
[JsonProperty("translationPreprocessResp")]
public virtual XPSTranslationPreprocessResponse TranslationPreprocessResp { get; set; }
Property Value
Type Description
XPSTranslationPreprocessResponse

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX