◆ MissingPropertyResult()
fiftyone.pipeline.engines.services.MissingPropertyResult.MissingPropertyResult | ( | final MissingPropertyReason | reason, |
final String | description | ||
) |
Construct a new instance of MissingPropertyResult.
- Parameters
-
- reason - reason for the missing property
- description - explanation for the missing property
Member Function Documentation
◆ getDescription()
String fiftyone.pipeline.engines.services.MissingPropertyResult.getDescription ( ) Get the full explanation to why the property was missing.
- Returns
- message to user
◆ getReason()
MissingPropertyReason fiftyone.pipeline.engines.services.MissingPropertyResult.getReason ( ) Get the reason the property was missing.
- Returns
- MissingPropertyReason enum value