ExportPublisherModelResponse

Response message for ModelGardenService.ExportPublisherModel.

Fields
publisherModel string

The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisherModel}@{versionId}

destinationUri string

The destination uri of the model weights.

JSON representation
{
  "publisherModel": string,
  "destinationUri": string
}