Assets module¶
Reference to the cloud.assets.py module.
assets
¶
RunAsset
¶
Bases: BaseModel
Represents an asset associated with a Nextmv Cloud run.
You can import the RunAsset class from nextmv.cloud:
A run asset represents metadata about an asset associated with a Nextmv Cloud run.
| PARAMETER | DESCRIPTION |
|---|---|
|
Unique identifier of the asset.
TYPE:
|
|
Identifier of the run associated with the asset.
TYPE:
|
|
Name of the asset.
TYPE:
|
|
Timestamp of when the asset was created.
TYPE:
|
|
Size of the asset content in bytes.
TYPE:
|
|
Content type of the asset. Only
TYPE:
|
|
Visual schema of the asset, by default None.
TYPE:
|