public static interface Featurization.Builder extends SdkPojo, CopyableBuilder<Featurization.Builder,Featurization>
| Modifier and Type | Method and Description |
|---|---|
Featurization.Builder |
attributeName(String attributeName)
The name of the schema attribute that specifies the data field to be featurized.
|
Featurization.Builder |
featurizationPipeline(Collection<FeaturizationMethod> featurizationPipeline)
An array of one
FeaturizationMethod object that specifies the feature transformation method. |
Featurization.Builder |
featurizationPipeline(Consumer<FeaturizationMethod.Builder>... featurizationPipeline)
An array of one
FeaturizationMethod object that specifies the feature transformation method. |
Featurization.Builder |
featurizationPipeline(FeaturizationMethod... featurizationPipeline)
An array of one
FeaturizationMethod object that specifies the feature transformation method. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeaturization.Builder attributeName(String attributeName)
The name of the schema attribute that specifies the data field to be featurized. Amazon Forecast supports the
target field of the TARGET_TIME_SERIES and the RELATED_TIME_SERIES datasets. For
example, for the RETAIL domain, the target is demand, and for the
CUSTOM domain, the target is target_value. For more information, see
howitworks-missing-values.
attributeName - The name of the schema attribute that specifies the data field to be featurized. Amazon Forecast
supports the target field of the TARGET_TIME_SERIES and the
RELATED_TIME_SERIES datasets. For example, for the RETAIL domain, the target
is demand, and for the CUSTOM domain, the target is
target_value. For more information, see howitworks-missing-values.Featurization.Builder featurizationPipeline(Collection<FeaturizationMethod> featurizationPipeline)
An array of one FeaturizationMethod object that specifies the feature transformation method.
featurizationPipeline - An array of one FeaturizationMethod object that specifies the feature transformation
method.Featurization.Builder featurizationPipeline(FeaturizationMethod... featurizationPipeline)
An array of one FeaturizationMethod object that specifies the feature transformation method.
featurizationPipeline - An array of one FeaturizationMethod object that specifies the feature transformation
method.Featurization.Builder featurizationPipeline(Consumer<FeaturizationMethod.Builder>... featurizationPipeline)
An array of one FeaturizationMethod object that specifies the feature transformation method.
FeaturizationMethod.Builder avoiding the need to
create one manually via FeaturizationMethod.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #featurizationPipeline(List.
featurizationPipeline - a consumer that will call methods on
FeaturizationMethod.Builder#featurizationPipeline(java.util.Collection) Copyright © 2023. All rights reserved.