Class ExportModelRequest (1.1.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. Format: ``projects/{project}/locations/{location}/models/{model}``
output_config google.cloud.aiplatform_v1beta1.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. .. attribute:: export_format_id

The ID of the format in which the Model must be exported. Each Model lists the [export formats it supports][google.cloud.aiplatform.v1beta1.Model.supported_export_formats]. If no value is provided here, then the first from the list of the Model's supported formats is used by default.

:type: str