Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Model::ExportFormat.
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>- (::Array<::Google::Cloud::AIPlatform::V1::Model::ExportFormat::ExportableContent>) — Output only. The content of this Model that may be exported.
#id
def id() -> ::String-
(::String) —
Output only. The ID of the export format. The possible format IDs are:
tfliteUsed for Android mobile devices.edgetpu-tfliteUsed for Edge TPU devices.tf-saved-modelA tensorflow model in SavedModel format.tf-jsA TensorFlow.js model that can be used in the browser and in Node.js using JavaScript.core-mlUsed for iOS mobile devices.custom-trainedA Model that was uploaded or trained by custom code.