Uses of Class
software.amazon.awssdk.services.forecast.model.PredictorSummary
-
Packages that use PredictorSummary Package Description software.amazon.awssdk.services.forecast.model software.amazon.awssdk.services.forecast.paginators -
-
Uses of PredictorSummary in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type PredictorSummary Modifier and Type Method Description List<PredictorSummary>ListPredictorsResponse. predictors()An array of objects that summarize each predictor's properties.Methods in software.amazon.awssdk.services.forecast.model with parameters of type PredictorSummary Modifier and Type Method Description ListPredictorsResponse.BuilderListPredictorsResponse.Builder. predictors(PredictorSummary... predictors)An array of objects that summarize each predictor's properties.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type PredictorSummary Modifier and Type Method Description ListPredictorsResponse.BuilderListPredictorsResponse.Builder. predictors(Collection<PredictorSummary> predictors)An array of objects that summarize each predictor's properties. -
Uses of PredictorSummary in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type PredictorSummary Modifier and Type Method Description SdkIterable<PredictorSummary>ListPredictorsIterable. predictors()Returns an iterable to iterate through the paginatedListPredictorsResponse.predictors()member.SdkPublisher<PredictorSummary>ListPredictorsPublisher. predictors()Returns a publisher that can be used to get a stream of data.
-