Interface Featurization.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Featurization.Builder,,- Featurization> - SdkBuilder<Featurization.Builder,,- Featurization> - SdkPojo
- Enclosing class:
- Featurization
- 
Method SummaryModifier and TypeMethodDescriptionattributeName(String attributeName) The name of the schema attribute that specifies the data field to be featurized.featurizationPipeline(Collection<FeaturizationMethod> featurizationPipeline) An array of oneFeaturizationMethodobject that specifies the feature transformation method.featurizationPipeline(Consumer<FeaturizationMethod.Builder>... featurizationPipeline) An array of oneFeaturizationMethodobject that specifies the feature transformation method.featurizationPipeline(FeaturizationMethod... featurizationPipeline) An array of oneFeaturizationMethodobject that specifies the feature transformation method.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attributeNameThe name of the schema attribute that specifies the data field to be featurized. Amazon Forecast supports the target field of the TARGET_TIME_SERIESand theRELATED_TIME_SERIESdatasets. For example, for theRETAILdomain, the target isdemand, and for theCUSTOMdomain, the target istarget_value. For more information, see howitworks-missing-values.- Parameters:
- 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_SERIESand the- RELATED_TIME_SERIESdatasets. For example, for the- RETAILdomain, the target is- demand, and for the- CUSTOMdomain, the target is- target_value. For more information, see howitworks-missing-values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
featurizationPipelineAn array of one FeaturizationMethodobject that specifies the feature transformation method.- Parameters:
- featurizationPipeline- An array of one- FeaturizationMethodobject that specifies the feature transformation method.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
featurizationPipelineAn array of one FeaturizationMethodobject that specifies the feature transformation method.- Parameters:
- featurizationPipeline- An array of one- FeaturizationMethodobject that specifies the feature transformation method.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
featurizationPipelineFeaturization.Builder featurizationPipeline(Consumer<FeaturizationMethod.Builder>... featurizationPipeline) An array of one This is a convenience method that creates an instance of theFeaturizationMethodobject that specifies the feature transformation method.FeaturizationMethod.Builderavoiding the need to create one manually viaFeaturizationMethod.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofeaturizationPipeline(List<FeaturizationMethod>).- Parameters:
- featurizationPipeline- a consumer that will call methods on- FeaturizationMethod.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-