Exports a publisher model to a user provided Google Cloud Storage bucket.
Endpoint
posthttps://{service-endpoint}/v1beta1/{parent}/{name}:export
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
parent
string
Required. The Location to export the model weights from Format: projects/{project}/locations/{location}
name
string
Required. The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisherModel}@{versionId}
, or publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001
Request body
The request body contains data with the following structure:
Required. The target where we are exporting the model weights to
Response body
If successful, the response body contains an instance of Operation
.