Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.DataPreProcessingConfiguration
-
Packages that use DataPreProcessingConfiguration Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of DataPreProcessingConfiguration in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return DataPreProcessingConfiguration Modifier and Type Method Description DataPreProcessingConfigurationCreateModelRequest. dataPreProcessingConfiguration()The configuration is theTargetSamplingRate, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment.DataPreProcessingConfigurationDescribeModelResponse. dataPreProcessingConfiguration()The configuration is theTargetSamplingRate, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment.DataPreProcessingConfigurationDescribeModelVersionResponse. dataPreProcessingConfiguration()Returns the value of the DataPreProcessingConfiguration property for this object.Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type DataPreProcessingConfiguration Modifier and Type Method Description CreateModelRequest.BuilderCreateModelRequest.Builder. dataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)The configuration is theTargetSamplingRate, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment.DescribeModelResponse.BuilderDescribeModelResponse.Builder. dataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)The configuration is theTargetSamplingRate, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment.DescribeModelVersionResponse.BuilderDescribeModelVersionResponse.Builder. dataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)Sets the value of the DataPreProcessingConfiguration property for this object.
-