View Source GoogleApi.Language.V1.Model.XPSExportModelOutputConfig (google_api_language v0.14.0)

Attributes

  • coreMlFormat (type: GoogleApi.Language.V1.Model.XPSCoreMlFormat.t, default: nil) -
  • dockerFormat (type: GoogleApi.Language.V1.Model.XPSDockerFormat.t, default: nil) -
  • edgeTpuTfLiteFormat (type: GoogleApi.Language.V1.Model.XPSEdgeTpuTfLiteFormat.t, default: nil) -
  • exportFirebaseAuxiliaryInfo (type: boolean(), default: nil) - For any model and format: If true, will additionally export FirebaseExportedModelInfo in a firebase.txt file.
  • outputGcrUri (type: String.t, default: nil) - The Google Contained Registry (GCR) path the exported files to be pushed to. This location is set if the exported format is DOCKDER.
  • outputGcsUri (type: String.t, default: nil) - The Google Cloud Storage (GCS) directory where XPS will output the exported models and related files. Format: gs://bucket/directory
  • tfJsFormat (type: GoogleApi.Language.V1.Model.XPSTfJsFormat.t, default: nil) -
  • tfLiteFormat (type: GoogleApi.Language.V1.Model.XPSTfLiteFormat.t, default: nil) -
  • tfSavedModelFormat (type: GoogleApi.Language.V1.Model.XPSTfSavedModelFormat.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V1.Model.XPSExportModelOutputConfig{
  coreMlFormat: GoogleApi.Language.V1.Model.XPSCoreMlFormat.t() | nil,
  dockerFormat: GoogleApi.Language.V1.Model.XPSDockerFormat.t() | nil,
  edgeTpuTfLiteFormat:
    GoogleApi.Language.V1.Model.XPSEdgeTpuTfLiteFormat.t() | nil,
  exportFirebaseAuxiliaryInfo: boolean() | nil,
  outputGcrUri: String.t() | nil,
  outputGcsUri: String.t() | nil,
  tfJsFormat: GoogleApi.Language.V1.Model.XPSTfJsFormat.t() | nil,
  tfLiteFormat: GoogleApi.Language.V1.Model.XPSTfLiteFormat.t() | nil,
  tfSavedModelFormat:
    GoogleApi.Language.V1.Model.XPSTfSavedModelFormat.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.