Uses of Class
software.amazon.awssdk.services.forecast.model.TimeAlignmentBoundary
-
Packages that use TimeAlignmentBoundary Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of TimeAlignmentBoundary in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return TimeAlignmentBoundary Modifier and Type Method Description TimeAlignmentBoundaryCreateAutoPredictorRequest. timeAlignmentBoundary()The time boundary Forecast uses to align and aggregate any data that doesn't align with your forecast frequency.TimeAlignmentBoundaryDescribeAutoPredictorResponse. timeAlignmentBoundary()The time boundary Forecast uses when aggregating data.Methods in software.amazon.awssdk.services.forecast.model with parameters of type TimeAlignmentBoundary Modifier and Type Method Description CreateAutoPredictorRequest.BuilderCreateAutoPredictorRequest.Builder. timeAlignmentBoundary(TimeAlignmentBoundary timeAlignmentBoundary)The time boundary Forecast uses to align and aggregate any data that doesn't align with your forecast frequency.DescribeAutoPredictorResponse.BuilderDescribeAutoPredictorResponse.Builder. timeAlignmentBoundary(TimeAlignmentBoundary timeAlignmentBoundary)The time boundary Forecast uses when aggregating data.
-