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 |
|
|---|---|
| Name | Description |
name |
str
Required. The resource name of the model to export. |
output_config |
google.cloud.automl_v1.types.ModelExportOutputConfig
Required. The desired output location and configuration. |