| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
DataPreProcessingConfiguration |
DescribeModelVersionResponse.dataPreProcessingConfiguration()
Returns the value of the DataPreProcessingConfiguration property for this object.
|
DataPreProcessingConfiguration |
DescribeModelResponse.dataPreProcessingConfiguration()
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
DataPreProcessingConfiguration |
CreateModelRequest.dataPreProcessingConfiguration()
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
| Modifier and Type | Method and Description |
|---|---|
DescribeModelVersionResponse.Builder |
DescribeModelVersionResponse.Builder.dataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
Sets the value of the DataPreProcessingConfiguration property for this object.
|
DescribeModelResponse.Builder |
DescribeModelResponse.Builder.dataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
CreateModelRequest.Builder |
CreateModelRequest.Builder.dataPreProcessingConfiguration(DataPreProcessingConfiguration dataPreProcessingConfiguration)
The configuration is the
TargetSamplingRate, which is the sampling rate of the data after post
processing by Amazon Lookout for Equipment. |
Copyright © 2023. All rights reserved.