Detailed Description
Messages which may be reused for various missing property exceptions.
Data Fields | |
| const | PREFIX = "Property '%s' not found in data for element '%s'. " |
| String to prefix all messages with. | |
| const | DATA_UPGRADE_REQUIRED |
| A data upgrade is required (e.g. | |
| const | PROPERTY_EXCLUDED = 'This is because the property has been excluded when configuring the engine.' |
| The property was excluded from the engine's configuration. | |
| const | PRODUCT_NOT_IN_CLOUD_RESOURCE |
| The engine was a cloud engine, and the resource key does not contain the required product (e.g. | |
| const | PROPERTY_NOT_IN_CLOUD_RESOURCE |
| The engine was a cloud engine, and the resource key does not contain the required property (e.g. | |
| const | UNKNOWN |
| The reason for the missing property is none of the above. | |
Field Documentation
◆ DATA_UPGRADE_REQUIRED
| const fiftyone\pipeline\engines\MissingPropertyMessages::DATA_UPGRADE_REQUIRED |
A data upgrade is required (e.g.
free to paid). This takes the data tier name which contains the property and the name of the product as format arguments.
◆ PREFIX
| const fiftyone\pipeline\engines\MissingPropertyMessages::PREFIX = "Property '%s' not found in data for element '%s'. " |
String to prefix all messages with.
This takes the name of a property and the name of the element as format arguments.
◆ PRODUCT_NOT_IN_CLOUD_RESOURCE
| const fiftyone\pipeline\engines\MissingPropertyMessages::PRODUCT_NOT_IN_CLOUD_RESOURCE |
The engine was a cloud engine, and the resource key does not contain the required product (e.g.
device). This takes the name of the product as a format argument.
◆ PROPERTY_EXCLUDED
| const fiftyone\pipeline\engines\MissingPropertyMessages::PROPERTY_EXCLUDED = 'This is because the property has been excluded when configuring the engine.' |
The property was excluded from the engine's configuration.
This takes no format arguments.
◆ PROPERTY_NOT_IN_CLOUD_RESOURCE
| const fiftyone\pipeline\engines\MissingPropertyMessages::PROPERTY_NOT_IN_CLOUD_RESOURCE |
The engine was a cloud engine, and the resource key does not contain the required property (e.g.
hardwarename). This takes the name of the product and the properties the resource contains as format arguments.
◆ UNKNOWN
| const fiftyone\pipeline\engines\MissingPropertyMessages::UNKNOWN |
The reason for the missing property is none of the above.
This takes no format arguments.
