Class XPSExportModelOutputConfig
Inheritance
XPSExportModelOutputConfig
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSExportModelOutputConfig : IDirectResponseSchema
Properties
Declaration
[JsonProperty("coreMlFormat")]
public virtual XPSCoreMlFormat CoreMlFormat { get; set; }
Property Value
Declaration
[JsonProperty("dockerFormat")]
public virtual XPSDockerFormat DockerFormat { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("edgeTpuTfLiteFormat")]
public virtual XPSEdgeTpuTfLiteFormat EdgeTpuTfLiteFormat { get; set; }
Property Value
ExportFirebaseAuxiliaryInfo
For any model and format: If true, will additionally export FirebaseExportedModelInfo in a firebase.txt
file.
Declaration
[JsonProperty("exportFirebaseAuxiliaryInfo")]
public virtual bool? ExportFirebaseAuxiliaryInfo { get; set; }
Property Value
OutputGcrUri
The Google Contained Registry (GCR) path the exported files to be pushed to. This location is set if the
exported format is DOCKDER.
Declaration
[JsonProperty("outputGcrUri")]
public virtual string OutputGcrUri { get; set; }
Property Value
OutputGcsUri
The Google Cloud Storage (GCS) directory where XPS will output the exported models and related files.
Format: gs://bucket/directory
Declaration
[JsonProperty("outputGcsUri")]
public virtual string OutputGcsUri { get; set; }
Property Value
Declaration
[JsonProperty("tfJsFormat")]
public virtual XPSTfJsFormat TfJsFormat { get; set; }
Property Value
Declaration
[JsonProperty("tfLiteFormat")]
public virtual XPSTfLiteFormat TfLiteFormat { get; set; }
Property Value
Declaration
[JsonProperty("tfSavedModelFormat")]
public virtual XPSTfSavedModelFormat TfSavedModelFormat { get; set; }
Property Value
Implements