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.
5472 5473 5474 5475 5476 5477 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5472 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.
5472 5473 5474 5475 5476 5477 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5472 class ListPredictorsResponse < Struct.new( :predictors, :next_token) SENSITIVE = [] include Aws::Structure end |