Class ExportModelRequest (1.48.0)

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

Request message for ModelService.ExportModel.

Attributes

NameDescription
name str
Required. The resource name of the Model to export. The resource name may contain version id or version alias to specify the version, if no version is specified, the default version will be exported.
output_config google.cloud.aiplatform_v1.types.ExportModelRequest.OutputConfig
Required. The desired output location and configuration.

Classes

OutputConfig

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

Output configuration for the Model export.

Methods

ExportModelRequest

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

Request message for ModelService.ExportModel.