export_catalog_model
Export a pre-built model or dataset from the Marketplace to your S3 bucket. Provide the model ID, S3 bucket details, and AWS credentials. Credits are charged based on the export price upon successful completion.
Instructions
Export a pre-built model or dataset from the Marketplace to your S3 bucket. Credits will be charged based on the export price upon successful completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | Catalog model ID (UUID) to export | |
| s3_bucket | Yes | Destination S3 bucket name | |
| s3_prefix | No | Optional S3 key prefix for the exported model | |
| s3_access_key_id | Yes | AWS access key ID | |
| s3_secret_access_key | Yes | AWS secret access key | |
| s3_region | Yes | AWS region (e.g. us-east-1) |