Class ExportModelRequest (0.5.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.