kind property
Type of transform this stage is executing. Possible string values are:
- "UNKNOWN_KIND" : Unrecognized transform type.
- "PAR_DO_KIND" : ParDo transform.
- "GROUP_BY_KEY_KIND" : Group By Key transform.
- "FLATTEN_KIND" : Flatten transform.
- "READ_KIND" : Read transform.
- "WRITE_KIND" : Write transform.
- "CONSTANT_KIND" : Constructs from a constant value, such as with Create.of.
- "SINGLETON_KIND" : Creates a Singleton view of a collection.
- "SHUFFLE_KIND" : Opening or closing a shuffle session, often as part of a GroupByKey.
Implementation
core.String? kind;