Interface DataPreProcessingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataPreProcessingConfiguration.Builder,DataPreProcessingConfiguration>,SdkBuilder<DataPreProcessingConfiguration.Builder,DataPreProcessingConfiguration>,SdkPojo
- Enclosing class:
- DataPreProcessingConfiguration
public static interface DataPreProcessingConfiguration.Builder extends SdkPojo, CopyableBuilder<DataPreProcessingConfiguration.Builder,DataPreProcessingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataPreProcessingConfiguration.BuildertargetSamplingRate(String targetSamplingRate)The sampling rate of the data after post processing by Amazon Lookout for Equipment.DataPreProcessingConfiguration.BuildertargetSamplingRate(TargetSamplingRate targetSamplingRate)The sampling rate of the data after post processing by Amazon Lookout for Equipment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
targetSamplingRate
DataPreProcessingConfiguration.Builder targetSamplingRate(String targetSamplingRate)
The sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the
TargetSamplingRateis 1 minute.When providing a value for the
TargetSamplingRate, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H- Parameters:
targetSamplingRate- The sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, theTargetSamplingRateis 1 minute.When providing a value for the
TargetSamplingRate, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetSamplingRate,TargetSamplingRate
-
targetSamplingRate
DataPreProcessingConfiguration.Builder targetSamplingRate(TargetSamplingRate targetSamplingRate)
The sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the
TargetSamplingRateis 1 minute.When providing a value for the
TargetSamplingRate, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H- Parameters:
targetSamplingRate- The sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, theTargetSamplingRateis 1 minute.When providing a value for the
TargetSamplingRate, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore PT1S, the value for a 15 minute rate is PT15M, and the value for a 1 hour rate is PT1H- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TargetSamplingRate,TargetSamplingRate
-
-