View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelExportFormat (google_api_ai_platform v0.13.0)

Represents export format supported by the Model. All formats export to Google Cloud Storage.

Attributes

  • exportableContents (type: list(String.t), default: nil) - Output only. The content of this Model that may be exported.
  • id (type: String.t, default: nil) - Output only. The ID of the export format. The possible format IDs are: tflite Used for Android mobile devices. edgetpu-tflite Used for Edge TPU devices. tf-saved-model A tensorflow model in SavedModel format. tf-js A TensorFlow.js model that can be used in the browser and in Node.js using JavaScript. core-ml Used for iOS mobile devices. custom-trained A Model that was uploaded or trained by custom code.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ModelExportFormat{
  exportableContents: [String.t()] | nil,
  id: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.