Class ExportPublisherModelRequest (1.87.0)

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

Request message for ModelGardenService.ExportPublisherModel.

Attributes

Name Description
name str
Required. The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisher_model}@{version_id}, or publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001
destination google.cloud.aiplatform_v1beta1.types.GcsDestination
Required. The target where we are exporting the model weights to
parent str
Required. The Location to export the model weights from Format: projects/{project}/locations/{location}

Methods

ExportPublisherModelRequest

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

Request message for ModelGardenService.ExportPublisherModel.