droppedExampleReasons property

List<String>? droppedExampleReasons
getter/setter pair

For each index in truncated_example_indices, the user-facing reason why the example was dropped.

Must not include example itself.

Output only.

Implementation

core.List<core.String>? droppedExampleReasons;