Class ExportModelRequest (2.2.0)

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

Request message for AutoMl.ExportModel. Models need to be enabled for exporting, otherwise an error code will be returned.

Attributes

NameDescription
name str
Required. The resource name of the model to export.
output_config .io.ModelExportOutputConfig
Required. The desired output location and configuration.