Class DataPreProcessingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutequipment.model.DataPreProcessingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataPreProcessingConfiguration.Builder,DataPreProcessingConfiguration>
@Generated("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, 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- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataPreProcessingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataPreProcessingConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DataPreProcessingConfiguration.Builder>serializableBuilderClass()TargetSamplingRatetargetSamplingRate()The sampling rate of the data after post processing by Amazon Lookout for Equipment.StringtargetSamplingRateAsString()The sampling rate of the data after post processing by Amazon Lookout for Equipment.DataPreProcessingConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
targetSamplingRate
public 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
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 PT1HIf the service returns an enum value that is not available in the current SDK version,
targetSamplingRatewill returnTargetSamplingRate.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetSamplingRateAsString().- Returns:
- 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 - See Also:
TargetSamplingRate
-
targetSamplingRateAsString
public 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
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 PT1HIf the service returns an enum value that is not available in the current SDK version,
targetSamplingRatewill returnTargetSamplingRate.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetSamplingRateAsString().- Returns:
- 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 - See Also:
TargetSamplingRate
-
toBuilder
public DataPreProcessingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataPreProcessingConfiguration.Builder,DataPreProcessingConfiguration>
-
builder
public static DataPreProcessingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataPreProcessingConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-