DataQualityJobDefinitionDataQualityJobInputEndpointInput constructor
const
DataQualityJobDefinitionDataQualityJobInputEndpointInput({})
Creates a new DataQualityJobDefinitionDataQualityJobInputEndpointInput.
endpointName An endpoint in customer's account which has dataCaptureConfig enabled.
localPath Path to the filesystem where the endpoint data is available to the container. Defaults to /opt/ml/processing/input.
s3DataDistributionType 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
s3InputMode 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
Implementation
const DataQualityJobDefinitionDataQualityJobInputEndpointInput({
required this.endpointName,
this.localPath,
this.s3DataDistributionType,
this.s3InputMode,
});