Class ExportFormat (1.25.0)

ExportFormat(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
id str
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
exportable_contents MutableSequence[google.cloud.aiplatform_v1.types.Model.ExportFormat.ExportableContent]
Output only. The content of this Model that may be exported.

Inheritance

builtins.object > proto.message.Message > ExportFormat

Classes

ExportableContent

ExportableContent(value)

The Model content that can be exported.

Values: EXPORTABLE_CONTENT_UNSPECIFIED (0): Should not be used. ARTIFACT (1): Model artifact and any of its supported files. Will be exported to the location specified by the artifactDestination field of the ExportModelRequest.output_config object. IMAGE (2): The container image that is to be used when deploying this Model. Will be exported to the location specified by the imageDestination field of the ExportModelRequest.output_config object.