Batch deployment input details for Pytorch models
Follow these rules when specifying input details for batch deployments of Pytorch models.
Data type summary table:
Data | Description |
---|---|
Type | inline, data references |
File formats | ZIP archive containing JSON files |
Data Sources:
Input/output data references:
- Local/managed assets from the space
- Connected (remote) assets: Cloud Object Storage
If you are specifying input/output data references programmatically:
- Data source reference
type
depends on the asset type. Refer to the Data source reference types section in Adding data assets to a deployment space.
Notes: The environment variables parameter of deployment jobs is not applicable.
Parent topic: Batch deployment input details by framework