Class: Aws::ForecastService::Types::ListPredictorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListPredictorsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token.
-
#predictors ⇒ Array<Types::PredictorSummary>
An array of objects that summarize each predictor's properties.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
5339 5340 5341 5342 5343 5344 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5339 class ListPredictorsResponse < Struct.new( :predictors, :next_token) SENSITIVE = [] include Aws::Structure end |
#predictors ⇒ Array<Types::PredictorSummary>
An array of objects that summarize each predictor's properties.
5339 5340 5341 5342 5343 5344 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5339 class ListPredictorsResponse < Struct.new( :predictors, :next_token) SENSITIVE = [] include Aws::Structure end |