@Generated(value="software.amazon.awssdk:codegen") public final class DataPreProcessingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataPreProcessingConfiguration.Builder,DataPreProcessingConfiguration>
The configuration is the TargetSamplingRate, which is 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
TargetSamplingRate is 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
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataPreProcessingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataPreProcessingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataPreProcessingConfiguration.Builder> |
serializableBuilderClass() |
TargetSamplingRate |
targetSamplingRate()
The sampling rate of the data after post processing by Amazon Lookout for Equipment.
|
String |
targetSamplingRateAsString()
The sampling rate of the data after post processing by Amazon Lookout for Equipment.
|
DataPreProcessingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 TargetSamplingRate is 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
If the service returns an enum value that is not available in the current SDK version,
targetSamplingRate will return TargetSamplingRate.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from targetSamplingRateAsString().
TargetSamplingRate is 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
TargetSamplingRatepublic final String targetSamplingRateAsString()
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 TargetSamplingRate is 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
If the service returns an enum value that is not available in the current SDK version,
targetSamplingRate will return TargetSamplingRate.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from targetSamplingRateAsString().
TargetSamplingRate is 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
TargetSamplingRatepublic DataPreProcessingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataPreProcessingConfiguration.Builder,DataPreProcessingConfiguration>public static DataPreProcessingConfiguration.Builder builder()
public static Class<? extends DataPreProcessingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.