Class Google::Cloud::AIPlatform::V1::Model::ExportFormat (v0.1.0)

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#exportable_contents

def exportable_contents() -> ::Array<::Google::Cloud::AIPlatform::V1::Model::ExportFormat::ExportableContent>
Returns

#id

def id() -> ::String
Returns
  • (::String) —

    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.