Class TFRecordReadSchemaTransformConfiguration

java.lang.Object
org.apache.beam.sdk.io.TFRecordReadSchemaTransformConfiguration
All Implemented Interfaces:
Serializable

@DefaultSchema(AutoValueSchema.class) public abstract class TFRecordReadSchemaTransformConfiguration extends Object implements Serializable
Configuration for reading from TFRecord.

This class is meant to be used with TFRecordReadSchemaTransformProvider.

Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.

See Also: