Show / Hide Table of Contents

Class XPSExportModelOutputConfig

Inheritance
object
XPSExportModelOutputConfig
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.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class XPSExportModelOutputConfig : IDirectResponseSchema

Properties

CoreMlFormat

Declaration
[JsonProperty("coreMlFormat")]
public virtual XPSCoreMlFormat CoreMlFormat { get; set; }
Property Value
Type Description
XPSCoreMlFormat

DockerFormat

Declaration
[JsonProperty("dockerFormat")]
public virtual XPSDockerFormat DockerFormat { get; set; }
Property Value
Type Description
XPSDockerFormat

ETag

The ETag of the item.

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

EdgeTpuTfLiteFormat

Declaration
[JsonProperty("edgeTpuTfLiteFormat")]
public virtual XPSEdgeTpuTfLiteFormat EdgeTpuTfLiteFormat { get; set; }
Property Value
Type Description
XPSEdgeTpuTfLiteFormat

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
Type Description
bool?

OutputGcrUri

The Google Contained Registry 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
Type Description
string

OutputGcsUri

The Google Cloud Storage 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
Type Description
string

TfJsFormat

Declaration
[JsonProperty("tfJsFormat")]
public virtual XPSTfJsFormat TfJsFormat { get; set; }
Property Value
Type Description
XPSTfJsFormat

TfLiteFormat

Declaration
[JsonProperty("tfLiteFormat")]
public virtual XPSTfLiteFormat TfLiteFormat { get; set; }
Property Value
Type Description
XPSTfLiteFormat

TfSavedModelFormat

Declaration
[JsonProperty("tfSavedModelFormat")]
public virtual XPSTfSavedModelFormat TfSavedModelFormat { get; set; }
Property Value
Type Description
XPSTfSavedModelFormat

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX