Data Quality Job Definition Data Quality Job Input Endpoint Input
data class DataQualityJobDefinitionDataQualityJobInputEndpointInput(val endpointName: String, val localPath: String? = null, val s3DataDistributionType: String? = null, val s3InputMode: String? = null)
Properties
Link copied to clipboard
An endpoint in customer's account which has data_capture_config
enabled.
Link copied to clipboard
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to FullyReplicated
. Valid values are FullyReplicated
or ShardedByS3Key
Link copied to clipboard
Whether the Pipe
or File
is used as the input mode for transferring data for the monitoring job. Pipe
mode is recommended for large datasets. File
mode is useful for small files that fit in memory. Defaults to File
. Valid values are Pipe
or File