| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
DataPreProcessingConfiguration |
DataPreProcessingConfiguration.clone() |
DataPreProcessingConfiguration |
CreateModelRequest.getDataPreProcessingConfiguration()
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
DataPreProcessingConfiguration |
DescribeModelResult.getDataPreProcessingConfiguration()
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
DataPreProcessingConfiguration |
DataPreProcessingConfiguration.withTargetSamplingRate(String targetSamplingRate)
The sampling rate of the data after post processing by Amazon Lookout for Equipment.
|
DataPreProcessingConfiguration |
DataPreProcessingConfiguration.withTargetSamplingRate(TargetSamplingRate targetSamplingRate)
The sampling rate of the data after post processing by Amazon Lookout for Equipment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateModelRequest.setDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
void |
DescribeModelResult.setDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
CreateModelRequest |
CreateModelRequest.withDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
DescribeModelResult |
DescribeModelResult.withDataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
Copyright © 2022. All rights reserved.