@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataPreProcessingConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
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
| Constructor and Description |
|---|
DataPreProcessingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DataPreProcessingConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getTargetSamplingRate()
The sampling rate of the data after post processing by Amazon Lookout for Equipment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTargetSamplingRate(String targetSamplingRate)
The sampling rate of the data after post processing by Amazon Lookout for Equipment.
|
String |
toString()
Returns a string representation of this object.
|
DataPreProcessingConfiguration |
withTargetSamplingRate(String targetSamplingRate)
The sampling rate of the data after post processing by Amazon Lookout for Equipment.
|
DataPreProcessingConfiguration |
withTargetSamplingRate(TargetSamplingRate targetSamplingRate)
The sampling rate of the data after post processing by Amazon Lookout for Equipment.
|
public void setTargetSamplingRate(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 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
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
TargetSamplingRatepublic String getTargetSamplingRate()
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
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 withTargetSamplingRate(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 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
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
TargetSamplingRatepublic DataPreProcessingConfiguration withTargetSamplingRate(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
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
TargetSamplingRatepublic String toString()
toString in class ObjectObject.toString()public DataPreProcessingConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.