Monitoring Schedule Endpoint Input Args
data class MonitoringScheduleEndpointInputArgs(val endpointName: Output<String>, val excludeFeaturesAttribute: Output<String>? = null, val localPath: Output<String>, val s3DataDistributionType: Output<MonitoringScheduleEndpointInputS3DataDistributionType>? = null, val s3InputMode: Output<MonitoringScheduleEndpointInputS3InputMode>? = null) : ConvertibleToJava<MonitoringScheduleEndpointInputArgs>
The endpoint for a monitoring job.
Constructors
Link copied to clipboard
constructor(endpointName: Output<String>, excludeFeaturesAttribute: Output<String>? = null, localPath: Output<String>, s3DataDistributionType: Output<MonitoringScheduleEndpointInputS3DataDistributionType>? = null, s3InputMode: Output<MonitoringScheduleEndpointInputS3InputMode>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Indexes or names of the features to be excluded from analysis
Link copied to clipboard
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defauts to FullyReplicated
Link copied to clipboard
Whether the Pipe or File is used as the input mode for transfering 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.