Class ExportModelRequest (1.16.1)

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.

Inheritance

builtins.object > proto.message.Message > ExportModelRequest

Classes

OutputConfig

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

Output configuration for the Model export.